Lucene search
+L

4395 matches found

Prion
Prion
added 2019/11/26 6:15 p.m.36 views

Input validation

Ruby through 2.4.7, 2.5.x through 2.5.6, and 2.6.x through 2.6.4 allows HTTP Response Splitting. If a program using WEBrick inserts untrusted input into the response header, an attacker can exploit it to insert a newline character to split a header, and inject malicious content to deceive clients...

5CVSS6.5AI score0.05556EPSS
SaveExploits0References16Affected Software2
Tenable Nessus
Tenable Nessus
added 2019/11/25 12:00 a.m.55 views

Amazon Linux AMI : python34 (ALAS-2019-1324)

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.8CVSS7.1AI score0.11844EPSS
SaveExploits3References7
Amazon
Amazon
added 2019/11/19 12:00 a.m.107 views

Important: python34

Issue Overview: 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...

9.8CVSS8.5AI score0.11844EPSS
SaveExploits3
Tenable Nessus
Tenable Nessus
added 2019/11/08 12:00 a.m.38 views

EulerOS 2.0 SP5 : python-urllib3 (EulerOS-SA-2019-2184)

According to the version of the python-urllib3 package installed, the EulerOS installation on the remote host is affected by the following vulnerability : - In the urllib3 library through 1.24.1 for Python, CRLF injection is possible if the attacker controls the request parameter.CVE-2019-11236...

6.1CVSS7.5AI score0.02073EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2019/11/08 12:00 a.m.34 views

EulerOS 2.0 SP5 : wget (EulerOS-SA-2019-2198)

According to the version of the wget package installed, the EulerOS installation on the remote host is affected by the following vulnerability : - CRLF injection vulnerability in the urlparse function in url.c in Wget through 1.19.1 allows remote attackers to inject arbitrary HTTP headers via CRL...

6.1CVSS7.1AI score0.03086EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2019/11/08 12:00 a.m.61 views

EulerOS 2.0 SP5 : python (EulerOS-SA-2019-2225)

According to the versions of the python packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - The documentation XML-RPC server in Python through 2.7.16, 3.x through 3.6.9, and 3.7.x through 3.7.4 has XSS via the servertitle field. This...

7.5CVSS7.4AI score0.05366EPSS
SaveExploits5References7
Tenable Nessus
Tenable Nessus
added 2019/11/08 12:00 a.m.57 views

EulerOS 2.0 SP3 : python-urllib3 (EulerOS-SA-2019-2239)

According to the versions of the python-urllib3 package installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - In the urllib3 library through 1.24.1 for Python, CRLF injection is possible if the attacker controls the request parameter.CVE-2019-1123...

9.8CVSS7AI score0.05328EPSS
SaveExploits2References4
Mageia
Mageia
added 2019/11/07 11:36 p.m.82 views

Updated python packages fix security vulnerabilities

Updated python and python3 packages fix security vulnerabilities: An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.2. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to...

9.8CVSS1.2AI score0.11844EPSS
SaveExploits4References5
OSV
OSV
added 2019/11/07 11:36 p.m.11 views

MGASA-2019-0318 Updated python packages fix security vulnerabilities

Updated python and python3 packages fix security vulnerabilities: An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.2. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to...

9.8CVSS8.5AI score0.11844EPSS
SaveExploits4References6
Hacker One
Hacker One
added 2019/11/06 6:08 p.m.15 views

Clario: CRLF Injection - http://stage-static-cdn.mackeeper.com/

Summary CRLF Injection - http://stage-static-cdn.mackeeper.com/ Steps To Reproduce In the rawRequest we have added '%0D%0Avirus:%20value' In Burp Repeater copy and paste the below rawRequest Notice the response with header added ------rawRequest---------- GET /%0D%0Avirus:%20value HTTP/1.1...

0.4AI score
SaveExploits0
Hacker One
Hacker One
added 2019/11/06 6:07 p.m.13 views

Clario: CRLF Injection - http://stage.mackeeper.com/

Summary: CRLF Injection - http://stage.mackeeper.com/ CRLF injection vulnerabilities arise when user-supplied data is copied into a response header in an unsafe way. If an attacker can inject newline characters into the header, then they can inject new HTTP headers and also, by injecting an empty...

0.8AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2019/11/06 9:47 a.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
RedHat Linux
RedHat Linux
added 2019/11/06 9:47 a.m.11 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.05253EPSS
SaveExploits1References4
Tenable Nessus
Tenable Nessus
added 2019/11/06 12:00 a.m.59 views

RHEL 8 : python27:2.7 (RHSA-2019:3335)

The remote Redhat Enterprise Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2019:3335 advisory. Python is an interpreted, interactive, object-oriented programming language that supports modules, classes, exceptions, high-level dynamic...

9.8CVSS7.7AI score0.17528EPSS
SaveExploits6References21
Tenable Nessus
Tenable Nessus
added 2019/11/06 12:00 a.m.45 views

RHEL 8 : python-urllib3 (RHSA-2019:3590)

The remote Redhat Enterprise Linux 8 host has a package installed that is affected by multiple vulnerabilities as referenced in the RHSA-2019:3590 advisory. The python-urllib3 package provides the Python HTTP module with connection pooling and file POST abilities. Security Fixes: python-urllib3:...

7.5CVSS7.2AI score0.02836EPSS
SaveExploits1References8
Tenable Nessus
Tenable Nessus
added 2019/11/06 12:00 a.m.49 views

RHEL 8 : python3 (RHSA-2019:3520)

The remote Redhat Enterprise Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2019:3520 advisory. Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level...

9.1CVSS7.3AI score0.20743EPSS
SaveExploits4References23
RedHat Linux
RedHat Linux
added 2019/11/05 9:14 p.m.70 views

Moderate: Red Hat Security Advisory: python-urllib3 security update

An update for python-urllib3 is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability...

7.5CVSS6.6AI score0.02836EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2019/11/05 9:02 p.m.11 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
RedHat Linux
RedHat Linux
added 2019/11/05 9:02 p.m.83 views

Moderate: Red Hat Security Advisory: python27:2.7 security and bug fix update

An update for the python27:2.7 module is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each...

9.8CVSS7.2AI score0.17528EPSS
SaveExploits6References13
RedHat Linux
RedHat Linux
added 2019/11/05 8:59 p.m.23 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.05253EPSS
SaveExploits1References4
Rows per page
Query Builder