CVE-2026-58162

Apache Software Foundation · Apache Traffic Server

The Apache Traffic Server certifier plugin incorrectly validates certificates by relying on attacker-controlled client SNI, leading to potential security misconfigurations.

Executive summary

A critical vulnerability in the Apache Traffic Server certifier plugin allows for improper certificate validation, which may lead to unauthorized access or man-in-the-middle attacks.

Vulnerability

This issue is characterized by improper certificate validation (CWE-295). The certifier plugin generates certificates based on the Server Name Indication (SNI) provided by the client, which an unauthenticated attacker can manipulate to influence the certificate generation process.

Business impact

Exploitation of this flaw undermines the integrity of TLS communication handled by the Traffic Server. An attacker could potentially impersonate services or intercept secure traffic, leading to unauthorized data exposure or malicious redirection. The CVSS score of 10 underscores the high severity of compromising cryptographic identity verification.

Remediation

Immediate Action: Upgrade to Apache Traffic Server version 9.2.15 or 10.1.4 to address the underlying certificate validation logic.

Proactive Monitoring: Monitor TLS handshake logs and certificate generation events for anomalous SNI strings or unexpected certificate issuance patterns.

Compensating Controls: Utilize strict ingress filtering and ensure that the Traffic Server is not exposed to untrusted external clients if immediate patching is not feasible.

Exploitation status

Public Exploit Available: No confirmed public exploit (exploit_available: unknown).

Analyst recommendation

Security teams must prioritize the upgrade to the fixed versions of Apache Traffic Server. Ensuring that certificate validation is robust is essential for maintaining the security of transit traffic and preventing identity-based attacks.