Approved changes feed: RSS · Atom

cpe:2.3:a:python:cpython:*:*:*:*:*:*:*:*

part: a version: * update: *

VendorPython (b57ad93a-6195-5192-9423-6cfad6044a8b)
ProductCpython (716c621e-7f43-519f-bbea-05134ca37172)
Edition*
Language*
Software edition*
Target software*
Target hardware*
Other*
NotesImported from gcve-enriched-dumps CVE data

PURL mappings

PURLSourceLast updated
No PURL mappings for this CPE yet.

Vulnerability references

IdentifiercpeApplicabilitySubmitteddb.gcve.eu detailsRationale
CVE:CVE-2026-6019 vulnerable 2026-06-03 15:27:54.643931 BaseCookie.js_output() does not neutralize embedded characters
http.cookies.Morsel.js_output() returns an inline <script> snippet and only escapes " for JavaScript string context. It does not neutralize the HTML parser-sensitive sequence </script> inside the generated script element. Mitigation base64-encodes the cookie value to disallow escaping using cookie value.
Published: 2026-04-22T19:28:08.720Z
Updated: 2026-04-29T15:31:09.049Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-9287 vulnerable 2026-06-03 14:58:20.922836 Virtual environment (venv) activation scripts don't quote paths
A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment "activation" scripts (ie "source venv/bin/activate"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren't activated before being used (ie "./venv/bin/python") are not affected.
Published: 2024-10-22T16:34:39.210Z
Updated: 2025-11-03T22:33:21.116Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-7592 vulnerable 2026-06-03 14:58:06.476870 Quadratic complexity parsing cookies with backslashes
There is a LOW severity vulnerability affecting CPython, specifically the 'http.cookies' standard library module. When parsing cookies that contained backslashes for quoted characters in the cookie value, the parser would use an algorithm with quadratic complexity, resulting in excess CPU resources being used while parsing the value.
Published: 2024-08-19T19:06:45.311Z
Updated: 2025-11-03T22:32:52.863Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-6923 vulnerable 2026-06-03 14:58:04.514741 Email header injection due to unquoted newlines
There is a MEDIUM severity vulnerability affecting CPython. The email module didn’t properly quote newlines for email headers when serializing an email message allowing for header injection when an email is serialized.
Published: 2024-08-01T13:40:11.069Z
Updated: 2025-11-03T22:32:47.018Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-6232 vulnerable 2026-06-03 14:58:02.301270 Regular-expression DoS when parsing TarFile headers
There is a MEDIUM severity vulnerability affecting CPython. Regular expressions that allowed excessive backtracking during tarfile.TarFile header parsing are vulnerable to ReDoS via specifically-crafted tar archives.
Published: 2024-09-03T12:29:00.102Z
Updated: 2025-11-03T22:32:42.630Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-4032 vulnerable 2026-06-03 14:57:14.579090 Incorrect IPv4 and IPv6 private ranges
The “ipaddress” module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as “globally reachable” or “private”. This affected the is_private and is_global properties of the ipaddress.IPv4Address, ipaddress.IPv4Network, ipaddress.IPv6Address, and ipaddress.IPv6Network classes, where values wouldn’t be returned in accordance with the latest information from the IANA Special-Purpose Address Registries. CPython 3.12.4 and 3.13.0a6 contain updated information from these registries and thus have the intended behavior.
Published: 2024-06-17T15:05:58.827Z
Updated: 2025-11-03T21:57:16.975Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-4030 vulnerable 2026-06-03 14:57:14.574306 tempfile.mkdtemp() may be readable and writeable by all users on Windows
On Windows a directory returned by tempfile.mkdtemp() would not always have permissions set to restrict reading and writing to the temporary directory by other users, instead usually inheriting the correct permissions from the default location. Alternate configurations or users without a profile directory may not have the intended permissions. If you’re not using Windows or haven’t changed the temporary directory location then you aren’t affected by this vulnerability. On other platforms the returned directory is consistently readable and writable only by the current user. This issue was caused by Python not supporting Unix permissions on Windows. The fix adds support for Unix “700” for the mkdir function on Windows which is used by mkdtemp() to ensure the newly created directory has the proper permissions.
Published: 2024-05-07T21:02:55.284Z
Updated: 2024-09-07T02:44:36.613Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-0450 vulnerable 2026-06-03 14:54:02.784568 Quoted zip-bomb protection for zipfile
MEDIUM (6.2)
An issue was found in the CPython `zipfile` module affecting versions 3.12.1, 3.11.7, 3.10.13, 3.9.18, and 3.8.18 and prior. The zipfile module is vulnerable to “quoted-overlap” zip-bombs which exploit the zip format to create a zip-bomb with a high compression ratio. The fixed versions of CPython makes the zipfile module reject zip archives which overlap entries in the archive.
Published: 2024-03-19T15:12:07.789Z
Updated: 2025-11-03T21:50:58.107Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-6507 vulnerable 2026-06-03 14:53:52.021148 Groups not dropped before running subprocess when using empty 'extra_groups' parameter
MEDIUM (6.1)
An issue was found in CPython 3.12.0 `subprocess` module on POSIX platforms. The issue was fixed in CPython 3.12.1 and does not affect other stable releases. When using the `extra_groups=` parameter with an empty list as a value (ie `extra_groups=[]`) the logic regressed to not call `setgroups(0, NULL)` before calling `exec()`, thus not dropping the original processes' groups before starting the new process. There is no issue when the parameter isn't used or when any value is used besides an empty list. This issue only impacts CPython processes run with sufficient privilege to make the `setgroups` system call (typically `root`).
Published: 2023-12-08T18:20:49.583Z
Updated: 2024-08-02T08:35:13.267Z
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.