Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-49851 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

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.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-1333Inefficient Regular Expression Complexityredhat-SADP
CWE-400Uncontrolled Resource Consumption[email protected]
CWE-407Inefficient Algorithmic Complexity[email protected]
CWE-770Allocation of Resources Without Limits or Throttling[email protected]

Affected Products

ProductVersions
Mistune
3.2.1 (semver)

CPE

  • cpe:2.3:a:mistune_project:mistune:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 3.3.0moderate effort

Change History

7 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-49851
NVD Published Date:
Jun 24, 2026
NVD Last Modified:
Aug 28, 2026
Source:
[email protected]
CVE-2026-49851 Details - Not Deferred