VDB
KO
HIGH 7.5

PYSEC-2026-2216

Quick fix

PYSEC-2026-2216 — mistune: upgrade to the fixed version with the command below.

pip install --upgrade 'mistune>=3.3.0'

Details

Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, a Markdown document containing many repeated or distinct reference-link definitions causes quadratic work in src/mistune/block_parser.py and the ref_links environment dictionary handling, allowing denial of service through CPU exhaustion. This issue is fixed in version 3.3.0.

Are you affected?

Enter the version of the package you're using.

Affected packages

PyPI / mistune
Introduced in: 0 Fixed in: 3.3.0
Fix pip install --upgrade 'mistune>=3.3.0'

References