CVE-2026-49851
Last modified
CVE-2026-49851 is a high-severity vulnerability rated 7.5/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.63% 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
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-49846libks provides foundational support for signalwire C product…7.5
- 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-49849xShop is an open-source shop developed in Laravel. An Unrest…9.1
- CVE-2026-4985A vulnerability was identified in dloebl CGIF up to 0.5.2. T…5.3
- CVE-2026-49850InvoicePlane is a self-hosted open source application for ma…7.5
- 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-49856@jshookmcp/jshook is an MCP server that gives AI agents tool…4.3
- CVE-2026-49857auth-fetch-mcp is an MCP server that lets AI assistants fetc…7.4
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
