Lucene search
+L

74 matches found

Ubuntu
Ubuntu
added 2020/04/30 11:37 a.m.95 views

USN-4333-2: Python vulnerabilities

USN-4333-1 fixed vulnerabilities in Python. This update provides the corresponding update for Ubuntu 20.04 LTS. Original advisory details: It was discovered that Python incorrectly stripped certain characters from requests. A remote attacker could use this issue to perform CRLF injection...

7.1CVSS7.4AI score0.06617EPSS
SaveExploits1
Tenable Nessus
Tenable Nessus
added 2020/04/22 12:00 a.m.65 views

Ubuntu 16.04 LTS / 18.04 LTS : Python vulnerabilities (USN-4333-1)

The remote Ubuntu 16.04 LTS / 18.04 LTS host has packages installed that are affected by multiple vulnerabilities as referenced in the USN-4333-1 advisory. It was discovered that Python incorrectly stripped certain characters from requests. A remote attacker could use this issue to perform CRLF...

7.1CVSS7.4AI score0.06617EPSS
SaveExploits1References3
Ubuntu
Ubuntu
added 2020/04/21 12:15 p.m.151 views

USN-4333-1: Python vulnerabilities

It was discovered that Python incorrectly stripped certain characters from requests. A remote attacker could use this issue to perform CRLF injection. CVE-2019-18348 It was discovered that Python incorrectly handled certain HTTP requests. An attacker could possibly use this issue to cause a denia...

7.1CVSS7.3AI score0.06617EPSS
SaveExploits1
Tenable Nessus
Tenable Nessus
added 2020/04/12 12:00 a.m.66 views

Photon OS 3.0: Python3 PHSA-2020-3.0-0073

An update of the python3 package has been released. C Tenable, Inc. The descriptive text and package checks in this plugin were extracted from VMware Security Advisory PHSA-2020-3.0-0073. The text itself is copyright C VMware, Inc. include'compat.inc'; if description scriptid135405;...

6.1CVSS7.9AI score0.03513EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2020/04/12 12:00 a.m.63 views

Photon OS 3.0: Python2 PHSA-2020-3.0-0073

An update of the python2 package has been released. C Tenable, Inc. The descriptive text and package checks in this plugin were extracted from VMware Security Advisory PHSA-2020-3.0-0073. The text itself is copyright C VMware, Inc. include'compat.inc'; if description scriptid135404;...

6.1CVSS7.9AI score0.03513EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2020/04/10 12:00 a.m.37 views

Photon OS 2.0: Python2 PHSA-2020-2.0-0223

An update of the python2 package has been released. C Tenable Network Security, Inc. The descriptive text and package checks in this plugin were extracted from VMware Security Advisory PHSA-2020-2.0-0223. The text itself is copyright C VMware, Inc. include'compat.inc'; if description...

6.1CVSS7.9AI score0.03513EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2020/04/03 12:00 a.m.146 views

SUSE SLES12 Security Update : python3 (SUSE-SU-2020:0854-1)

This update for python3 fixes the following issue : CVE-2019-18348: Fixed a CRLF injection via the host part of the url passed to urlopen. Now an InvalidURL exception is raised bsc1155094. CVE-2019-9674: Improved the documentation to reflect the dangers of zip-bombs bsc1162825. CVE-2020-8492: Fix...

7.5CVSS7.3AI score0.06617EPSS
SaveExploits1References12
Tenable Nessus
Tenable Nessus
added 2020/03/24 12:00 a.m.37 views

SUSE SLES12 Security Update : python36 (SUSE-SU-2020:0750-1)

This update for python36 fixes the following issues : CVE-2019-18348: Fixed a CRLF injection via the host part of the url passed to urlopen. Now an InvalidURL exception is raised bsc1155094. Note that Tenable Network Security has extracted the preceding description block directly from the SUSE...

6.1CVSS7.2AI score0.03513EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2019/11/12 12:00 a.m.44 views

Fedora 30 : python35 (2019-b06ec6159b)

Python 3.5 has now entered 'security fixes only' mode, and as such the only changes since Python 3.5.4 are security fixes. https://www.python.org/downloads/release/python-358/ https://docs.python.org/3.5/whatsnew/changelog.htmlpython-3-5-8 Security fix for CVE-2019-9740, CVE-2019-10160,...

9.8CVSS7.3AI score0.08811EPSS
SaveExploits2References7
Tenable Nessus
Tenable Nessus
added 2019/11/12 12:00 a.m.39 views

Fedora 31 : python35 (2019-57462fa10d)

Python 3.5 has now entered 'security fixes only' mode, and as such the only changes since Python 3.5.4 are security fixes. https://www.python.org/downloads/release/python-358/ https://docs.python.org/3.5/whatsnew/changelog.htmlpython-3-5-8 Security fix for CVE-2019-9740, CVE-2019-10160,...

9.8CVSS7.3AI score0.08811EPSS
SaveExploits2References7
OpenVAS
OpenVAS
added 2019/11/10 12:00 a.m.39 views

Fedora Update for python35 FEDORA-2019-b06ec6159b

The remote host is missing an update for the Copyright C 2019 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-or-later This program is free software; you can...

9.8CVSS8.3AI score0.08811EPSS
SaveExploits2References2
FreeBSD
FreeBSD
added 2019/10/24 12:00 a.m.64 views

Python -- multiple vulnerabilities

Python reports: The AbstractBasicAuthHandler class of the urllib.request module uses an inefficient regular expression which can be exploited by an attacker to cause a denial of service. Fix the regex to prevent the catastrophic backtracking. Vulnerability reported by Ben Caller and Matt Schwager...

6.1CVSS7.2AI score0.03513EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2019/10/23 7:51 p.m.69 views

CVE-2019-18348

A CRLF injection flaw was discovered in python in the way URLs are handled when doing an HTTP/HTTPS connection e.g. through urlopen or HTTPConnection. An attacker who can control the url parameter passed to urlopen method in the urllib/urllib2 modules can inject CRLF sequences and HTTP headers by...

6.5CVSS7AI score0.03513EPSS
SaveExploits0References3
OSV
OSV
added 2019/10/23 5:15 p.m.36 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.1CVSS7.2AI score
SaveExploits0References13
NVD
NVD
added 2019/10/23 5:15 p.m.43 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.2AI score0.03513EPSS
SaveExploits0References13
UbuntuCve
UbuntuCve
added 2019/10/23 5:15 p.m.34 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.8AI score0.03513EPSS
SaveExploits0References4
OSV
OSV
added 2019/10/23 5:15 p.m.5 views

BELL-CVE-2019-18348 CVE-2019-18348 does not affect BellSoft software

Bulletin has no description...

6.1CVSS7.2AI score0.03513EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2019/10/23 4:31 p.m.42 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.4AI score0.03513EPSS
SaveExploits0References13
CVE
CVE
added 2019/10/23 4:31 p.m.1179 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
Debian CVE
Debian CVE
added 2019/10/23 4:31 p.m.69 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.1CVSS7.8AI score0.03513EPSS
SaveExploits0
Rows per page
Query Builder