PatchSiren cyber security CVE debrief
CVE-2026-76098 lepture CVE debrief
A vulnerability in Mistune, a Python Markdown parser, allows for a denial of service (DoS) attack through deeply nested tokens. Versions 3.3.0 through 3.3.2 are affected, and the issue is fixed in version 3.3.3. This vulnerability can cause a crash of the parsing process due to RecursionError, allowing crafted Markdown to exceed Python's recursion limit. Defenders should assess exposure and prioritize upgrading to version 3.3.3 or later to prevent potential DoS attacks. The vulnerability is caused by the creation of deeply nested emphasis tokens from consecutive asterisk characters in HTML rendering.
- Vendor
- lepture
- Product
- mistune
- CVSS
- HIGH 7.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-24
- Original CVE updated
- 2026-09-09
- Advisory published
- 2026-08-24
- Advisory updated
- 2026-09-09
Who should care
Defenders responsible for systems using Mistune should assess exposure and prioritize upgrading to version 3.3.3 or later to prevent potential DoS attacks. This includes operators, platform administrators, vulnerability management teams, and security teams who need to review and update affected systems. They should also monitor for potential DoS attacks and review compensating controls for exposed systems while remediation is scheduled and verified. A key
Why it matters
Defenders should care about CVE-2026-76098 because it allows for a DoS attack through deeply nested tokens in Mistune, a Python Markdown parser. Versions 3.3.0 through 3.3.2 are affected, and the issue is fixed in version 3.3.3. Defenders responsible for systems using Mistune should assess exposure and prioritize upgrading to version 3.3.3 or later to prevent potential DoS attacks.
- Potential DoS attacks through crafted Markdown
- Crash of parsing process due to RecursionError
Technical summary
The vulnerability is caused by the creation of deeply nested emphasis tokens from consecutive asterisk characters in HTML rendering, which can exceed Python's recursion limit and raise a RecursionError, allowing crafted Markdown to crash a parsing process. This issue affects Mistune versions 3.3.0 through 3.3.2 and is fixed in version 3.3.3. The vulnerability can cause a denial of service (DoS) attack, and defenders should prioritize upgrading to version 3.3.3 or later to prevent potential DoS attacks. The issue is related to recursive rendering in HTMLRenderer.render_token().
Defensive priority
Defenders should prioritize upgrading to version 3.3.3 or later to prevent potential DoS attacks.
Recommended defensive actions
- Upgrade to version 3.3.3 or later
- Review and update affected systems
- Monitor for potential DoS attacks
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
Evidence notes
The vulnerability is caused by the creation of deeply nested emphasis tokens from consecutive asterisk characters in HTML rendering, which can exceed Python's recursion limit and raise a RecursionError.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-76098 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-76098
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-76098 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-76098
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/lepture/mistune/commit/0938fb7
-
Source reference
Unverified legacy reference
URL: https://github.com/lepture/mistune/security/advisories/GHSA-6m44-fpc8-c3rq
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.