PatchSiren cyber security CVE debrief
CVE-2026-53715 envoyproxy CVE debrief
CVE-2026-53715 is a timing-dependent, cross-tenant control-plane denial of service vulnerability in Envoy Gateway. An attacker with pod-network access to unauthenticated port 18002 and tenant permission to churn policies with distinct Wasm URLs can flood GET requests until a per-request reader overlaps a writer, causing the controller process to terminate.
- Vendor
- envoyproxy
- Product
- gateway
- CVSS
- MEDIUM 5.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-14
- Original CVE updated
- 2026-09-25
- Advisory published
- 2026-09-14
- Advisory updated
- 2026-09-25
Who should care
Defenders managing Envoy Gateway deployments, especially those with Kubernetes-based application gateways, should assess their exposure to this vulnerability. They should verify if their configurations allow for unauthenticated access to port 18002 and if tenant permissions could be exploited.
Why it matters
CVE-2026-53715 is a timing-dependent denial of service vulnerability in Envoy Gateway that can be exploited by an attacker with pod-network access and tenant permissions. Defenders should verify exposure, especially in Kubernetes-based deployments, and update to fixed versions to prevent potential disruption.
- Denial of service to the controller process, requiring a restart of the Kubernetes pod.
- Potential for cross-tenant control-plane disruption if tenant permissions are not properly restricted.
- Need for verification of exposure and remediation to prevent potential exploitation.
Technical summary
The vulnerability exists in the HTTPServer.ServeHTTP function in internal/wasm/httpserver.go, where it reads the plain mappingPath2Cache map without synchronization. Meanwhile, HTTPServer.Get writes to the same map during EnvoyExtensionPolicy translation. This can lead to a situation where an attacker floods GET requests, causing a per-request reader to overlap a writer, and resulting in the controller process terminating.
Defensive priority
Defenders should prioritize verifying exposure to this vulnerability, especially those managing Envoy Gateway as a standalone or Kubernetes-based application gateway. They should assess if their configurations allow for unauthenticated access to port 18002 and if tenant permissions could be exploited.
Recommended defensive actions
- Verify if the Envoy Gateway deployment is exposed to unauthenticated access on port 18002.
- Assess tenant permissions and restrict them if necessary.
- Update to versions 1.7.4 or 1.8.1 if currently using an affected version.
- Monitor for unusual traffic patterns that could indicate exploitation attempts.
- Perform an asset inventory to identify all instances of Envoy Gateway in the environment.
- Review and implement compensating controls for exposed systems while remediation is scheduled.
- Track and document exceptions and retest remediated assets to ensure they are no longer vulnerable.
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, including its description, CVSS score, and affected versions. However, the corpus does not establish versions, exploitation, impact, or remediation beyond fixes in versions 1.7.4 and 1.8.1.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-53715 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-53715
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-53715 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-53715
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/envoyproxy/gateway/commit/5a78db82b7cf4fc5bebbeda2c50952892038a464
-
Source reference
Unverified legacy reference
URL: https://github.com/envoyproxy/gateway/commit/96e2b750868a459ace4b8b68e6a6e4fb0152b9b7
-
Source reference
Unverified legacy reference
URL: https://github.com/envoyproxy/gateway/commit/b4737180c7e597490c6363075c565fa8cf24eead
-
Source reference
Unverified legacy reference
URL: https://github.com/envoyproxy/gateway/pull/9171
-
Source reference
Unverified legacy reference
URL: https://github.com/envoyproxy/gateway/pull/9172
-
Source reference
Unverified legacy reference
URL: https://github.com/envoyproxy/gateway/pull/9173
-
Source reference
Unverified legacy reference
URL: https://github.com/envoyproxy/gateway/releases/tag/v1.7.4
-
Source reference
Unverified legacy reference
URL: https://github.com/envoyproxy/gateway/releases/tag/v1.8.1
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.