CVE-2026-67422
Published:August 06, 2026
Updated:August 31, 2026
pymdown-extensions is a collection of extensions for the Python Markdown library. In versions up to and including 11.0, four inline processors (caret, tilde, betterem, and magiclink) use regular expressions whose content groups can partition a run of delimiter characters in exponentially many ways, causing catastrophic backtracking. As a result, a single untrusted Markdown line under 50 bytes rendered with markdown.markdown() in each extension's default configuration drives the rendering thread into unbounded CPU usage that grows exponentially with input length, enabling an unauthenticated remote attacker who can submit Markdown to cause denial of service. The exposure is concrete for web applications that render user-supplied Markdown (comments, wikis, issue bodies, live preview), including any app using pymdownx.extra which bundles the vulnerable betterem default, as well as hosted docs/CI systems that build untrusted Markdown. The issue has been fixed in version 11.0.1.
Affected Packages
pymdown-extensions (CONDA):
Affected version(s) >=6.0 <11.0.1Fix Suggestion:
Update to version 11.0.1pymdown-extensions (CONDA):
Affected version(s) >=6.0 <11.0.1Fix Suggestion:
Update to version 11.0.1https://github.com/facelessuser/pymdown-extensions.git (GITHUB):
Affected version(s) >=1.0.0 <11.0.1Fix Suggestion:
Update to version 11.0.1pymdown-extensions (PYTHON):
Affected version(s) >=1.0.0 <11.0.1Fix Suggestion:
Update to version 11.0.1pymdown-extensions (PYTHON):
Affected version(s) >=1.0.0 <11.0.1Fix Suggestion:
Update to version 11.0.1Related Resources (7)
Do you need more information?
Contact UsCVSS v4
Base Score:
8.7
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
HIGH
Weakness Type (CWE)
Inefficient Regular Expression Complexity
EPSS
Base Score:
0.58