CVE-2026-31837
Published: 10 March 2026
Summary
CVE-2026-31837 is a high-severity Exposure of Sensitive Information to an Unauthorized Actor (CWE-200) vulnerability in Istio Istio. Its CVSS base score is 8.7 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 19.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SC-24 (Fail in Known State) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2026-31837 affects Istio, an open platform for connecting, managing, and securing microservices. In versions prior to 1.29.1, 1.28.5, and 1.27.8, the vulnerability arises when the JWKS (JSON Web Key Set) resolver becomes unavailable or the fetch fails. This causes Istio to expose hardcoded defaults, bypassing the intended behavior of the RequestAuthentication resource, which is rated CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor). The issue carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N), indicating high confidentiality impact.
Any unauthenticated attacker with network access can exploit this vulnerability by disrupting the JWKS resolver, such as through denial-of-service techniques or network interference that prevents successful fetches. Successful exploitation allows the attacker to access the hardcoded defaults, potentially exposing sensitive configuration or authentication data that should have been protected by RequestAuthentication policies, without requiring privileges, user interaction, or changing the scope of impact.
The Istio security advisory at https://github.com/istio/istio/security/advisories/GHSA-v75c-crr9-733c details the fix, recommending immediate upgrades to Istio 1.29.1, 1.28.5, or 1.27.8, where the vulnerability is resolved by ensuring proper fallback handling without exposing defaults. No workarounds are specified beyond patching.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-10938
Vulnerability details
Istio is an open platform to connect, manage, and secure microservices. Prior to 1.29.1, 1.28.5, and 1.27.8, a user of Istio is impacted if the JWKS resolver becomes unavailable or the fetch fails, exposing hardcoded defaults regardless of use of…
more
the RequestAuthentication resource. This vulnerability is fixed in 1.29.1, 1.28.5, and 1.27.8.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The CVE describes an unauthenticated, network-accessible flaw in Istio's JWKS handling that directly exposes sensitive authentication/configuration data when the resolver is disrupted. This matches the definition of exploiting a public-facing application (T1190) to achieve information disclosure without credentials or user interaction.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly mitigates the vulnerability by requiring timely patching of the Istio JWKS resolver flaw that exposes hardcoded defaults on fetch failure.
Ensures Istio fails to a secure state rather than exposing sensitive hardcoded defaults when the JWKS resolver becomes unavailable.
Protects the JWKS resolver from denial-of-service or network interference that triggers the fallback to vulnerable hardcoded defaults.