CVE-2026-15308
Received
Received - Intake
Denial-of-Service in Python html.parser via Unterminated Markup
Vulnerability report for CVE-2026-15308, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-07-09
Last updated on: 2026-07-09
Assigner: Python Software Foundation
Description
Description
The incremental HTML parser (html.parser.HTMLParser) allows for CPU
denial-of-service through repeated unterminated markup declarations when
processing uncontrolled data.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| python | htmlparser | From 3.10 (inc) to 3.15 (inc) |
| python | cpython | From 3.10 (inc) to 3.16 (inc) |
| python | python | From 3.10 (inc) to 3.16 (inc) |
| python | python | From 3.10 (inc) to 3.15 (inc) |
| python | html_parser | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-400 | The product does not properly control the allocation and maintenance of a limited resource. |