Summary
CVE-2026-58154 is a high-severity memory corruption vulnerability (CWE-787: Out-of-Bounds Write) in Apache Traffic Server (ATS), the open-source reverse proxy and HTTP caching server published by the Apache Software Foundation. The flaw is triggered during MIME and HTTP header parsing, where ATS can write out of bounds or overflow integers when processing crafted header input. With a CVSS v3.1 score of 8.9 (HIGH), the vulnerability requires no authentication and no user interaction, and carries a changed scope — meaning it can affect resources beyond the vulnerable component itself.
Technical details
- Root cause: Out-of-bounds write and integer overflow conditions in the MIME and HTTP header parsing routines of Apache Traffic Server (CWE-787: Out-of-Bounds Write).
- Trigger conditions: An attacker sends a specially crafted HTTP request containing malicious MIME or HTTP headers to any ATS instance reachable over the network. No authentication is required and no user interaction is needed.
- Attack vector: Network (AV:N) — ATS operates as a reverse proxy at the network edge and processes all inbound HTTP traffic, making the vulnerable parsing code path directly reachable from the internet.
- Impact: The CVSS vector (CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:H/A:H) indicates Scope Changed, High Integrity Impact, and High Availability Impact — consistent with potential memory state corruption, proxy destabilization, or disruption of downstream systems served by the proxy.
- No public proof-of-concept exploit has been identified at the time of publication.
Affected software
- Apache Traffic Server 8.0.0 through 8.1.9
- Apache Traffic Server 9.0.0 through 9.2.14
- Apache Traffic Server 10.0.0 through 10.1.3
Severity
CVSS v3.1 Base Score: 8.9 (HIGH)
Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:H/A:H
Mitigation and recommended actions
- Immediate – Patch: Upgrade to Apache Traffic Server 9.2.15 or 10.1.4, which contain the official fix issued by the Apache Software Foundation. Note that the 8.x branch has no patch available; organizations running any 8.x version should migrate to a supported and patched branch (9.2.15 or 10.1.4).
- If immediate patching is not feasible: Restrict network-level access to ATS listening interfaces using firewall rules or upstream ACLs to limit exposure to trusted sources only, and monitor HTTP traffic for anomalous or malformed header payloads.
IONIX Status
The IONIX research team is tracking ongoing exploitation attempts and recommends immediate patching. Potentially affected assets are outlined in this post.

