Vulnerability 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.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linuxfoundation | The Update Framework | <= 0.18.1 |
Related Weaknesses (CWE)
References
- https://github.com/theupdateframework/python-tuf/commit/4ad7ae48fda594b640139c3bPatchThird Party Advisory
- https://github.com/theupdateframework/python-tuf/issues/1527Issue TrackingThird Party Advisory
- https://github.com/theupdateframework/python-tuf/security/advisories/GHSA-wjw6-2Third Party Advisory
- https://github.com/theupdateframework/python-tuf/commit/4ad7ae48fda594b640139c3bPatchThird Party Advisory
- https://github.com/theupdateframework/python-tuf/issues/1527Issue TrackingThird Party Advisory
- https://github.com/theupdateframework/python-tuf/security/advisories/GHSA-wjw6-2Third Party Advisory
FAQ
What is CVE-2021-41131?
CVE-2021-41131 is a vulnerability with a CVSS score of 7.5 (HIGH). 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 ove...
How severe is CVE-2021-41131?
CVE-2021-41131 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2021-41131?
Check the references section above for vendor advisories and patch information. Affected products include: Linuxfoundation The Update Framework.