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
Network-reachable and unauthenticated (AV:N/PR:N) but requires the optional ESI plugin enabled and attacker-influenced markup, so AC:H; impact is availability-only (A:H).
Primary rating from Vendor (apache).
CVSS VectorVendor: apache
Lifecycle Timeline
6DescriptionCVE.org
The Apache Traffic Server ESI plugin can recurse without bound and fetch attacker-controlled URLs.
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
Denial of service in the Apache Traffic Server ESI (Edge Side Includes) plugin allows remote unauthenticated attackers to trigger unbounded recursion while the plugin fetches attacker-controlled URLs, exhausting server resources. It affects Apache Traffic Server 8.0.0 through 8.1.9, 9.0.0 through 9.2.14, and 10.0.0 through 10.1.3 when the ESI plugin is enabled. No public exploit identified at time of analysis, and the flaw is not listed in CISA KEV.
Technical ContextAI
Apache Traffic Server (ATS) is a high-performance caching and reverse proxy widely used in CDN and edge-serving infrastructure. The Edge Side Includes (ESI) plugin processes ESI markup in responses to assemble pages from multiple fragments, issuing sub-requests to fetch included resources. The root cause is CWE-674 (Uncontrolled Recursion): the plugin follows ESI include directives without enforcing a recursion depth or fan-out limit, so nested or self-referential includes cause it to recurse without bound and repeatedly fetch URLs the attacker can influence. This both amplifies request volume and can drive the proxy to fetch arbitrary attacker-designated endpoints, producing the resource exhaustion characteristic of a recursive/amplification denial of service.
RemediationAI
Vendor-released patch: upgrade Apache Traffic Server to 9.2.15 or 10.1.4, which fix the unbounded recursion in the ESI plugin, as documented in the Apache advisory at https://lists.apache.org/thread/5prl9glcm9g2swnq9hqxvnokylm1gr6d. The 8.x branch (through 8.1.9) is affected and has no listed fixed release in that branch, so 8.x users should migrate to a patched 9.2.x or 10.1.x line. If immediate patching is not possible, a targeted compensating control is to disable or unload the ESI plugin (remove it from plugin.config / remap.config) where ESI processing is not required, which eliminates the vulnerable code path at the cost of losing edge-side include assembly; alternatively, restrict which upstream/origin URLs the plugin is permitted to fetch and enforce request-rate and connection limits at the proxy to blunt the amplification, accepting that these throttle but do not fully close the recursion issue.
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 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 memory
Same weakness CWE-674 – Uncontrolled Recursion
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-50223
GHSA-jmf6-wg5m-793g