PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-86429 thephpleague CVE debrief

CVE-2026-86429 is a denial-of-service vulnerability in the league/commonmark library, which can cause high CPU consumption and system instability when an unauthenticated attacker submits specially crafted Markdown documents. The vulnerability is caused by quadratic parsing complexity in the SmartPunctExtension and AttributesExtension of the league/commonmark library. Defenders should prioritize verifying exposure and applying the patch. This includes developers, system administrators, and security teams. The vulnerability is fixed in version 2.9.1.

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 who use the league/commonmark library in their environment should assess exposure and apply the patch. This includes developers, system administrators, and security teams.

Why it matters

CVE-2026-86429 is a denial-of-service vulnerability in the league/commonmark library that can cause high CPU consumption and system instability. Defenders should prioritize verifying exposure and applying the patch.

  • Denial of service due to high CPU consumption
  • Potential for system crashes or instability
  • Need for verification of exposure and application of the patch

Technical summary

The league/commonmark library in versions >= 1.5.0 and < 2.9.1 contains quadratic parsing complexity in its SmartPunctExtension and AttributesExtension. An unauthenticated attacker can submit small, specially crafted Markdown documents to trigger disproportionate CPU consumption and cause a denial of service. The vulnerability can be triggered by submitting small, specially crafted Markdown documents, such as text alternating with unpaired quotes, contiguous runs of block-level attribute blocks, or repeated class attributes. The vulnerability is fixed in version 2.9.1.

Defensive priority

Defenders should prioritize verifying exposure and applying the patch, as the vulnerability can cause high CPU consumption and denial of service.

Recommended defensive actions

  • Verify if the league/commonmark library is used in the environment
  • Check if the version of the library is less than 2.9.1
  • Apply the patch by updating to version 2.9.1 or later
  • Monitor for suspicious Markdown documents being submitted to the system
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented

Evidence notes

The vulnerability is caused by quadratic parsing complexity in the SmartPunctExtension and AttributesExtension of the league/commonmark library. The vulnerability can be triggered by submitting small, specially crafted Markdown documents.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-86429 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-86429

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-86429 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-86429

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

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.