CVE-2026-86429
Received
Received - Intake
Quadratic Parsing Complexity in League CommonMark
Vulnerability report for CVE-2026-86429, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-09-07
Last updated on: 2026-09-07
Assigner: VulnCheck
Description
Description
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.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| thephpleague | commonmark | From 1.5.0 (inc) to 2.9.1 (exc) |
| thephpleague | commonmark | 2.9.1 |
| thephpleague | commonmark | From 1.5.0 (inc) to 2.9.0 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-407 | An algorithm in a product has an inefficient worst-case computational complexity that may be detrimental to system performance and can be triggered by an attacker, typically using crafted manipulations that ensure that the worst case is being reached. |