Lucene search
+L

61 matches found

OSV
OSV
added 2023/04/14 11:5 a.m.5 views

OESA-2023-1227 python3 security update

Python combines remarkable power with very clear syntax. It has modules, classes, exceptions, very high level dynamic data types, and dynamic typing. There are interfaces to many system calls and libraries, as well as to various windowing systems. New built-in modules are easily written in C or C...

7.5CVSS6.7AI score0.20459EPSS
Exploits3References2
OSV
OSV
added 2023/03/14 7:4 p.m.6 views

CLSA-2023-1678820695 python3: Fix of CVE-2023-24329

CVE-2023-24329: Prevent urllib.parse.urlparse from accepting schemes that don't begin with an alphabetical ASCII character...

7.5CVSS7AI score0.20459EPSS
Exploits3References1
OSV
OSV
added 2023/03/06 8:53 p.m.5 views

CLSA-2023-1678135993 python2: Fix of CVE-2023-24329

CVE-2023-24329: Prevent urllib.parse.urlparse from accepting schemes that don't begin with an alphabetical ASCII character...

7.5CVSS7AI score0.20459EPSS
Exploits3References1
OSV
OSV
added 2023/02/17 3:15 p.m.5 views

AZL-31165 CVE-2023-24329 affecting package python3 for versions less than 3.9.14-8

An issue in the urllib.parse component of Python before 3.11.4 allows attackers to bypass blocklisting methods by supplying a URL that starts with blank characters...

7.5CVSS6.7AI score0.20459EPSS
Exploits3References1
OSV
OSV
added 2023/02/17 3:15 p.m.10 views

DEBIAN-CVE-2023-24329

An issue in the urllib.parse component of Python before 3.11.4 allows attackers to bypass blocklisting methods by supplying a URL that starts with blank characters...

7.5CVSS7.5AI score0.20459EPSS
Exploits3References1
OSV
OSV
added 2023/02/17 3:15 p.m.11 views

UBUNTU-CVE-2023-24329

An issue in the urllib.parse component of Python before 3.11.4 allows attackers to bypass blocklisting methods by supplying a URL that starts with blank characters...

7.5CVSS6.8AI score0.20459EPSS
Exploits3References10
SUSE CVE
SUSE CVE
added 2023/02/15 3:35 a.m.4 views

SUSE CVE-2022-0391

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...

6.5CVSS7.3AI score0.08325EPSS
Exploits1References8
RedHat Linux
RedHat Linux
added 2022/09/13 9:53 a.m.5 views

python: urllib.parse does not sanitize URLs containing ASCII newline and tabs

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...

7.5CVSS6.8AI score0.08325EPSS
Exploits1References4
OSV
OSV
added 2022/06/01 6:7 p.m.8 views

CLSA-2022-1654106859 Fix CVE(s): CVE-2022-0391

SECURITY UPDATE: Injection attack - debian/patches/CVE-2022-0391.patch: sanitize urls in urllib.parse when it containing ASCII newline and tabs in Doc/library/urllib.parse.rst, Lib/test/testurlparse.py, Lib/urllib/parse.py. - CVE-2022-0391...

7.5CVSS6.9AI score0.08325EPSS
Exploits1References1
RedHat Linux
RedHat Linux
added 2022/05/10 1:32 p.m.10 views

python: urllib.parse does not sanitize URLs containing ASCII newline and tabs

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...

7.5CVSS6.8AI score0.08325EPSS
Exploits1References4
BDU FSTEC
BDU FSTEC
added 2022/04/14 12:0 a.m.6 views

The vulnerability of the urllib.parse module in the Python programming language allows a hacker to inject arbitrary data into the server’s response.

The vulnerability of the urllib.parse module in the Python programming language is related to the failure to handle CRLF sequences properly. Exploiting this vulnerability allows an attacker to send specially crafted data containing CR-LF characters to the application, thereby altering the behavio...

7.8CVSS6.8AI score0.08325EPSS
Exploits1References13Affected Software9
OSV
OSV
added 2022/02/09 11:15 p.m.6 views

