Description
Apache Traffic Server truncates over-long header names, allowing header aliasing, request smuggling, and policy bypass.

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: 9.2 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Apache Traffic Server historically truncates header names that exceed the maximum allowed length. When the truncated key is used, the server creates a header alias that different downstream systems interpret separately, enabling an attacker to embed a second request within the same network flow. This mechanism, identified as CWE‑444, permits request smuggling and the bypass of policy checks that rely on header name uniqueness.

Affected Systems

The vulnerability exists in 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 of these releases is susceptible to the described attack vector.

Risk and Exploitability

The CVSS base score of 9.2 indicates a high severity of potential impact. The EPSS score is below 1%, suggesting a low likelihood of exploitation at present, and the flaw is not listed in CISA’s KEV catalog. Attackers can remotely send malformed HTTP requests with oversized header names to engineer request smuggling or policy bypass against upstream services. The primary attack vector is via the transport layer, requiring no additional privileged access and exploiting only the server’s header parsing logic.

Generated by OpenCVE AI on August 3, 2026 at 13:43 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Apache Traffic Server to version 9.2.15 or newer, or to 10.1.4 if using the 10.x release line, which corrects the header‑name truncation behavior.
  • Restart the Traffic Server service immediately after upgrading so that the process reloads the new binaries.
  • Configure downstream firewalls or application servers to reject headers longer than the standard maximum length and to ignore header aliases, thereby reducing the chance that a smuggled request reaches them.
  • Continuously monitor access logs for abnormal request volumes or unusually long header values and consider adding firewall rules to block suspected smuggling attempts.

Generated by OpenCVE AI on August 3, 2026 at 13:43 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 09:45: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 truncates over-long header names, allowing header aliasing, request smuggling, and policy bypass. 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: Header-name length truncation enables header aliasing and request smuggling
Weaknesses CWE-444
References
Metrics cvssV3_1

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

cvssV4_0

{'score': 9.2, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:H/SA:N'}


Subscriptions

Apache Traffic Server
cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-07-29T12:19:05.151Z

Reserved: 2026-06-29T15:45:54.687Z

Link: CVE-2026-58155

cve-icon Vulnrichment

Updated: 2026-07-29T12:18:59.770Z

cve-icon NVD

Status : Analyzed

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

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

Link: CVE-2026-58155

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T13:45:03Z

Weaknesses
  • CWE-444

    Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')