Lucene search
+L

496 matches found

CVE
CVE
added 2019/10/23 4:31 p.m.1176 views

CVE-2019-18348

CVE-2019-18348 affects Python’s urllib/urllib2 handling of URL parameters. The issue allows CRLF injection when an attacker controls a url parameter, notably in the host component of a URL, enabling injection of HTTP headers. Public details in connected advisories confirm the vulnerability and ci...

6.1CVSS6.3AI score0.03513EPSS
SaveExploits0References13Affected Software1
AlpineLinux
AlpineLinux
added 2019/10/23 4:31 p.m.77 views

CVE-2019-18348

An issue was discovered in urllib2 in Python 2.x through 2.7.17 and urllib in Python 3.x through 3.8.0. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \r\n specifically in the host component of a URL follow...

6.1CVSS6.7AI score0.03513EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2019/09/20 12:00 a.m.45 views

Amazon Linux 2 : python (ALAS-2019-1291)

urllib in Python 2.7.16 supports the localfile: scheme, which makes it easier for remote attackers to bypass protection mechanisms that blacklist file: URIs, as demonstrated by triggering a urllib.urlopen'localfile:///etc/passwd' call. CVE-2019-9948 C Tenable Network Security, Inc. The descriptiv...

9.1CVSS7AI score0.11844EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2019/09/17 12:00 a.m.40 views

EulerOS 2.0 SP2 : python (EulerOS-SA-2019-1866)

According to the versions of the python packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - A security regression of CVE-2019-9636 was discovered in python, since commit d537ab0ff9767ef024f26246899728f0116b1ec3, which still allows an...

9.8CVSS7.1AI score0.11844EPSS
SaveExploits1References3
Amazon
Amazon
added 2019/09/13 12:00 a.m.45 views

Medium: python

Issue Overview: urllib in Python 2.7.16 supports the localfile: scheme, which makes it easier for remote attackers to bypass protection mechanisms that blacklist file: URIs, as demonstrated by triggering a urllib.urlopen'localfile:///etc/passwd' call. CVE-2019-9948 Affected Packages: python Note:...

9.1CVSS7.9AI score0.11844EPSS
SaveExploits1
Tenable Nessus
Tenable Nessus
added 2019/08/13 12:00 a.m.44 views

Amazon Linux AMI : python27 (ALAS-2019-1258)

A security regression of CVE-2019-9636 was discovered in python, since commit d537ab0ff9767ef024f26246899728f0116b1ec3, which still allows an attacker to exploit CVE-2019-9636 by abusing the user and password parts of a URL. When an application parses user-supplied URLs to store cookies,...

9.8CVSS7AI score0.11844EPSS
SaveExploits1References3
BDU FSTEC
BDU FSTEC
added 2019/08/08 12:00 a.m.15 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.05227EPSS
SaveExploits0References14Affected Software4
RedHat Linux
RedHat Linux
added 2019/08/06 12:52 p.m.10 views

python: Undocumented local_file protocol allows remote attackers to bypass protection mechanisms

urllib in Python 2.x through 2.7.16 supports the localfile: scheme, which makes it easier for remote attackers to bypass protection mechanisms that blacklist file: URIs, as demonstrated by triggering a urllib.urlopen'localfile:///etc/passwd' call...

9.1CVSS6.9AI score0.11844EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2019/08/06 12:52 p.m.20 views

python: CRLF injection via the path part of the url passed to urlopen()

An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \r\n specifically in the path component of a URL that...

6.1CVSS6.7AI score0.05406EPSS
SaveExploits1References4
Tenable Nessus
Tenable Nessus
added 2019/07/24 12:00 a.m.74 views

Amazon Linux 2 : python3 (ALAS-2019-1247)

An issue was discovered in urllib2 in Python 2.x and urllib in Python 3.x. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \r\n specifically in the path component of a URL that lacks a ? character followed b...