UBUNTU-CVE-2022-0391

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...

7.5CVSS6.8AI score0.08325EPSS
Exploits1References6
Vulnrichment
Vulnrichment
added 2022/02/09 12:0 a.m.4 views

CVE-2022-0391

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...

6.3AI score0.08325EPSS
Exploits1References7
Positive Technologies
Positive Technologies
added 2021/04/18 12:0 a.m.9 views

PT-2022-2220

Name of the Vulnerable Software and Affected Versions Python versions prior to 3.10.0b1 Python versions prior to 3.9.5 Python versions prior to 3.8.11 Python versions prior to 3.7.11 Python versions prior to 3.6.14 Description The issue involves the urllib.parse module in Python, which does not...

10CVSS8.7AI score0.9947EPSS
Exploits158References425
OSV
OSV
added 2021/04/07 11:2 a.m.4 views

OESA-2021-1125 python3 security update

Python combines remarkable power with very clear syntax. It has modules, classes, exceptions, very high level dynamic data types, and dynamic typing. There are interfaces to many system calls and libraries, as well as to various windowing systems. New built-in modules are easily written in C or C...

5.9CVSS6.4AI score0.35717EPSS
Exploits1References2
OSV
OSV
added 2021/02/15 1:15 p.m.6 views

AZL-6827 CVE-2021-23336 affecting package python2 for versions less than 2.7.18-8

The package python/cpython from 0 and before 3.6.13, from 3.7.0 and before 3.7.10, from 3.8.0 and before 3.8.8, from 3.9.0 and before 3.9.2 are vulnerable to Web Cache Poisoning via urllib.parse.parseqsl and urllib.parse.parseqs by using a vector called parameter cloaking. When the attacker can...

5.9CVSS6.9AI score0.35717EPSS
Exploits1References1
Vulnrichment
Vulnrichment
added 2021/02/15 12:15 p.m.2 views

CVE-2021-23336 Web Cache Poisoning

The package python/cpython from 0 and before 3.6.13, from 3.7.0 and before 3.7.10, from 3.8.0 and before 3.8.8, from 3.9.0 and before 3.9.2 are vulnerable to Web Cache Poisoning via urllib.parse.parseqsl and urllib.parse.parseqs by using a vector called parameter cloaking. When the attacker can...

5.9CVSS6.5AI score0.35717EPSS
Exploits1References37
Positive Technologies
Positive Technologies
added 2021/02/13 12:0 a.m.17 views

PT-2021-3621

Name of the Vulnerable Software and Affected Versions python/cpython versions 0 through 3.6.13 python/cpython versions 3.7.0 through 3.7.10 python/cpython versions 3.8.0 through 3.8.8 python/cpython versions 3.9.0 through 3.9.2 Description The issue is related to Web Cache Poisoning via...

5.9CVSS6.8AI score0.35717EPSS
Exploits1References351
BDU FSTEC
BDU FSTEC
added 2019/08/08 12:0 a.m.8 views

The vulnerability of the urllib.parse.urlsplit and urllib.parse.urlparse functions in the Python interpreter allows a attacker to disclose protected information, read or write arbitrary data, or cause a denial-of-service attack.

The vulnerability of the urllib.parse.urlsplit and urllib.parse.urlparse functions in the Python interpreter is related to errors in handling registration data. Exploiting this vulnerability can allow an attacker to disclose sensitive information, read or write arbitrary data, or cause service...

10CVSS7.8AI score0.05416EPSS
Exploits0References14Affected Software4
OSV
OSV
added 2019/03/08 9:29 p.m.5 views

ALPINE-CVE-2019-9636

Python 2.7.x through 2.7.16 and 3.x through 3.7.2 is affected by: Improper Handling of Unicode Encoding with an incorrect netloc during NFKC normalization. The impact is: Information disclosure credentials, cookies, etc. that are cached against a given hostname. The components are:...

9.8CVSS8.7AI score0.09125EPSS
Exploits0References1
Rows per page
Query Builder