7.5

CVE-2022-0391

Exploit

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.

Daten sind bereitgestellt durch National Vulnerability Database (NVD)
PythonPython Version < 3.6.14
PythonPython Version >= 3.7.0 < 3.7.11
PythonPython Version >= 3.8.0 < 3.8.11
PythonPython Version >= 3.9.0 < 3.9.5
PythonPython Version3.10.0 Updatealpha1
PythonPython Version3.10.0 Updatealpha2
PythonPython Version3.10.0 Updatealpha3
PythonPython Version3.10.0 Updatealpha4
PythonPython Version3.10.0 Updatealpha5
PythonPython Version3.10.0 Updatealpha6
NetappActive Iq Unified Manager Version- SwPlatformvsphere
NetappHci Version-
NetappHci Compute Node Version-
FedoraprojectFedora Version34
FedoraprojectFedora Version35
OracleHTTP Server Version12.2.1.3.0
OracleHTTP Server Version12.2.1.4.0
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.95% 0.756
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
nvd@nist.gov 7.5 3.9 3.6
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
nvd@nist.gov 5 10 2.9
AV:N/AC:L/Au:N/C:N/I:P/A:N
CWE-74 Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.