๐Ÿ” CVE Alert

CVE-2026-33079

UNKNOWN 0.0

Mistune ReDoS in LINK_TITLE_RE allows denial of service with crafted Markdown titles

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In versions 3.0.0a1 through 3.2.0 of Mistune, there is a ReDoS (Regular Expression Denial of Service) vulnerability in `LINK_TITLE_RE` that allows an attacker who can supply Markdown for parsing to cause denial of service. The regular expression used for parsing link titles contains overlapping alternatives that can trigger catastrophic backtracking. In both the double-quoted and single-quoted branches, a backslash followed by punctuation can be matched either as an escaped punctuation sequence or as two ordinary characters, creating an ambiguous pattern inside a repeated group. If an attacker supplies Markdown containing repeated ! sequences with no closing quote, the regex engine explores an exponential number of backtracking paths. This is reachable through normal Markdown parsing of inline links and block link reference definitions. A small crafted input can therefore cause significant CPU consumption and make applications using Mistune unresponsive.

CWE CWE-1333
Vendor lepture
Product mistune
Published May 6, 2026
Last Updated May 6, 2026
Stay Ahead of the Next One

Get instant alerts for lepture mistune

Be the first to know when new unknown vulnerabilities affecting lepture mistune are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

lepture / mistune
>=3.0.0a1, <= 3.2.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/lepture/mistune/security/advisories/GHSA-8mp2-v27r-99xp github.com: https://github.com/lepture/mistune/blob/df23edd60b43b639d2e6760ef9dd3d618aa11c21/src/mistune/helpers.py#L20-L25