Python
Python
See the latest tracked release, confirm when it was published, and subscribe for update emails.
3.13.15
- Release date
- August 05, 2026
- Security status
- 4 high-severity CVEs tracked in the last 90 days. Current version not affected.
Source
Public release notes are linked for the latest stored release.
Release history
See the latest published releases stored for this product.
| Version | Published | Notes |
|---|---|---|
| 3.13.15 | 2026-08-05 | Release Notes |
| 3.13.14 | 2026-06-10 | Release Notes |
| 3.13.13 | 2026-04-07 | Release Notes |
| 3.13.12 | 2026-02-03 | Release Notes |
Vulnerability tracking
versionPing monitors CVEs for this product. Matching CVEs are listed below. We only display CVEs with a CVSS score of 7.0 or higher that were published within the last 90 days.
Affected status is inferred from published affected version ranges where available. Always verify against the vendor advisory before making production decisions.
| CVE | Severity | Published | Status | Summary |
|---|---|---|---|---|
| CVE-2026-15308 | HIGH (8.7) | 2026-07-09 | Current versionnot affected | The incremental HTML parser (html.parser.HTMLParser) allows for CPU denial-of-service through repeated unterminated markup declarations when processing uncontrolled data. Affected versions
Show 4 more
|
| CVE-2026-11972 | HIGH (8.2) | 2026-06-23 | Current versionnot affected | When using the "tarfile" module with a file opened in "streaming mode" (mode="r|") the tarfile module did not properly handle EOF, making archive parsing take exponentially longer. Affected versions
Show 4 more
|
| CVE-2026-11940 | HIGH (7.8) | 2026-06-23 | Current versionnot affected | tarfile.extractall() with the 'data' or 'tar' filter could be bypassed by a crafted archive where a hardlink references a symlink stored at a deeper name than the hardlink itself. The extraction fallback validated the symlink at it's archived location but recreated it at the hardlink's shallower path, letting a relative target the filter judged contained escape the destination directory. This allowed a malicious tar archive to create a symlink pointing outside the destination, enabling out-of-destination file reads or writes. This was an incomplete fix of CVE-2025-4330. Affected versions
Show 4 more
|
| CVE-2026-9669 | HIGH (8.2) | 2026-06-08 | Current versionnot affected | bz2.BZ2Decompressor objects could be reused after a decompression error. If an application caught the resulting OSError and retried with the same decompressor, crafted input could cause the decompressor to resume from an invalid internal state and perform out-of-bounds writes to a stack buffer. This could crash the process when processing untrusted data. Affected versions
Show 4 more
|