Summary
CVE-2026-58159 is an incorrect-authorization (CWE-863) vulnerability in Apache Traffic Server that allows remote attackers to bypass IP-based access controls. The flaw stems from faulty ACL matching logic and incorrect handling of IP access controls on Unix Domain Socket (UDS) listeners, enabling requests that should be denied to reach protected resources. It carries a CVSS v3.1 base score of 8.2 (High).
Technical details
- Root cause: Incorrect authorization logic (CWE-863) in Apache Traffic Server’s ACL matching, combined with improper enforcement of IP access controls on Unix Domain Socket (UDS) listeners.
- Trigger conditions: An attacker sends requests through Traffic Server whose evaluation against the configured IP access-control rules is mishandled, causing rules that should block the request to be bypassed.
- Attack vector: Network (AV:N), low attack complexity, no privileges and no user interaction required.
- Impact: Circumvention of configured access-control restrictions, resulting in high impact to integrity and a low impact to availability; attackers may reach resources or functionality intended to be restricted.
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.2 (High)
- Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L
Mitigation and recommended actions
- Immediate: Upgrade to a fixed release — Apache Traffic Server 9.2.15 or later, or 10.1.4 or later.
- If no patch can be applied immediately: Review and tighten IP access-control configurations (e.g.,
ip_allow.configandremap.configACL rules), restrict or disable exposure of UDS listeners where feasible, and use upstream network controls (firewalls/segmentation) to limit which clients can reach Traffic Server listeners until the upgrade is completed.

