CVE-2021-41131

Source
https://nvd.nist.gov/vuln/detail/CVE-2021-41131
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2021-41131.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2021-41131
Aliases
Withdrawn
2024-09-03T02:12:30.398783Z
Published
2021-10-19T18:15:07Z
Modified
2025-01-08T11:26:49.534152Z
Severity
  • 8.7 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:H CVSS Calculator
Summary
[none]
Details

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.

References

Affected packages

Git / github.com/theupdateframework/python-tuf

Affected ranges

Type
GIT
Repo
https://github.com/theupdateframework/python-tuf
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed

Affected versions

v0.*

v0.10.0
v0.10.1
v0.10.2
v0.11.0
v0.11.1
v0.11.2.dev1
v0.11.2.dev2
v0.11.2.dev3
v0.12.0
v0.12.1
v0.12.2
v0.13.0
v0.14.0
v0.15.0
v0.16.0
v0.17.0
v0.18.0
v0.18.1
v0.7.5
v0.9.8
v0.9.9