PatchSiren cyber security CVE debrief
CVE-2026-86433 thephpleague CVE debrief
CVE-2026-86433 is a denial-of-service vulnerability in commonmark versions from 1.5.0 before 2.8.4. Unauthenticated attackers can submit approximately 32 KB of repeated attribute blocks to cause parsing to take over 5 seconds, exhausting server resources. This vulnerability is caused by the Attributes extension in commonmark, where AttributesListener::findTargetAndDirection() performs quadratic-time sibling list scanning. The vulnerability affects commonmark versions from 1.5.0 before 2.8.4 and can be mitigated by updating to version 2.8.4 or later.
- Vendor
- thephpleague
- Product
- commonmark
- CVSS
- HIGH 8.7
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-07
- Original CVE updated
- 2026-09-07
- Advisory published
- 2026-09-07
- Advisory updated
- 2026-09-07
Who should care
Defenders and administrators of systems using commonmark versions from 1.5.0 before 2.8.4 should verify and update their installations to prevent potential denial-of-service attacks.
Why it matters
CVE-2026-86433 is a denial-of-service vulnerability in commonmark versions from 1.5.0 before 2.8.4. Defenders should prioritize verifying and updating commonmark to version 2.8.4 or later to prevent potential denial-of-service attacks.
- Potential denial-of-service attacks may exhaust server resources
- Verification of commonmark version and server configurations is necessary
Technical summary
The vulnerability is caused by the Attributes extension in commonmark, where AttributesListener::findTargetAndDirection() performs quadratic-time sibling list scanning. This allows unauthenticated attackers to submit approximately 32 KB of repeated attribute blocks to cause parsing to take over 5 seconds, exhausting server resources. The vulnerability affects commonmark versions from 1.5.0 before 2.8.4 and can be mitigated by updating to version 2.8.4 or later. The vulnerability can be exploited by submitting repeated attribute blocks, which can cause parsing to take over 5 seconds, exhausting server resources.
Defensive priority
Defenders should prioritize verifying and updating commonmark to version 2.8.4 or later to prevent potential denial-of-service attacks.
Recommended defensive actions
- Verify commonmark version and update to 2.8.4 or later
- Review server configurations to prevent excessive resource usage
- Monitor server resources for potential denial-of-service attacks
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
- technicalSummary
Evidence notes
The vulnerability is described in the CVE record and NVD vulnerability detail page. The source references provide additional information about the vulnerability. The CVE record was published on 2026-09-07T13:20:42.733Z and has not been modified since then. The NVD vulnerability detail page provides a comprehensive assessment of the vulnerability. The source references provide additional context and details about the vulnerability.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-86433 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-86433
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-86433 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-86433
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/thephpleague/commonmark/security/advisories/GHSA-g2gp-3wwq-f4ph
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/commonmark-1.5.0-before-2.8.4-denial-of-service-via-attributes
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.