CVE-2026-73511
5.3 MEDIUMpublic exploit availablePublished 2026-09-21 · Updated 2026-09-21
AI risk analysis
- Summary
- This flaw allows a remote client to bypass security measures by manipulating path parameters in Envoy, potentially accessing unprotected resources. It matters because it can lead to unauthorized access to sensitive data.
- Exploitability
- Exploitation requires specific conditions: Envoy configured with ignore_path_parameters_in_path_matching and a backend that strips semicolon parameters per segment; moderate effort needed.
- Blast radius
- If exploited, the impact is limited to accessing protected resources through misconfiguration, affecting cloud-native applications using Envoy as a proxy.
- Prioritized remediation
- Update to Envoy versions 1.36.10, 1.37.6, 1.38.4, or 1.39.1 to mitigate the risk.
Analysis generated locally by qwen2.5:7b-instruct (no data left the box). AI-assisted — verify against primary sources before acting.
NVD description
Envoy is an open source edge and service proxy designed for cloud-native applications. Prior to 1.36.10, 1.37.6, 1.38.4, and 1.39.1, Envoy normally matches the raw request path, while servlet backends such as Apache Tomcat strip semicolon matrix parameters from each path segment before resolving the resource. Envoy's ignore_path_parameters_in_path_matching option instead truncates at the first semicolon and still does not match per-segment backend behavior. A remote client can use a parameterized protected segment, or a parameter on an earlier segment, to make Envoy select an unprotected fallback while the backend resolves the protected resource. The relevant scope boundary is that the bypass requires both a path-based Envoy decision and a backend that strips semicolon parameters per segment. This issue is fixed in versions 1.36.10, 1.37.6, 1.38.4, and 1.39.1.
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Weaknesses
CWE-289, CWE-436
Public exploit & PoC references
- https://github.com/envoyproxy/envoy/commit/26d5
- https://github.com/envoyproxy/envoy/commit/50f7bfa48dccfee339822e9846b2b8053e07d325
- https://github.com/envoyproxy/envoy/commit/b205d1f4982e14ce5693ba94ef84d37e7155e050
- https://github.com/envoyproxy/envoy/commit/fcb663752c7055257f5dcc8b6ce6c7c905ebb1ff
- 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
- https://github.com/envoyproxy/envoy/releases/tag/v1.39.1
- https://github.com/envoyproxy/envoy/security/advisories/GHSA-m745-gh6x-349x
All references
- https://github.com/envoyproxy/envoy/commit/26d5
- https://github.com/envoyproxy/envoy/commit/50f7bfa48dccfee339822e9846b2b8053e07d325
- https://github.com/envoyproxy/envoy/commit/b205d1f4982e14ce5693ba94ef84d37e7155e050
- https://github.com/envoyproxy/envoy/commit/fcb663752c7055257f5dcc8b6ce6c7c905ebb1ff
- 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
- https://github.com/envoyproxy/envoy/releases/tag/v1.39.1
- https://github.com/envoyproxy/envoy/security/advisories/GHSA-m745-gh6x-349x
Source data: NVD (nvd.nist.gov), public domain. Exploit-DB.ai adds local AI analysis for defensive use only.
Related CVEs
- HIGHCVE-2026-73553PoC
- HIGHCVE-2026-70485PoC
- HIGHCVE-2026-73547PoC
- HIGHCVE-2026-77560PoC
- CRITICALCVE-2025-29296
- MEDIUMCVE-2025-71419PoC
- MEDIUMCVE-2025-71420PoC
- HIGHCVE-2025-71421PoC
Related by shared AI tags and CWE weakness class. Browse the full archive.