
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-31838 is an incorrect authorization vulnerability in Istio's XDS debug handler that allows authenticated non-system workloads to access proxy configuration data across namespace boundaries. When ENABLE_DEBUG_ENDPOINT_AUTH is enabled, the DebugGen handler on ports 15012 and 15014 dispatches requests to the internal HTTP debug mux without setting the required caller namespace context, enabling cross-namespace data leakage. Affected versions include all Istio releases prior to 1.27.8, 1.28.0–1.28.4, and 1.29.0. It was disclosed on March 10, 2026, with a CVSS v3.1 score of 5.3 (Medium) and a CVSS v4.0 score of 6.9 (Medium) (GitHub Advisory).
The root cause is CWE-863 (Incorrect Authorization): the processDebugRequest function in pilot/pkg/xds/debuggen.go constructed HTTP requests to the internal debug mux using http.NewRequest without attaching the caller's namespace via CallerNamespaceKey{} context. As a result, the downstream getDebugConnection handler found an empty namespace context and skipped namespace-scoped filtering, allowing any authenticated workload to retrieve istio.io/debug/config_dump for workloads in arbitrary namespaces. The fix, committed as 004fd69, passes the caller's verified namespace into the request context via context.WithValue before dispatching to the mux (GitHub Advisory, Fix Commit).
Successful exploitation allows an authenticated non-system workload to retrieve proxy configuration dumps (config_dump) for workloads in other Kubernetes namespaces, exposing cross-namespace routing rules, service endpoints, and mesh topology data. This information disclosure could facilitate lateral movement by revealing internal service addresses, mTLS certificate details, and traffic policies that an attacker could use to plan further attacks within the mesh. There is no integrity or availability impact; the vulnerability is limited to confidentiality of mesh configuration data (GitHub Advisory).
No public proof-of-concept exploit code or in-the-wild exploitation has been reported as of the disclosure date. The vulnerability requires the attacker to already be an authenticated workload within the Istio mesh and requires ENABLE_DEBUG_ENDPOINT_AUTH to be enabled, limiting the attack surface. The EPSS score is approximately 0.041%, indicating a low probability of near-term exploitation. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog. Reporters credited are 1seal and r0binak (GitHub Advisory).
ENABLE_DEBUG_ENDPOINT_AUTH enabled and is running a vulnerable version (prior to 1.27.8, 1.28.5, or 1.29.1).TypeUrl set to the debug type and ResourceNames containing config_dump (i.e., istio.io/debug/config_dump).config_dump debug requests from workloads that do not typically interact with the control plane debug interface.istio.io/debug/config_dump requests authenticated by workload identities from non-system namespaces (e.g., SPIFFE URIs not matching istio-system); repeated debug endpoint access from the same workload identity in short time windows.Upgrade Istio to one of the patched versions: 1.27.8, 1.28.5, or 1.29.1. The vendor has confirmed no workarounds are available for this vulnerability. Organizations unable to upgrade immediately should consider disabling ENABLE_DEBUG_ENDPOINT_AUTH if debug endpoint access is not operationally required, or restricting network access to Istiod ports 15012 and 15014 to trusted system workloads only via Kubernetes NetworkPolicy (GitHub Advisory, Istio 1.28.5 Release).
The vulnerability was reported by security researchers 1seal and r0binak and published by Istio maintainer dhawton on March 10, 2026. Google Cloud referenced the issue in its security bulletins for Cloud customers. The Istio 1.30 release notes also acknowledged the fix as part of the changelog. No significant broader media coverage or notable community controversy has been observed (GitHub Advisory, Istio 1.30 Notes).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."