SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-53714

HIGH · CVSS 7.4 EPSS 0.28% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-14 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

Kubernetes deployments using Envoy Gateway versions prior to 1.7.4 and 1.8.1 are vulnerable due to a lack of authentication for unary Fetch RPCs, allowing unauthorized access to sensitive resources such as TLS private keys and routing configurations. This vulnerability can be exploited by any pod that can access port 18000, posing a significant risk to the security of the Kubernetes environment. Organizations utilizing affected versions of Envoy Gateway should prioritize upgrading to the patched versions to mitigate potential data breaches and unauthorized access.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-53714
Severity
HIGH
CVSS
7.4
EPSS
0.28%
Kubernetes

Original NVD 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.