CVE-2026-59930
Prior to 3.3.0, the toc plugin and TableOfContents directive generate heading IDs as predictable toc_N values without slugifying the heading text, allowing attacker-controlled id="toc_N" content to collide with generated anchors and redirect same-page…
Does this matter?
Lower severity and a low EPSS score (0.19%). Track it; it rarely justifies an emergency change on its own.
Description
Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, the toc plugin and TableOfContents directive generate heading IDs as predictable toc_N values without slugifying the heading text, allowing attacker-controlled id="toc_N" content to collide with generated anchors and redirect same-page navigation, CSS selectors, or JavaScript handlers. This issue is fixed in version 3.3.0.
- CVSS 3.1
- 4.3 MEDIUMCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
- EPSS
- 0.19% probability · 9th percentile
- CISA KEV
- Not listed
- Weakness
- CWE-345, CWE-1284
- Affected
- mistune project/mistune
- Source
- security-advisories@github.com
References
- https://github.com/lepture/mistune/commit/c4093c4742ed0d10d9332fb8edb455869b7b581bPatch
- https://github.com/lepture/mistune/releases/tag/v3.3.0Release Notes
- https://github.com/lepture/mistune/security/advisories/GHSA-2hm2-hc3v-44h9Exploit, Third Party Advisory
- https://github.com/lepture/mistune/security/advisories/GHSA-2hm2-hc3v-44h9Exploit, Third Party Advisory
Source: NVD record, EPSS from FIRST.org, KEV from CISA. Refreshed daily.