Approved changes feed: RSS · Atom

cpe:2.3:a:python:python:3.0:*:*:*:*:*:*:*

part: a version: 3.0 update: *

VendorPython (b57ad93a-6195-5192-9423-6cfad6044a8b)
ProductPython (fc328eef-0a85-5ddb-b629-b8866ec518c8)
Edition*
Language*
Software edition*
Target software*
Target hardware*
Other*
NotesImported from NVD CPE 2.0 feed

PURL mappings

PURLSourceLast updated
pkg:deb/debian/python purl2cpe 2026-06-01 10:16:29.242534
pkg:github/python/cpython purl2cpe 2026-06-01 10:16:29.242535
pkg:python/python purl2cpe 2026-06-01 10:16:29.242537
pkg:rpm/opensuse/python purl2cpe 2026-06-01 10:16:29.242538

Vulnerability references

IdentifiercpeApplicabilitySubmitteddb.gcve.eu detailsRationale
CVE:CVE-2016-5699 vulnerable 2026-06-03 14:35:55.631776 Details available
CRLF injection vulnerability in the HTTPConnection.putheader function in urllib2 and urllib in CPython (aka Python) before 2.7.10 and 3.x before 3.4.4 allows remote attackers to inject arbitrary HTTP headers via CRLF sequences in a URL.
Published: 2016-09-02T14:00:00.000Z
Updated: 2024-08-06T01:07:59.909Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2016-5636 vulnerable 2026-06-03 14:35:55.482363 Details available
Integer overflow in the get_data function in zipimport.c in CPython (aka Python) before 2.7.12, 3.x before 3.4.5, and 3.5.x before 3.5.2 allows remote attackers to have unspecified impact via a negative data size value, which triggers a heap-based buffer overflow.
Published: 2016-09-02T14:00:00.000Z
Updated: 2024-08-06T01:07:59.238Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2016-0772 vulnerable 2026-06-03 14:35:22.194254 Details available
The smtplib library in CPython (aka Python) before 2.7.12, 3.x before 3.4.5, and 3.5.x before 3.5.2 does not return an error when StartTLS fails, which might allow man-in-the-middle attackers to bypass the TLS protections by leveraging a network position between the client and the registry to block the StartTLS command, aka a "StartTLS stripping attack."
Published: 2016-09-02T14:00:00.000Z
Updated: 2024-08-05T22:30:04.119Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2014-9365 vulnerable 2026-06-03 14:34:26.696172 Details available
The HTTP clients in the (1) httplib, (2) urllib, (3) urllib2, and (4) xmlrpclib libraries in CPython (aka Python) 2.x before 2.7.9 and 3.x before 3.4.3, when accessing an HTTPS URL, do not (a) check the certificate against a trust store or verify that the server hostname matches a domain name in the subject's (b) Common Name or (c) subjectAltName field of the X.509 certificate, which allows man-in-the-middle attackers to spoof SSL servers via an arbitrary valid certificate.
Published: 2014-12-12T11:00:00.000Z
Updated: 2024-08-06T13:40:25.293Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2014-1912 vulnerable 2026-06-03 14:33:48.992144 Details available
Buffer overflow in the socket.recvfrom_into function in Modules/socketmodule.c in Python 2.5 before 2.7.7, 3.x before 3.3.4, and 3.4.x before 3.4rc1 allows remote attackers to execute arbitrary code via a crafted string.
Published: 2014-02-28T18:00:00.000Z
Updated: 2024-08-06T09:58:16.132Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2013-7440 vulnerable 2026-06-03 14:33:35.775669 Details available
The ssl.match_hostname function in CPython (aka Python) before 2.7.9 and 3.x before 3.3.3 does not properly handle wildcards in hostnames, which might allow man-in-the-middle attackers to spoof servers via a crafted certificate.
Published: 2016-06-07T18:00:00.000Z
Updated: 2024-08-06T18:09:16.919Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2013-7040 vulnerable 2026-06-03 14:33:33.717689 Details available
Python 2.7 before 3.4 only uses the last eight bits of the prefix to randomize hash values, which causes it to compute hash values without restricting the ability to trigger hash collisions predictably and makes it easier for context-dependent attackers to cause a denial of service (CPU consumption) via crafted input to an application that maintains a hash table. NOTE: this vulnerability exists because of an incomplete fix for CVE-2012-1150.
Published: 2014-05-19T14:00:00.000Z
Updated: 2024-08-06T17:53:45.848Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2013-4238 vulnerable 2026-06-03 14:33:10.438399 Details available
The ssl.match_hostname function in the SSL module in Python 2.6 through 3.4 does not properly handle a '\0' character in a domain name in the Subject Alternative Name field of an X.509 certificate, which allows man-in-the-middle attackers to spoof arbitrary SSL servers via a crafted certificate issued by a legitimate Certification Authority, a related issue to CVE-2009-2408.
Published: 2013-08-18T01:00:00.000Z
Updated: 2024-08-06T16:38:01.666Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2012-1150 vulnerable 2026-06-03 14:31:41.676853 Details available
Python before 2.6.8, 2.7.x before 2.7.3, 3.x before 3.1.5, and 3.2.x before 3.2.3 computes hash values without restricting the ability to trigger hash collisions predictably, which allows context-dependent attackers to cause a denial of service (CPU consumption) via crafted input to an application that maintains a hash table.
Published: 2012-10-05T21:00:00.000Z
Updated: 2024-08-06T18:45:27.525Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2012-0845 vulnerable 2026-06-03 14:31:39.876439 Details available
SimpleXMLRPCServer.py in SimpleXMLRPCServer in Python before 2.6.8, 2.7.x before 2.7.3, 3.x before 3.1.5, and 3.2.x before 3.2.3 allows remote attackers to cause a denial of service (infinite loop and CPU consumption) via an XML-RPC POST request that contains a smaller amount of data than specified by the Content-Length header.
Published: 2012-10-05T21:00:00.000Z
Updated: 2024-08-06T18:38:14.981Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2011-4944 vulnerable 2026-06-03 14:31:27.156392 Details available
Python 2.6 through 3.2 creates ~/.pypirc with world-readable permissions before changing them after data has been written, which introduces a race condition that allows local users to obtain a username and password by reading this file.
Published: 2012-08-27T23:00:00.000Z
Updated: 2024-08-07T00:23:38.938Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2011-1521 vulnerable 2026-06-03 14:31:02.150394 Details available
The urllib and urllib2 modules in Python 2.x before 2.7.2 and 3.x before 3.2.1 process Location headers that specify redirection to file: URLs, which makes it easier for remote attackers to obtain sensitive information or cause a denial of service (resource consumption) via a crafted URL, as demonstrated by the file:///etc/passwd and file:///dev/zero URLs.
Published: 2011-05-24T23:00:00.000Z
Updated: 2024-08-06T22:28:41.789Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2011-1015 vulnerable 2026-06-03 14:30:52.827497 Details available
The is_cgi method in CGIHTTPServer.py in the CGIHTTPServer module in Python 2.5, 2.6, and 3.0 allows remote attackers to read script source code via an HTTP GET request that lacks a / (slash) character at the beginning of the URI.
Published: 2011-05-09T22:00:00.000Z
Updated: 2024-08-06T22:14:27.138Z
Reference links
Imported from gcve-enriched-dumps CVE data

Contribute

You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.