CVE-2026-86430

Summary

league/commonmark versions before 2.9.1 contain multiple denial of service vulnerabilities in fenced code block detection, reference link label lookup, and emphasis delimiter processing that perform super-linear work on crafted input. Attackers can submit specially crafted Markdown with long backtick runs, nested brackets, or delimiter sequences to consume disproportionate CPU time and prevent legitimate requests from completing.

Affected Software

VendorProductVersion RangeStatus
thephpleaguecommonmark0.6.0 < 2.9.1affected
thephpleaguecommonmark2.9.1unaffected

Weaknesses

  • CWE-407: Inefficient Algorithmic Complexity

References