CVE-2022-0391

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-0391
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-0391.json
Aliases
Related
Published
2022-02-09T23:15:16Z
Modified
2023-12-06T01:01:47.688311Z
Details

A flaw was found in Python, specifically within the urllib.parse module. This module helps break Uniform Resource Locator (URL) strings into components. The issue involves how the urlparse method does not sanitize input and allows characters like '\r' and '\n' in the URL path. This flaw allows an attacker to input a crafted URL, leading to injection attacks. This flaw affects Python versions prior to 3.10.0b1, 3.9.5, 3.8.11, 3.7.11 and 3.6.14.

References

Affected packages

Git / github.com/python/cpython

Affected versions

v3.*

v3.9.0
v3.9.1
v3.9.1rc1
v3.9.2
v3.9.2rc1
v3.9.3
v3.9.4