Severity by source
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Remote unauthenticated slow-client trigger with no privileges or user interaction (AV:N/AC:L/PR:N/UI:N); impact is availability-only memory exhaustion, so C:N/I:N/A:H.
Primary rating from Vendor (apache).
CVSS VectorVendor: apache
Lifecycle Timeline
5DescriptionCVE.org
Apache Traffic Server drops the per-stream buffer cap when dechunking HTTP/2 or HTTP/3 responses, letting a slow client exhaust server memory.
This issue affects Apache Traffic Server: from 8.0.0 through 8.1.9, from 9.0.0 through 9.2.14, from 10.0.0 through 10.1.3.
Users are recommended to upgrade to version 9.2.15 or 10.1.4, which fix the issue.
AnalysisAI
Memory-exhaustion denial of service in Apache Traffic Server (versions 8.0.0-8.1.9, 9.0.0-9.2.14, and 10.0.0-10.1.3) arises because the proxy drops its per-stream buffer cap while dechunking HTTP/2 or HTTP/3 responses. A remote, unauthenticated attacker acting as a deliberately slow client can force unbounded buffering and exhaust server memory, degrading or crashing the caching proxy. This is a pure availability issue (CWE-400) with no confidentiality or integrity impact; no public exploit has been identified at time of analysis.
Technical ContextAI
Apache Traffic Server is a high-performance caching HTTP/HTTPS forward and reverse proxy widely used in CDN and edge-caching deployments. The flaw sits in its HTTP/2 and HTTP/3 response-handling path: when the server dechunks (removes chunked transfer-encoding framing from) an upstream response before delivering it to the client, it fails to enforce the per-stream buffer limit that normally bounds how much data can accumulate in memory for a single stream. This is a classic CWE-400 Uncontrolled Resource Consumption pattern - a missing or bypassed flow-control/backpressure check lets a client that reads slowly cause the server to buffer response bytes without bound. The CPE cpe:2.3:a:apache_software_foundation:apache_traffic_server covers all affected branches.
RemediationAI
Vendor-released patch: upgrade to Apache Traffic Server 9.2.15 or 10.1.4, which restore the per-stream buffer cap during dechunking (advisory: https://lists.apache.org/thread/5prl9glcm9g2swnq9hqxvnokylm1gr6d). Users still on the 8.0.0-8.1.9 branch should migrate to a fixed 9.2.15 or 10.1.4 release, since no patched 8.x version is named. Where immediate upgrade is not possible, compensating controls include disabling HTTP/2 and HTTP/3 support so responses are not handled by the vulnerable dechunking path (trade-off: loss of multiplexing/performance benefits for clients), placing per-connection memory limits, request timeouts, and connection-rate limits in front of ATS to bound how long a slow client can hold streams open, and rate-limiting or restricting untrusted client access to the proxy. These mitigations reduce but do not fully eliminate the resource-exhaustion window and may affect legitimate slow or high-latency clients.
More in Apache Traffic Server
View allRemote denial of service in Apache Traffic Server (8.0.0-8.1.9, 9.0.0-9.2.14, 10.0.0-10.1.3) allows unauthenticated atta
Out-of-bounds write and integer overflow in Apache Traffic Server's MIME and HTTP header parsing lets remote attackers c
Request smuggling and policy bypass in Apache Traffic Server (branches 8.0.0-8.1.9, 9.0.0-9.2.14, and 10.0.0-10.1.3) ari
Denial of service in Apache Traffic Server 8.0.0-8.1.9, 9.0.0-9.2.14, and 10.0.0-10.1.3 lets remote unauthenticated atta
Out-of-bounds write and limit-bypass flaws in several experimental plugins shipped with Apache Traffic Server (8.0.0-8.1
Improper certificate generation in the Apache Traffic Server certifier plugin lets remote attackers dictate the contents
Memory corruption in Apache Traffic Server's remap configuration handling lets remote attackers trigger a use-after-free
Denial-of-service and cache-integrity corruption in Apache Traffic Server (8.0.0-8.1.9, 9.0.0-9.2.14, 10.0.0-10.1.3) all
Out-of-bounds memory write in the Apache Traffic Server header_rewrite plugin allows remote attackers to crash the proxy
Memory corruption in the Cripts scripting framework of Apache Traffic Server (versions 10.0.0 through 10.1.3) allows rem
Denial of service in Apache Traffic Server (versions 8.0.0-8.1.9, 9.0.0-9.2.14, and 10.0.0-10.1.3) arises from a stack-b
Denial of service in the Apache Traffic Server ESI (Edge Side Includes) plugin allows remote unauthenticated attackers t
Same weakness CWE-400 – Uncontrolled Resource Consumption
View allSame technique Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-50206
GHSA-q67c-46w2-2p7h