CVE-2026-49851
Last modified
CVE-2026-49851 is a high-severity vulnerability rated 8.7/10 on the CVSS scale. Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, Mistune is vulnerable to a CPU exhaustion DoS due to superlinear (approximately O(n²)) behavior in parse_link_text. EPSS estimates a 0.35% chance of exploitation in the next 30 days.
Description
Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, Mistune is vulnerable to a CPU exhaustion DoS due to superlinear (approximately O(n²)) behavior in parse_link_text. When parsing Markdown containing many consecutive [ characters, parse_link_text repeatedly scans the input using a regex search inside a loop. Each iteration re-scans a large portion of the remaining string, resulting in quadratic-time behavior. An attacker-controlled Markdown input can therefore trigger excessive CPU usage with a very small payload. This vulnerability is fixed in 3.3.0.
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-49851?
How severe is CVE-2026-49851?
How do I fix CVE-2026-49851?
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-49842FreeSWITCH is a Software Defined Telecom Stack enabling the …7.5
- CVE-2026-49843FreeSWITCH is a Software Defined Telecom Stack enabling the …5.3
- CVE-2026-49844Improper encoding of non-finite floating-point values during…5.9
- CVE-2026-49847FreeSWITCH is a Software Defined Telecom Stack enabling the …7.5
- CVE-2026-49848FreeSWITCH is a Software Defined Telecom Stack enabling the …4.3
- CVE-2026-4985A vulnerability was identified in dloebl CGIF up to 0.5.2. T…5.3
- CVE-2026-49852joserfc is a Python library that provides an implementation …8.7
- CVE-2026-49853Tornado is a Python web framework and asynchronous networkin…7.7
- CVE-2026-49854Tornado is a Python web framework and asynchronous networkin…5.3
- CVE-2026-49855Tornado is a Python web framework and asynchronous networkin…7.5
- CVE-2026-49858API Platform Core is a system to create hypermedia-driven RE…5.9
- CVE-2026-49859Deno is a JavaScript, TypeScript, and WebAssembly runtime. P…5.2
Are you affected by CVE-2026-49851?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
