Cyber Resilience

CVE-2026-71488

DoS

Published
06 August 2026
Modified
07 August 2026
CVSS Score v3.1 7.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0035 27th percentile
Risk Priority 57 floored blend · peak EPSS

Summary

CVE-2026-71488 is a high-severity Inefficient Algorithmic Complexity (CWE-407) vulnerability. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Endpoint Denial of Service (T1499); ranked at the 27th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SC-6 (Resource Availability) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

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…

more

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.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1499 Endpoint Denial of Service Impact
Adversaries may perform Endpoint Denial of Service (DoS) attacks to degrade or block the availability of services to users.
T1499.001 OS Exhaustion Flood Impact
Adversaries may launch a denial of service (DoS) attack targeting an endpoint's operating system (OS).
T1499.003 Application Exhaustion Flood Impact
Adversaries may target resource intensive features of applications to cause a denial of service (DoS), denying availability to those applications.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2026-44390Shared CWE-1050, CWE-407
CVE-2026-4634Shared CWE-1050
CVE-2025-32907Shared CWE-1050
CVE-2025-47947Shared CWE-1050
CVE-2023-1390Shared CWE-1050
CVE-2026-22261Shared CWE-1050
CVE-2026-22263Shared CWE-1050
CVE-2025-48866Shared CWE-1050
CVE-2025-67419Shared CWE-1050
CVE-2024-21909Shared CWE-407

Affected Assets

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 2 hardening rules · 2 OS baselines
Validate
Prove the fix (OWASP ASVS)
  • V2.4.1
  • V7.6.2
  • V15.4.3
  • V15.4.4

Mitigating Controls (NIST 800-53 r5) AI

SA-11 developer testing can discover loops that consume platform resources before deployment.

SC-6 directly protects resource availability by enforcing allocation limits that bound consumption from faulty loops.

AC-10 caps concurrent sessions, reducing blast radius when a loop consumes session or connection resources.

Denial-of-service protection directly reduces the impact of resource exhaustion triggered by worst-case algorithmic inputs.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices (code review, complexity analysis, safe algorithm selection) prevent introduction of exploitable worst-case behavior.

DE.CM-09 partial match
prevents

Runtime monitoring of software and resources can detect the performance impact of triggered worst-case complexity.

ID.RA-01 partial match
prevents

Identifying and recording algorithmic-complexity vulnerabilities directly addresses the root cause before exploitation.

PR.IR-04 partial match
prevents

Capacity monitoring and resource management directly limit impact of runaway consumption.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Monitoring can alert on resource abuse but does not eliminate the coding flaw.

finds

Security testing can uncover performance issues stemming from algorithmic complexity.

mitigates

Redundancy of processing facilities can absorb resource exhaustion from inefficient algorithms.

A.8.15 Logging partial match
finds

Logging may detect excessive consumption but does not stop the loop.

prevents

Secure development life cycle includes design reviews that can catch inefficient algorithms before deployment.

prevents

Secure system architecture principles encourage selection of algorithms with acceptable worst-case complexity.

Hardening callouts derived

Configuration rules from DISA STIG baselines that bear on weaknesses of the type cited by this CVE. Each rule is shown with the relationship its mapping actually records, against the CWE it was authored against. Derived via CVE→CWE over `controls_xwalks` (authoritative rows only; rows rated `none` are excluded).

Oracle Linux 9 (1 rule)
  • V-271709 OL 9 must be configured so that all network connections associated with SSH traffic terminate after becoming unresponsive. prevents CWE-1050
RHEL 9 (1 rule)
  • V-257995 RHEL 9 must be configured so that all network connections associated with SSH traffic terminate after becoming unresponsive. prevents CWE-1050

References