VulnSea

python has 16 CVEs on record between 2023 and 2026. The busiest recent month was March 2026 with 4. The median CVSS is 7.5 (high). None have a confirmed exploitation report. The dominant weakness classes are CWE-400 (4) and CWE-20 (3). Most affected products: python (11), pillow (3), urllib3 (2).

CVEs per month

Last 12 months, by publish date

101112010203040506070809
Exploited share
0% vs 1% corpus
Median CVSS
7.5
Publish → KEV
Last 90 days
0 prev 5

Products

  • python 11
  • pillow 3
  • urllib3 2
16
Total CVEs
0
Critical
0
CISA KEV
0
Exploited

python vulnerabilities

CVEs affecting python, newest first. Open any entry for full detail, references, and exploit status.

16 CVEsRSS

CVE-2026-44432High· 7.5
4mo ago

urllib3 is an HTTP client library for Python

urllib3 is an HTTP client library for Python. From 2.6.0 to before 2.7.0, urllib3 could decompress the whole response instead of the requested portion (1) during the second HTTPResponse.read(amt=N) call when the response was decompressed…

Twilightpython · urllib3EPSS 0.68%via NVD
CVE-2026-7210High· 7.5⚖ disputed
4mo ago

`xml.parsers.expat` and `xml.etree.ElementTree` use insufficient entropy for Expat hash-flooding protection, which allows a crafted XML document to trigger hash flooding.\r\n\r\nFully mitigating this vulnerability requires both updating …

`xml.parsers.expat` and `xml.etree.ElementTree` use insufficient entropy for Expat hash-flooding protection, which allows a crafted XML document to trigger hash flooding.\r\n\r\nFully mitigating this vulnerability requires both updating …

Twilightpython · pythonEPSS 0.67%via NVD
CVE-2026-3087High· 7.5
4mo ago

If `shutil.unpack_archive()` is given a ZIP archive with an absolute Windows path containing a drive (`C:\\...`) then the archive will be extracted outside the target directory which is different than other operating systems

If `shutil.unpack_archive()` is given a ZIP archive with an absolute Windows path containing a drive (`C:\\...`) then the archive will be extracted outside the target directory which is different than other operating systems. Only Window…

Twilightpython · pythonEPSS 0.55%via NVD
CVE-2026-6019Medium· 6.1
5mo ago

http.cookies.Morsel.js_output() returns an inline <script> snippet and only escapes " for JavaScript string context

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 base…

Sunlitpython · pythonEPSS 0.21%via NVD
CVE-2026-40192High· 7.5
5mo ago

Pillow is a Python imaging library

Pillow is a Python imaging library. Versions 10.3.0 through 12.1.1 did not limit the amount of GZIP-compressed data read when decoding a FITS image, making them vulnerable to decompression bomb attacks. A specially crafted FITS file coul…

Twilightpython · pillowEPSS 0.67%via NVD
CVE-2026-4519Low· 3.3
6mo ago

The webbrowser.open() API would accept leading dashes in the URL which could be handled as command line options for certain web browsers

The webbrowser.open() API would accept leading dashes in the URL which could be handled as command line options for certain web browsers. New behavior rejects leading dashes. Users are recommended to sanitize URLs prior to passing to …

Sunlitpython · pythonEPSS 0.31%via NVD
CVE-2026-4224High· 7.5
6mo ago

When an Expat parser with a registered ElementDeclHandler parses an inline document type definition containing a deeply nested content model a C stack overflow occurs.

When an Expat parser with a registered ElementDeclHandler parses an inline document type definition containing a deeply nested content model a C stack overflow occurs.

Twilightpython · pythonEPSS 0.69%via NVD
CVE-2026-3644High· 7.5
6mo ago

The fix for CVE-2026-0672, which rejected control characters in http.cookies.Morsel, was incomplete

The fix for CVE-2026-0672, which rejected control characters in http.cookies.Morsel, was incomplete. The Morsel.update(), |= operator, and unpickling paths were not patched, allowing control characters to bypass input validation. Additio…

Twilightpython · pythonEPSS 0.48%via NVD
CVE-2025-13462Low· 3.3
6mo ago

The "tarfile" module would still apply normalization of AREGTYPE (\x00) blocks to DIRTYPE, even while processing a multi-block member such as GNUTYPE_LONGNAME or GNUTYPE_LONGLINK

The "tarfile" module would still apply normalization of AREGTYPE (\x00) blocks to DIRTYPE, even while processing a multi-block member such as GNUTYPE_LONGNAME or GNUTYPE_LONGLINK. This could result in a crafted tar archive being misinter…

Sunlitpython · pythonEPSS 0.16%via NVD
CVE-2026-25990High· 7.5
7mo ago

Pillow is a Python imaging library

Pillow is a Python imaging library. From 10.3.0 to before 12.1.1, an out-of-bounds write may be triggered when loading a specially crafted PSD image. This vulnerability is fixed in 12.1.1.

Twilightpython · pillowEPSS 0.37%via NVD
CVE-2026-21441High· 7.5
8mo ago

urllib3 is an HTTP client library for Python

urllib3 is an HTTP client library for Python. urllib3's streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. urll…

Twilightpython · urllib3EPSS 3.0%via NVD
CVE-2025-13837Medium· 5.5
9mo ago

When loading a plist file, the plistlib module reads data in size specified by the file itself, meaning a malicious file can cause OOM and DoS issues

When loading a plist file, the plistlib module reads data in size specified by the file itself, meaning a malicious file can cause OOM and DoS issues

Sunlitpython · pythonEPSS 0.22%via NVD
CVE-2025-13836High· 7.5
9mo ago

When reading an HTTP response from a server, if no read amount is specified, the default behavior will be to use Content-Length

When reading an HTTP response from a server, if no read amount is specified, the default behavior will be to use Content-Length. This allows a malicious server to cause the client to read large amounts of data into memory, potentially ca…

Twilightpython · pythonEPSS 1.6%via NVD
CVE-2025-6075Medium· 5.5
10mo ago

If the value passed to os.path.expandvars() is user-controlled a performance degradation is possible when expanding environment variables.

If the value passed to os.path.expandvars() is user-controlled a performance degradation is possible when expanding environment variables.

Sunlitpython · pythonEPSS 0.14%via NVD
CVE-2025-48379High· 7.1
1y ago

Pillow is a Python imaging library

Pillow is a Python imaging library. In versions 11.2.0 to before 11.3.0, there is a heap buffer overflow when writing a sufficiently large (>64k encoded with default settings) image in the DDS format due to writing into a buffer without …

Twilightpython · pillowEPSS 0.30%via NVD
CVE-2023-6507Medium· 6.1
2y ago

An issue was found in CPython 3.12.0 `subprocess` module on POSIX platforms

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 `ex…

Sunlitpython · pythonEPSS 1.3%via NVD
python vulnerabilities (CVEs) · VulnSea