Description
Apache Traffic Server mishandles integers while decoding HPACK/XPACK headers, corrupting 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: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Apache Traffic Server fails to properly handle integer values while decoding HPACK/XPACK headers, which can corrupt memory in the process. This flaw falls under CWE-190, an integer overflow or underflow vulnerability, and may allow an attacker to deliver crafted headers that abuse the decoding logic and modify data structures in memory. The corruption could potentially lead to unpredictable behavior, including crashes or privilege escalation, if the affected code paths are executed by a privileged user. The CVE description does not explicitly state that remote code execution is guaranteed, but the memory corruption creates the possibility of arbitrary code execution under the right conditions.

Affected Systems

The vulnerability affects 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. Users who run any of those releases are subject to the integer‑handling error during HPACK/XPACK decoding.

Risk and Exploitability

The CVSS score of 6.9 indicates a moderate severity, and the EPSS score of less than 1% signals a low but nonzero probability of exploitation at the time of analysis. Because the flaw is triggered by external traffic that decodes HTTP/2 headers, the attack vector is inferred to be remote and network – an attacker could send a malicious request to an exposed Traffic Server instance. Since the vulnerability is not listed in CISA’s KEV catalog, there is no confirmed widespread exploitation yet, but the combination of remote trigger, memory corruption potential, and a moderate CVSS assessment suggests that the risk level warrants timely remediation.

Generated by OpenCVE AI on August 3, 2026 at 13:45 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 contain the fix for the integer‑handling error.
  • If an upgrade cannot be performed immediately, limit exposure by blocking or rate‑limiting HTTP/2 traffic from untrusted sources to the affected Traffic Server nodes.
  • After remediation, monitor system logs for signs of anomalous behavior such as crashes or abnormal memory usage that could indicate exploitation attempts.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Metrics ssvc

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


Wed, 29 Jul 2026 10:15: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 mishandles integers while decoding HPACK/XPACK headers, corrupting 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: Integer-handling errors in HPACK/XPACK decoding corrupt memory
Weaknesses CWE-190
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Apache Traffic Server
cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-07-29T13:28:57.938Z

Reserved: 2026-06-29T15:33:14.929Z

Link: CVE-2026-58152

cve-icon Vulnrichment

Updated: 2026-07-29T13:28:34.551Z

cve-icon NVD

Status : Analyzed

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

Modified: 2026-08-03T13:42:08.077

Link: CVE-2026-58152

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T14:00:07Z

Weaknesses
  • CWE-190

    Integer Overflow or Wraparound