VYPR

Mistune

by Pypi

CVEs (1)

  • CVE-2026-49851Jun 24, 2026
    risk 0.00cvss epss

    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…