CVE-2023-41105

Source
https://nvd.nist.gov/vuln/detail/CVE-2023-41105
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2023-41105.json
Aliases
Related
Withdrawn
2024-05-15T05:33:37.379348Z
Published
2023-08-23T07:15:08Z
Modified
2023-12-06T01:03:12.499476Z
Summary
[none]
Details

An issue was discovered in Python 3.11 through 3.11.4. If a path containing '\0' bytes is passed to os.path.normpath(), the path will be truncated unexpectedly at the first '\0' byte. There are plausible cases in which an application would have rejected a filename for security reasons in Python 3.10.x or earlier, but that filename is no longer rejected in Python 3.11.x.

References

Affected packages

Git / github.com/python/cpython

Affected ranges

Type
GIT
Repo
https://github.com/python/cpython
Events

Affected versions

v3.*

v3.11.0
v3.11.1
v3.11.2
v3.11.3
v3.11.4