Vulnerability Description
Envoy Gateway is an open source project for managing Envoy Proxy as a standalone or Kubernetes-based application gateway. Prior to 1.7.4 and 1.8.1, the xDS gRPC server in GatewayNamespaceMode, configured through provider.kubernetes.deploy.type=GatewayNamespace, installs a JWT StreamInterceptor but no UnaryInterceptor, leaving every unary Fetch RPC unauthenticated. The streaming interceptor also authenticates only discoveryv3.DeltaDiscoveryRequest messages; a discoveryv3.DiscoveryRequest used by the State-of-the-World protocol fails the type assertion and returns success without JWT validation. Any pod that can reach port 18000 can use the unauthenticated unary or State-of-the-World paths to retrieve TLS private keys through StreamSecrets, all xDS resources through StreamAggregatedResources, backend endpoints through StreamClusters or StreamEndpoints, and routing configuration through StreamRoutes or StreamListeners. This issue is fixed in versions 1.7.4 and 1.8.1.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/envoyproxy/gateway/commit/4df0809ff1ed59ffb09604da4084335b8c6
- https://github.com/envoyproxy/gateway/commit/e9124abc4ff4b63a218a6890c1b28a982c8
- https://github.com/envoyproxy/gateway/commit/f1f9829af2a231f0cae915c09800353c766
- https://github.com/envoyproxy/gateway/pull/8986
- https://github.com/envoyproxy/gateway/pull/9116
- https://github.com/envoyproxy/gateway/pull/9118
- https://github.com/envoyproxy/gateway/releases/tag/v1.7.4
- https://github.com/envoyproxy/gateway/releases/tag/v1.8.1
- https://github.com/envoyproxy/gateway/security/advisories/GHSA-22xc-xg2r-9j7v
FAQ
What is CVE-2026-53714?
CVE-2026-53714 is a vulnerability with a CVSS score of 7.4 (HIGH). Envoy Gateway is an open source project for managing Envoy Proxy as a standalone or Kubernetes-based application gateway. Prior to 1.7.4 and 1.8.1, the xDS gRPC server in GatewayNamespaceMode, configu...
How severe is CVE-2026-53714?
CVE-2026-53714 has been rated HIGH with a CVSS base score of 7.4/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-53714?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.