Summary
CVE-2026-58179 is a stack-based buffer overflow (with associated integer overflow) in the regex_remap plugin of Apache Traffic Server. When the plugin builds a substitution string from crafted input, it overflows the stack and mishandles integer arithmetic on the substitution input, leading to memory corruption. The issue is rated HIGH severity (CVSS v3.1 base score 8.1) and is remotely reachable over the network.
Technical details
- Root cause: The
regex_remapplugin overflows the stack and mishandles integers when expanding substitution input during regular-expression remap rewriting (CWE-121: Stack-based Buffer Overflow, combined with an integer-overflow condition). - Trigger conditions: An affected server must be configured to use the
regex_remapplugin. The overflow is reached when the plugin processes attacker-influenced substitution input through its regex replacement functionality. - Attack vector: Network (AV:N). The condition is triggered through requests handled by the proxy’s remap processing; the vector carries high attack complexity (AC:H) and requires no privileges or user interaction.
- Impact: Memory corruption with high impact to confidentiality, integrity, and availability of the Traffic Server process.
Affected software
Apache Traffic Server (Apache Software Foundation):
- 8.0.0 through 8.1.9
- 9.0.0 through 9.2.14
- 10.0.0 through 10.1.3
Severity
- CVSS v3.1: Base score 8.1 (HIGH)
- Vector:
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Mitigation and recommended actions
- Immediate (patch): Upgrade to Apache Traffic Server 9.2.15 or 10.1.4 (or later), which fix this issue.
- If patching is not immediately possible: Where operationally feasible, avoid using the
regex_remapplugin and removeregex_remapsubstitution rules that process untrusted input until the upgrade can be applied. Restrict network exposure of affected Traffic Server instances to trusted sources.

