The league/commonmark (thephpleague/commonmark) library in versions >= 1.5.0 and < 2.9.1 contains quadratic parsing complexity in its SmartPunctExtension and AttributesExtension. When either extension is explicitly registered on the Environment (they are not enabled by default and are excluded from the standard CommonMark and GitHub-Flavored Markdown converters), an unauthenticated attacker can submit small, specially crafted Markdown documents — such as text alternating with unpaired quotes, contiguous runs of block-level attribute blocks, or repeated class attributes — to trigger disproportionate CPU consumption and cause a denial of service. Fixed in 2.9.1.
References
| Link | Resource |
|---|---|
| https://github.com/thephpleague/commonmark/security/advisories/GHSA-jjv6-8j6v-6j52 | Vendor Advisory Mitigation |
| https://www.vulncheck.com/advisories/commonmark-before-2.9.1-denial-of-service-via-smartpunct-and-attributes | Third Party Advisory |
Configurations
History
No history.
Information
Published : 2026-09-07 13:20
Updated : 2026-09-09 16:29
NVD link : CVE-2026-86429
Mitre link : CVE-2026-86429
CVE.ORG link : CVE-2026-86429
JSON object : View
Products Affected
thephpleague
- commonmark
CWE
CWE-407
Inefficient Algorithmic Complexity
