CVE-2021-41131
Last modified
CVE-2021-41131 is a high-severity vulnerability rated 8.7/10 on the CVSS scale. python-tuf is a Python reference implementation of The Update Framework (TUF). In both clients (`tuf/client` and `tuf/ngclient`), there is a path traversal vulnerability that in the worst case can overwrite files ending in `.json` anywhere on the client system on a call to `get_one_valid_targetinfo()`. EPSS estimates a 1.40% chance of exploitation in the next 30 days.
Description
python-tuf is a Python reference implementation of The Update Framework (TUF). In both clients (`tuf/client` and `tuf/ngclient`), there is a path traversal vulnerability that in the worst case can overwrite files ending in `.json` anywhere on the client system on a call to `get_one_valid_targetinfo()`. It occurs because the rolename is used to form the filename, and may contain path traversal characters (ie `../../name.json`). The impact is mitigated by a few facts: It only affects implementations that allow arbitrary rolename selection for delegated targets metadata, The attack requires the ability to A) insert new metadata for the path-traversing role and B) get the role delegated by an existing targets metadata, The written file content is heavily restricted since it needs to be a valid, signed targets file. The file extension is always .json. A fix is available in version 0.19 or newer. There are no workarounds that do not require code changes. Clients can restrict the allowed character set for rolenames, or they can store metadata in files named in a way that is not vulnerable: neither of these approaches is possible without modifying python-tuf.
Metrics
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linuxfoundation | The Update Framework | <= 0.18.1 |
References
- https://github.com/theupdateframework/python-tuf/commit/4ad7ae48fda594b640139c3b7eae21ed5155a102Patch, Third Party Advisory
- https://github.com/theupdateframework/python-tuf/issues/1527Issue Tracking, Third Party Advisory
- https://github.com/theupdateframework/python-tuf/commit/4ad7ae48fda594b640139c3b7eae21ed5155a102Patch, Third Party Advisory
- https://github.com/theupdateframework/python-tuf/issues/1527Issue Tracking, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2021-41131?
How severe is CVE-2021-41131?
How do I fix CVE-2021-41131?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2021
- CVE-2021-41126October is a Content Management System (CMS) and web platfor…7.2
- CVE-2021-41127Rasa is an open source machine learning framework to automat…7.1
- CVE-2021-41128Hygeia is an application for collecting and processing perso…8.8
- CVE-2021-41129Pterodactyl is an open-source game server management panel b…8.1
- CVE-2021-4113Rejected reason: DO NOT USE THIS CANDIDATE NUMBER. ConsultID…
- CVE-2021-41130Extensible Service Proxy, a.k.a. ESP is a proxy which enable…5.4
- CVE-2021-41132OMERO.web provides a web based client and plugin infrastruct…6.1
- CVE-2021-41133Flatpak is a system for building, distributing, and running …7.8
- CVE-2021-41134nbdime provides tools for diffing and merging of Jupyter Not…5.4
- CVE-2021-41135The Cosmos-SDK is a framework for building blockchain applic…6.5
- CVE-2021-41136Puma is a HTTP 1.1 server for Ruby/Rack applications. Prior …3.7
- CVE-2021-41137Minio is a Kubernetes native application for cloud storage. …8.8
Are you affected by CVE-2021-41131?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
