CVE-2026-73553

7.5

Envoy 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

  1. Disclosed CVE record published
  2. Collected by CVE Brief via github
  3. Analyst report written
  4. Published in the daily brief high section

Sources