Bug 2498153 (CVE-2026-59925) - CVE-2026-59925 mistune: Mistune: Denial of Service via crafted Markdown input
Summary: CVE-2026-59925 mistune: Mistune: Denial of Service via crafted Markdown input
Keywords:
Status: NEW
Alias: CVE-2026-59925
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-07-08 17:02 UTC by OSIDB Bzimport
Modified: 2026-07-09 13:39 UTC (History)
17 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-07-08 17:02:20 UTC
Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, long sequences of well-formed double-asterisk or triple-asterisk emphasis pairs around a character cause quadratic work in src/mistune/inline_parser.py because the parser scans forward for matching close markers from every potential opening run, allowing denial of service in default Mistune parsing. This issue is fixed in version 3.3.0.


Note You need to log in before you can comment on or make changes to this bug.