league/commonmark: Quadratic-time denial of service when parsing crafted Markdown
Summary
| CVE | CVE-2026-71488 |
|---|---|
| State | PUBLISHED |
| Assigner | GitHub_M |
| Source Priority | CVE Program / NVD first with legacy fallback |
| Published | 2026-08-06 22:18:31 UTC |
| Updated | 2026-08-06 22:18:31 UTC |
| Description | league/commonmark is a PHP library for parsing and rendering CommonMark Markdown. From 0.6.0 until 2.9.0, specially crafted Markdown lines can cause the parser to have quadratic time complexity when converting, because several parsing paths repeatedly rescan growing portions of a line to translate between character positions and byte positions, and the Autolink extension can also copy and validate the remaining line at every URL-like prefix, allowing an attacker who can submit Markdown for conversion to consume disproportionate CPU time with a comparatively small request. This issue is fixed in 2.9.0. |
Risk And Classification
Primary CVSS: v3.1 7.5 HIGH from [email protected]
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Problem Types: CWE-407 | CWE-1050 | CWE-407 CWE-407: Inefficient Algorithmic Complexity | CWE-1050 CWE-1050: Excessive Platform Resource Consumption within a Loop
| Version | Source | Type | Score | Severity | Vector |
|---|---|---|---|---|---|
| 3.1 | [email protected] | Secondary | 7.5 | HIGH | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H |
| 3.1 | CNA | DECLARED | 7.5 | HIGH | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H |
CVSS v3.1 Breakdown
Attack Vector
NetworkAttack Complexity
LowPrivileges Required
NoneUser Interaction
NoneScope
UnchangedConfidentiality
NoneIntegrity
NoneAvailability
HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Vendor Declared Affected Products
| Source | Vendor | Product | Version | Platforms |
|---|---|---|---|---|
| CNA | Thephpleague | Commonmark | affected >= 0.6.0, < 2.9.0 | Not specified |
References
| Reference | Source | Link | Tags |
|---|---|---|---|
| github.com/thephpleague/commonmark/commit/a70979ea0d7d3377bd712753674845... | [email protected] | github.com | |
| github.com/thephpleague/commonmark/commit/c97b02e5e652b992033b93ba5d6182... | [email protected] | github.com | |
| github.com/thephpleague/commonmark/commit/a6ef6cdc308dfa39a34239c35818e7... | [email protected] | github.com | |
| github.com/thephpleague/commonmark/releases/tag/2.9.0 | [email protected] | github.com | |
| github.com/thephpleague/commonmark/security/advisories/GHSA-2q4p-g7hv-5rgv | [email protected] | github.com | |
| CVE Program record | CVE.ORG | www.cve.org | canonical |
| NVD vulnerability detail | NVD | nvd.nist.gov | canonical, analysis |
No vendor comments have been submitted for this CVE.
There are currently no legacy QID mappings associated with this CVE.