PT-2026-68773 · Pypi · Pymdown Extensions
CVE-2026-67422
·
Published
2026-08-06
·
Updated
2026-08-20
CVSS v3.1
7.5
High
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
pymdown-extensions versions prior to 11.0.1
Description
Four inline processors (caret, tilde, betterem, and magiclink) use regular expressions that can cause catastrophic backtracking—a condition where the regex engine takes an exponential amount of time to process a string—when handling delimiter characters. An unauthenticated remote attacker can submit a specially crafted Markdown line of less than 50 bytes to be rendered via the
markdown.markdown() function, leading to unbounded CPU usage and a denial of service. This issue affects web applications rendering user-supplied content such as comments, wikis, and issue bodies, as well as CI systems and hosted documentation platforms. Applications using pymdownx.extra are also affected as it includes the vulnerable betterem default.Recommendations
Update to version 11.0.1.
Exploit
Fix
DoS
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Pymdown Extensions