CVE Catalog

CVE-2026-53714

HighCVSS 7.4
Published: Translated: NVD NIST

Summary

Envoy Gateway in GatewayNamespaceMode has an unauthenticated xDS gRPC server — only a JWT StreamInterceptor is installed, with no UnaryInterceptor, and the streaming interceptor only validates DeltaDiscoveryRequest messages. Any pod that can reach port 18000 can retrieve TLS private keys, xDS resources, backend endpoints, and routing configuration. The issue is fixed in versions 1.7.4 and 1.8.1.

Risk Assessment

An unauthenticated pod in the cluster can obtain TLS private keys and the full gateway configuration, enabling impersonation, traffic interception, and further escalation within the Kubernetes environment. This is a critical risk to the entire infrastructure.

Recommendation

Update Envoy Gateway to version 1.7.4 or 1.8.1 (or later). Restrict network access to port 18000 to trusted components only.

Other vulnerabilities in Envoy Gateway

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS