Summary
CVE-2026-58182 is a high-severity uncontrolled resource consumption vulnerability (CWE-400) in the ts_lua plugin of Apache Traffic Server (ATS), affecting versions 8.0.0 through 10.1.3. The flaw arises from the plugin’s mishandling of initialization, transform context, and per-instance state, and is exploitable remotely without authentication or user interaction. It carries a CVSS v3.1 base score of 8.6 (HIGH), reflecting high availability impact alongside partial confidentiality and integrity risk.
Technical details
- Root cause: The ts_lua plugin — which embeds a LuaJIT engine inside Apache Traffic Server for scriptable HTTP proxy logic — incorrectly manages initialization sequences, transform context lifecycle, and per-instance state. This mishandling leads to uncontrolled resource consumption (CWE-400), enabling an attacker to exhaust server resources through crafted network requests.
- Trigger conditions: The ts_lua plugin must be explicitly loaded (via
plugin.configfor global mode orremap.configfor remap mode) — it is not enabled by default. Instances running ATS without the ts_lua plugin active are not affected. - Attack vector: Network-reachable; no authentication, privileges, or user interaction required (AV:N/AC:L/PR:N/UI:N).
- Impact: High availability impact (server resource exhaustion leading to degraded performance or denial of service), with partial confidentiality and integrity compromise reflected in the CVSS v3.1 scoring (C:L/I:L/A:H). 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.6 (HIGH)
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H
Mitigation and recommended actions
- Immediate action — upgrade: Apply the vendor-released fix by upgrading to Apache Traffic Server 9.2.15 (for 9.x branches) or 10.1.4 (for 10.x branches). No fix is available for the 8.x branch; users on 8.x should migrate to a supported release.
- If immediate patching is not possible: Disable or remove the ts_lua plugin from
plugin.configandremap.configto eliminate the attack surface. Network-layer controls limiting untrusted access to ATS instances can reduce exposure but do not constitute a full remediation.
IONIX Status
The IONIX research team is tracking ongoing exploitation attempts and recommends immediate patching. Potentially affected assets are outlined in this post.

