Summary
CVE-2026-58162 is a critical (CVSS 10.0) improper certificate validation vulnerability (CWE-295) in the Apache Traffic Server certifier plugin, affecting versions 8.0.0 through 10.1.3. The plugin dynamically generates SSL/TLS certificates on demand using the client-supplied Server Name Indication (SNI) value from the TLS ClientHello message — a value that is entirely attacker-controlled — enabling an unauthenticated remote attacker to trigger certificate generation for arbitrary domain names and conduct man-in-the-middle (MitM) attacks against clients served by the proxy. Patches are available in Apache Traffic Server 9.2.15 and 10.1.4.
Technical details
- Root cause: The certifier plugin does not validate or restrict the SNI value supplied by the client before using it to generate an SSL/TLS certificate. This falls under CWE-295 (Improper Certificate Validation): the plugin trusts fully attacker-controlled input to make certificate issuance decisions.
- Trigger conditions: Exploitation requires the certifier plugin to be active. The plugin is optional and not enabled by default, but is commonly deployed in SSL bump and TLS interception configurations — a standard pattern in enterprise reverse-proxy and CDN environments.
- Attack vector: An unauthenticated remote attacker sends a crafted TLS ClientHello message containing a manipulated SNI value over the network. No user interaction and no prior privileges are required.
- Impact: By controlling the SNI value, an attacker can cause ATS to generate and serve a forged certificate for any domain name of their choosing, enabling interception and manipulation of TLS traffic for arbitrary domains. The CVSS Scope is Changed (S:C), meaning the impact extends beyond ATS itself to downstream clients that trust certificates issued by the proxy’s root CA. Integrity impact is HIGH and Availability impact is HIGH.
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: 10.0 (Critical)
Vector: CVSS:3.1/AV:N/AC:L/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 vendor-provided fix per the Apache Software Foundation advisory.
- If immediate patching is not possible: Disable the certifier plugin entirely if SSL bump / TLS interception is not operationally required. Restricting inbound TLS connections at the network perimeter can reduce exposure but should not be treated as a substitute for patching.
IONIX Status
The IONIX research team is tracking ongoing exploitation attempts and recommends immediate patching. Potentially affected assets are outlined in this post.

