CVE-2026-73553
7.5Envoy Proxy · Envoy
Envoy contains an interpretation conflict vulnerability where inconsistent path canonicalization allows unauthenticated clients to bypass RBAC path-based authorization rules.
Executive summary
An unauthenticated authorization bypass vulnerability in Envoy allows attackers to access protected backend routes by exploiting inconsistent path handling.
Vulnerability
The vulnerability is an interpretation conflict (CWE-436) occurring when the ignore_path_parameters_in_path_matching option is enabled. The router strips semicolon suffixes before matching, but the RBAC matcher evaluates the raw path, allowing an unauthenticated attacker to bypass access controls on protected endpoints.
Business impact
Successful exploitation allows unauthorized access to protected backend services, potentially exposing sensitive data or administrative functions. Given the CVSS score of 7.5, this high severity flaw represents a significant risk to cloud native environments where Envoy serves as the primary edge or service proxy.
Remediation
Immediate Action: Upgrade to versions 1.36.10, 1.37.6, 1.38.4, or 1.39.1 immediately to resolve the path canonicalization flaw.
Proactive Monitoring: Review access logs for requests containing path parameters or semicolons directed at sensitive or administrative URI paths.
Compensating Controls: If immediate patching is not feasible, consider disabling the ignore_path_parameters_in_path_matching configuration option or implementing strict path validation at the WAF level.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
This vulnerability presents a clear risk of unauthorized access to critical services. Administrators should prioritize identifying instances of Envoy where path parameter ignoring is enabled and apply the provided security updates as soon as possible to prevent potential exploitation.
More Envoy Proxy CVEs
History
- Disclosed CVE record published
- Collected by CVE Brief via github
- Analyst report written
- Published in the daily brief high section
Sources
- https://github.com/envoyproxy/envoy/security/advisories/GHSA-77x5-xqjg-hprq
- https://github.com/envoyproxy/envoy/commit/0be4a0302ea94a894e470817c2edfbd5ed90d273
- https://github.com/envoyproxy/envoy/commit/6a703a375a20e3bf98140ee5f5522c614adee7b6
- https://github.com/envoyproxy/envoy/commit/b6ec9b66cc33a415e2fa81a6fa8363cac4772dd1
- https://github.com/envoyproxy/envoy/commit/e6d5fe885409ebb335ed3934a167f0bcfea471f2
- https://github.com/envoyproxy/envoy/releases/tag/v1.36.10
- https://github.com/envoyproxy/envoy/releases/tag/v1.37.6
- https://github.com/envoyproxy/envoy/releases/tag/v1.38.4