CVE-2026-15310
Received
Received - Intake
Memory Exhaustion in Python via Crafted Zip Decompression
Vulnerability report for CVE-2026-15310, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-08-25
Last updated on: 2026-08-25
Assigner: Python Software Foundation
Description
Description
When decompressing crafted zip files using the bzip/LZMA/Zstandard
compressions, Python could use an attacker-controlled size to
pre-allocate memory, possibly resulting in memory exhaustion.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| python | python | * |
| python | python | 3.10 |
| python | python | 3.11 |
| python | python | 3.12 |
| python | python | 3.13 |
| python | python | 3.14 |
| python | python | 3.15 |
| mailman | mailman | 3 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-400 | The product does not properly control the allocation and maintenance of a limited resource. |