Advisory Database
  • Advisories
  • Dependency Scanning
  1. pypi
  2. ›
  3. pymdown-extensions
  4. ›
  5. CVE-2026-67422

CVE-2026-67422: pymdown-extensions: exponential-backtracking ReDoS in caret, tilde, betterem, and magiclink inline processors

August 7, 2026

Four inline processors in pymdown-extensions contain regular expressions with exponential backtracking. A single untrusted Markdown line under 50 bytes drives markdown.markdown() into unbounded CPU on the rendering thread (seconds at ~45 bytes, growing exponentially with each added character). All four fire in the extension’s default configuration and are reachable through the documented public API. The caret/tilde/ betterem blow-up was introduced by the emphasis-pattern rewrite in PR #2547 (first released in 10.13, Dec 2024) — earlier releases used a linear (.+?) / ([^\s]+?) content group — and is present through 11.0 (latest); magiclink’s host pattern is long-standing and affects effectively all releases. Likely CWE-1333 (Inefficient Regular Expression Complexity).

This is a distinct issue from CVE-2025-68142 (ReDoS in pymdownx.blocks.caption, RE_FIG_NUM, fixed in 10.16.1): different extensions, different regexes, and a different root cause (delimiter-run partition ambiguity rather than a ./\. typo).

References

  • github.com/advisories/GHSA-gm37-52c6-37mw
  • github.com/facelessuser/pymdown-extensions/commit/c68498598d7b13011bb4571350b6e3612a4ce44b
  • github.com/facelessuser/pymdown-extensions/security/advisories/GHSA-gm37-52c6-37mw
  • nvd.nist.gov/vuln/detail/CVE-2026-67422

Code Behaviors & Features

Detect and mitigate CVE-2026-67422 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 11.0.1

Fixed versions

  • 11.0.1

Solution

Upgrade to version 11.0.1 or above.

Impact 7.5 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Learn more about CVSS

Weakness

  • CWE-1333: Inefficient Regular Expression Complexity

Source file

pypi/pymdown-extensions/CVE-2026-67422.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 08 Aug 2026 00:16:57 +0000.