CVE-2026-33079
Last modified
CVE-2026-33079 is a high-severity vulnerability rated 8.7/10 on the CVSS scale. 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. EPSS estimates a 0.48% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-33079?
How severe is CVE-2026-33079?
How do I fix CVE-2026-33079?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-33073Discourse is an open-source discussion platform. From versio…5.3
- CVE-2026-33074Discourse is an open-source discussion platform. From versio…5.3
- CVE-2026-33075FastGPT is an AI Agent building platform. In versions 4.14.8…8.8
- CVE-2026-33076Roxy-WI is a web interface for managing Haproxy, Nginx, Apac…9.8
- CVE-2026-33077Roxy-WI is a web interface for managing Haproxy, Nginx, Apac…7.5
- CVE-2026-33078Roxy-WI is a web interface for managing Haproxy, Nginx, Apac…9.8
- CVE-2026-3308An integer overflow vulnerability in 'pdf-image.c' in Artife…7.8
- CVE-2026-33080Filament is a collection of full-stack components for accele…5.4
- CVE-2026-33081PinchTab is a standalone HTTP server that gives AI agents di…3.7
- CVE-2026-33082DataEase is an open source data visualization analysis tool.…9.8
- CVE-2026-33083DataEase is an open-source data visualization and analytics …8.8
- CVE-2026-33084DataEase is an open-source data visualization and analytics …8.8
Are you affected by CVE-2026-33079?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
