Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Remote unauthenticated request with no user interaction triggers a crash (PR:N/UI:N/AV:N/AC:L); only availability is impacted (C:N/I:N/A:H); the config dependency is a precondition, not attack complexity.
Primary rating from Vendor (GitHub_M).
CVSS VectorVendor: GitHub_M
Lifecycle Timeline
2DescriptionCVE.org
Envoy is an open source edge and service proxy designed for cloud-native applications. From 1.37.0 until 1.37.5 and 1.38.3, when the %REQUESTED_SERVER_NAME(X:Y)% is used in log format and host related options is specified, like HOST_FIRST, SNI_FIRST, it's possible to crash Envoy when the specified host header is missing in the request headers. This vulnerability is fixed in 1.37.5 and 1.38.3.
AnalysisAI
Denial of service in Envoy proxy versions 1.37.0 through 1.37.4 and 1.38.x before 1.38.3 lets remote attackers crash the proxy by sending a request that omits the Host header when access logging is configured with the %REQUESTED_SERVER_NAME(X:Y)% operator using host-related options (e.g. HOST_FIRST, SNI_FIRST). The missing header triggers a null pointer dereference (CWE-476), taking down the data-plane proxy and any traffic flowing through it. No public exploit identified at time of analysis and the issue is not in CISA KEV.
Technical ContextAI
Envoy is a high-performance C++ edge/service proxy used heavily in cloud-native and service-mesh deployments (e.g. as the Istio data plane). The flaw is a CWE-476 NULL Pointer Dereference in the access-log formatting path: the %REQUESTED_SERVER_NAME(X:Y)% command operator, when combined with host-selection options such as HOST_FIRST or SNI_FIRST, attempts to dereference data derived from the request Host header. When that header is absent, the code path follows a null pointer and the process crashes. The affected component per CPE is cpe:2.3:a:envoyproxy:envoy across the impacted version range.
RemediationAI
Vendor-released patch: upgrade to Envoy 1.37.5 (for 1.37.x) or 1.38.3 (for 1.38.x) as the primary fix, per advisory GHSA-j9wh-4qfm-wf2v (https://github.com/envoyproxy/envoy/security/advisories/GHSA-j9wh-4qfm-wf2v). If immediate patching is not possible, the most direct compensating control is to remove the %REQUESTED_SERVER_NAME(X:Y)% operator with host options (HOST_FIRST/SNI_FIRST) from access-log format strings, which eliminates the vulnerable code path at the cost of losing that specific logged field. As a secondary mitigation, enforce rejection of requests lacking a valid Host/:authority header at an upstream layer or via Envoy request-validation, accepting that this may alter handling of legitimately header-less traffic. For mesh deployments, prioritize upgrading the control-plane-managed Envoy/Istio data-plane images.
Denial of service against HTTP/2 server implementations allows remote unauthenticated attackers to exhaust server resour
Envoy is an open source edge and service proxy designed for cloud-native applications. Rated critical severity (CVSS 9.8
An issue was discovered in Envoy 1.12.0. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable,
An issue was discovered in Envoy 1.12.0. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable,
Envoy is an open source edge and service proxy designed for cloud-native applications. Rated critical severity (CVSS 9.1
Envoy is an open source edge and service proxy designed for cloud-native applications. Rated critical severity (CVSS 9.1
Envoy is an open source edge and service proxy designed for cloud-native applications. Rated critical severity (CVSS 9.1
Envoy through 1.15.0 only considers the first value when multiple header values are present for some HTTP headers. Rated
When parsing HTTP/1.x header values, Envoy 1.9.0 and before does not reject embedded zero characters (NUL, ASCII 0x0). R
Envoy's RBAC filter improperly concatenates duplicate HTTP headers into comma-separated strings instead of validating ea
Envoy is a cloud-native high-performance edge/middle/service proxy. Rated high severity (CVSS 7.5), this vulnerability i
Envoy is a cloud-native high-performance edge/middle/service proxy. Rated high severity (CVSS 7.5), this vulnerability i
Same weakness CWE-476 – NULL Pointer Dereference
View allSame technique Denial Of Service
View allVendor StatusVendor
SUSE
Severity: Important| Product | Status |
|---|---|
| openSUSE Tumbleweed | Fixed |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-39829