CVE-2026-73547
7.5Envoy Proxy · Envoy
An unauthenticated null pointer dereference vulnerability in Envoy's ext_authz filter allows remote attackers to crash the proxy process via specifically crafted path-less CONNECT requests.
Executive summary
A null pointer dereference vulnerability in Envoy allows unauthenticated remote attackers to trigger a denial of service by crashing the proxy process.
Vulnerability
This flaw exists in the ext_authz filter, where the application incorrectly assumes the presence of a :path pseudoheader during query parameter mutation. An unauthenticated attacker can exploit this by sending a path-less CONNECT request, causing a NULL pointer dereference and subsequent process crash.
Business impact
The vulnerability carries a CVSS score of 7.5, indicating a high severity due to its potential for service disruption. As Envoy often serves as a critical edge or service proxy, successful exploitation leads to a denial of service, potentially rendering cloud-native applications unreachable and causing significant operational downtime.
Remediation
Immediate Action: Upgrade to Envoy versions 1.36.10, 1.37.6, 1.38.4, or 1.39.1 immediately to incorporate the necessary input validation fixes.
Proactive Monitoring: Monitor Envoy process logs and health metrics for unexpected restarts or crash loops, which may indicate attempted exploitation of this vulnerability.
Compensating Controls: If immediate patching is not possible, evaluate current configurations to determine if path-less CONNECT requests or ext_authz query-parameter mutations can be temporarily disabled or restricted via upstream load balancer policies.
Exploitation status
Public Exploit Available: No
Analyst recommendation
Given the potential for complete service interruption of edge infrastructure, organizations should prioritize the deployment of the provided security updates. Verify your current Envoy configuration to confirm if the specific ext_authz mutation features are in use, but treat all instances as high priority for patching to ensure overall system resilience.
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-87ph-jqwm-pg6r
- https://github.com/envoyproxy/envoy/commit/064af2e61d0d1c421490d9e3e6e643c5d117ffe4
- https://github.com/envoyproxy/envoy/commit/5f3b8e9b2b8a787a63202d35bb38820f3e9271fe
- https://github.com/envoyproxy/envoy/commit/838f8ffd9d7b5217682a22ee33470d4c7afb7e98
- https://github.com/envoyproxy/envoy/commit/c3170d7c747e51bb8254378ea89afc03d3e71929
- 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