Description
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.
Published: 2026-07-29
Score: 8.2 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Apache Traffic Server eliminates the per-stream buffer limit when dechunking HTTP/2 or HTTP/3 responses. This change allows a client that sends data at a slower rate than the server can consume to cause the server to allocate an increasing amount of memory for that stream, eventually exhausting the system’s RAM. The resulting denial‑of‑service can render the server unresponsive for all users. The vulnerability is a classic example of CWE‑400, an Uncontrolled Resource Consumption flaw.

Affected Systems

The issue covers Apache Traffic Server versions 8.0.0 through 8.1.9, 9.0.0 through 9.2.14, and 10.0.0 through 10.1.3. Any deployment running any of these releases is susceptible.

Risk and Exploitability

The CVSS score of 8.2 indicates a high severity. The EPSS score is listed as less than 1%, suggesting a low likelihood of current exploitation but still possible; it does not rule out future attacks. The flaw is not included in the CISA Known Exploited Vulnerabilities catalog. Attackers would require direct access to the server and a client capable of sending a slow HTTP/2 or HTTP/3 response, which is a reasonable assumption for an open or poorly protected service. Successful exploitation results in memory exhaustion and a denial‑of‑service for all clients.

Generated by OpenCVE AI on August 4, 2026 at 12:36 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Apache Traffic Server 9.2.15 or 10.1.4, which restore the per‑stream buffer cap.
  • If an immediate upgrade is not feasible, disable or limit HTTP/2 or HTTP/3 support for new connections, or reduce the maximum number of concurrent streams to lower memory pressure.
  • Implement network‑level rate limiting or firewall rules to prevent clients from initiating slow or prolonged HTTP/2/HTTP/3 streams, reducing the risk of memory exhaustion until a patch is applied.

Generated by OpenCVE AI on August 4, 2026 at 12:36 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 29 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 29 Jul 2026 10:00:00 +0000

Type Values Removed Values Added
First Time appeared Apache
Apache traffic Server
Vendors & Products Apache
Apache traffic Server

Wed, 29 Jul 2026 08:30:00 +0000

Type Values Removed Values Added
Description 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.
Title Apache Traffic Server: HTTP/2 and HTTP/3 dechunking removes per-stream buffer cap, allowing memory exhaustion
Weaknesses CWE-400
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}

cvssV4_0

{'score': 8.2, 'vector': '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'}


Subscriptions

Apache Traffic Server
cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-07-29T12:20:42.788Z

Reserved: 2026-07-21T20:59:11.713Z

Link: CVE-2026-65324

cve-icon Vulnrichment

Updated: 2026-07-29T12:20:39.086Z

cve-icon NVD

Status : Analyzed

Published: 2026-07-29T09:16:30.410

Modified: 2026-08-03T13:40:01.187

Link: CVE-2026-65324

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T12:45:05Z

Weaknesses
  • CWE-400

    Uncontrolled Resource Consumption