CVE-2026-73547
Received
Received - Intake
Null Pointer Dereference in Envoy Proxy via Path-less CONNECT Request
Vulnerability report for CVE-2026-73547, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-09-21
Last updated on: 2026-09-21
Assigner: GitHub, Inc.
Description
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's ext_authz filter assumes that a request contains a :path pseudoheader when applying query_parameters_to_set or query_parameters_to_remove from an authorization response. A path-less CONNECT request makes request_headers_->Path() return null, and Filter::onComplete dereferences that pointer while parsing the query string. An unauthenticated downstream client can crash the Envoy process when the filter and authorization response use query-parameter mutation. The relevant scope boundary is that the deployment must accept path-less CONNECT and configure ext_authz query-parameter mutation. This issue is fixed in versions 1.36.10, 1.37.6, 1.38.4, and 1.39.1.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| envoy | envoy | to 1.36.10 (inc) |
| envoy | envoy | to 1.37.6 (inc) |
| envoy | envoy | to 1.38.4 (inc) |
| envoy | envoy | to 1.39.1 (inc) |
| envoy | envoy | to 1.40.0 (exc) |
| envoy | envoy | 1.36.10 |
| envoy | envoy | 1.37.6 |
| envoy | envoy | 1.38.4 |
| envoy | envoy | 1.39.1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-20 | The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly. |
| CWE-476 | The product dereferences a pointer that it expects to be valid but is NULL. |