Lucene search
+L

487 matches found

Tenable Nessus
Tenable Nessus
added 2020/07/30 12:0 a.m.60 views

Amazon Linux AMI : python27, python34, python35, python36 (ALAS-2020-1407)

The version of python27 installed on the remote host is prior to 2.7.18-1.138. The version of python34 installed on the remote host is prior to 3.4.10-1.50. The version of python35 installed on the remote host is prior to 3.5.7-1.26. The version of python36 installed on the remote host is prior t...

7.1CVSS7.4AI score0.06449EPSS
SaveExploits1References6
Mageia
Mageia
added 2020/07/04 10:47 p.m.44 views

Updated python-httplib2 packages fix security vulnerability

Updated python-httplib2 packages fix security vulnerability: In httplib2, an attacker controlling unescaped part of uri for httplib2.Http.request could change request headers and body, send additional hidden requests to same server. This vulnerability impacts software that uses httplib2 with uri...

6.8CVSS1.7AI score0.02593EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2020/06/10 1:24 p.m.52 views

CVE-2020-11078

A flaw was found in python-httplib2. An attacker controlling an unescaped part of uri for httplib2.Http.request could change request headers and body, send additional hidden requests to same server. This vulnerability impacts software that uses httplib2 with uri constructed by string concatenatio...

4.3CVSS2.1AI score0.05601EPSS
SaveExploits2References4
Exploit DB
Exploit DB
added 2020/05/26 12:0 a.m.290 views

Pi-hole 4.4.0 - Remote Code Execution (Authenticated)

Exploit Title: Pi-hole 4.4.0 - Remote Code Execution Authenticated Date: 2020-05-22 Exploit Author: Photubias Vendor Advisory: 1 https://github.com/pi-hole/AdminLTE Version: Pi-hole . Based and improved on: https://github.com/Frichetten/CVE-2020-11108-PoC/blob/master/cve-2020-11108-rce.py File na...

9CVSS7.1AI score0.78262EPSS
SaveExploits19
Cvelist
Cvelist
added 2020/05/20 4:0 p.m.22 views

CVE-2020-11078 CRLF injection in httplib2

In httplib2 before version 0.18.0, an attacker controlling unescaped part of uri for httplib2.Http.request could change request headers and body, send additional hidden requests to same server. This vulnerability impacts software that uses httplib2 with uri constructed by string concatenation, as...

6.8CVSS6.6AI score0.02593EPSS
SaveExploits0References11
CVE
CVE
added 2020/05/20 4:0 p.m.346 views

CVE-2020-11078

CVE-2020-11078 affects httplib2 prior to 0.18.0. An attacker controlling an unescaped portion of the URI in httplib2.Http.request() could alter request headers and body and send hidden requests to the same server. The issue occurs when URIs are built by string concatenation rather than proper esc...

6.8CVSS6.6AI score0.02593EPSS
SaveExploits0References11Affected Software1
Debian CVE
Debian CVE
added 2020/05/20 4:0 p.m.27 views

CVE-2020-11078

In httplib2 before version 0.18.0, an attacker controlling unescaped part of uri for httplib2.Http.request could change request headers and body, send additional hidden requests to same server. This vulnerability impacts software that uses httplib2 with uri constructed by string concatenation, as...

6.8CVSS6.5AI score0.02593EPSS
SaveExploits0
OSV
OSV
added 2020/05/20 3:55 p.m.56 views

GHSA-GG84-QGV9-W4PQ CRLF injection in httplib2

Impact Attacker controlling unescaped part of uri for httplib2.Http.request could change request headers and body, send additional hidden requests to same server. Impacts software that uses httplib2 with uri constructed by string concatenation, as opposed to proper urllib building with escaping...

6.8CVSS6.7AI score0.02593EPSS
SaveExploits0References14
RedHat Linux
RedHat Linux
added 2020/04/14 5:56 p.m.7 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.05601EPSS
SaveExploits1References4
Veracode
Veracode
added 2020/04/10 12:55 a.m.28 views

Denial Of Service (DoS)

Python is vulnerable to denail of service DoS. Due to a flaw found in the Python urllib and urllib2 libraries where they would not differentiate between different target URLs when handling automatic redirects, it caused Python applications using these modules to follow any new URL that they...

6.4CVSS1.5AI score0.041EPSS
SaveExploits0References29Affected Software2
RedhatCVE
RedhatCVE
added 2020/04/09 10:53 a.m.60 views

CVE-2019-9947

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.5CVSS3.5AI score0.05601EPSS
SaveExploits2References3
RedhatCVE
RedhatCVE
added 2020/04/07 11:35 a.m.32 views

CVE-2019-9740

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.5CVSS3.5AI score0.0552EPSS
SaveExploits1References3
RedHat Linux
RedHat Linux
added 2020/04/07 9:36 a.m.7 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.12261EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2020/04/07 9:36 a.m.5 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.05601EPSS
SaveExploits1References4
RedhatCVE
RedhatCVE
added 2020/04/04 11:4 a.m.29 views

CVE-2019-9948

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. Mitigation If your application uses a blacklist t...

9.1CVSS4.4AI score0.12261EPSS
SaveExploits1References3
RedHat Linux
RedHat Linux
added 2020/04/01 8:39 a.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.0552EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2020/04/01 8:39 a.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.12261EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2020/04/01 8:39 a.m.7 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.05601EPSS
SaveExploits1References4
Tenable Nessus
Tenable Nessus
added 2020/03/20 12:0 a.m.43 views

EulerOS Virtualization 3.0.2.2 : python (EulerOS-SA-2020-1275)

According to the versions of the python packages installed, the EulerOS Virtualization installation on the remote host is affected by the following vulnerabilities : - An issue was discovered in Python through 2.7.16, 3.x through 3.5.7, 3.6.x through 3.6.9, and 3.7.x through 3.7.4. The email modu...

7.5CVSS7.4AI score0.05601EPSS
SaveExploits4References6
RedhatCVE
RedhatCVE
added 2020/03/02 11:41 a.m.44 views

CVE-2020-8492

Python 2.7 through 2.7.17, 3.5 through 3.5.9, 3.6 through 3.6.10, 3.7 through 3.7.6, and 3.8 through 3.8.1 allows an HTTP server to conduct Regular Expression Denial of Service ReDoS attacks against a client because of urllib.request.AbstractBasicAuthHandler catastrophic backtracking...

7.1CVSS7.2AI score0.06449EPSS
SaveExploits1References3
Rows per page
Query Builder