6.1CVSS7.3AI score0.05406EPSS
SaveExploits2References3
Veracode
Veracode
added 2019/07/15 12:07 a.m.39 views

Authorization Bypass

python is vulnerable to authorization bypass. The localfile: scheme allows for remote attackers to bypass protection mechanisms that blacklist file: URIs, as demonstrated by triggering a urllib.urlopen'localfile:///etc/passwd' call...

9.1CVSS9AI score0.11844EPSS
SaveExploits1References27Affected Software6
Tenable Nessus
Tenable Nessus
added 2019/07/15 12:00 a.m.32 views

Debian DLA-1852-1 : python3.4 security update

The urllib library in Python ships support for a second, not well known URL scheme for accessing local files 'localfile://'. This scheme can be used to circumvent protections that try to block local file access and only block the well-known 'file://' schema. This update addresses the vulnerabilit...

9.1CVSS6.7AI score0.11844EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2019/07/08 2:35 p.m.6 views

python: Undocumented local_file protocol allows remote attackers to bypass protection mechanisms

urllib in Python 2.x through 2.7.16 supports the localfile: scheme, which makes it easier for remote attackers to bypass protection mechanisms that blacklist file: URIs, as demonstrated by triggering a urllib.urlopen'localfile:///etc/passwd' call...

9.1CVSS6.9AI score0.11844EPSS
SaveExploits1References4
Tenable Nessus
Tenable Nessus
added 2019/06/27 12:00 a.m.45 views

EulerOS 2.0 SP8 : python2 (EulerOS-SA-2019-1657)

According to the version of the python2 packages installed, the EulerOS installation on the remote host is affected by the following vulnerability : - An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the attacker...

6.1CVSS7.3AI score0.05328EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2019/06/27 12:00 a.m.43 views

EulerOS 2.0 SP8 : python3 (EulerOS-SA-2019-1658)

According to the versions of the python3 packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the...

6.1CVSS7.3AI score0.05406EPSS
SaveExploits2References3
Debian
Debian
added 2019/06/25 3:40 a.m.229 views

[SECURITY] [DLA 1835-1] python3.4 security update

Package : python3.4 Version : 3.4.2-1+deb8u3 CVE ID : CVE-2018-14647 CVE-2019-9636 CVE-2019-9740 CVE-2019-9947 Debian Bug : 921039 924072 Multiple vulnerabilities were discovered in Python, an interactive high-level object-oriented language, including CVE-2018-14647 Pythons elementtree C...

9.8CVSS6.8AI score0.10911EPSS
SaveExploits2
Amazon
Amazon
added 2019/06/25 12:00 a.m.57 views

Medium: python27

Issue Overview: Python 2.7.x through 2.7.16 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: urllib.parse.urlspli...

9.8CVSS8.2AI score0.08811EPSS
SaveExploits2
Veracode
Veracode
added 2019/05/27 12:40 a.m.58 views

CRLF Injection

Python is vulnerable to CRLF Injection. Remote unauthenticated attacker could exploit the flaw by controling a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \r\n specifically in the path component of a URL that lacks a ? character followed by an HTTP header o...

6.1CVSS7.7AI score0.05406EPSS
SaveExploits1References25Affected Software6
Hacker One
Hacker One
added 2019/05/25 10:16 a.m.117 views

Internet Bug Bounty: CRLF Injection in urllib

Hi. I found CRLF Injection a few months ago. Please refer my bug issue. https://bugs.python.org/issue35906 Thank you Impact lead to SSRF. e.g. can exploit a internal redis server to send arbitrary packet data including ascii and non-ascii...

4.3CVSS8.4AI score0.05406EPSS
SaveExploits1
RedHat Linux
RedHat Linux
added 2019/05/22 12:03 p.m.14 views

python: CRLF injection via the query part of the url passed to urlopen()

An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \r\n specifically in the query string after a ? charact...

6.1CVSS6.7AI score0.05328EPSS
SaveExploits1References4
Rows per page
Query Builder