Cyber Posture

CVE-2026-31837

High

Published: 10 March 2026

Published
10 March 2026
Modified
18 March 2026
KEV Added
Patch
CVSS Score 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0005 17.0th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

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 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 17.0th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190).
Threat & Defense Details

Likely Mitigating ControlsAI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-200

Automated marking applies security attributes to system outputs, making it harder for attackers to exploit unmarked sensitive information leading to unauthorized exposure.

addresses: CWE-200

Proper attribute retention and permitted-value enforcement limits unauthorized actors from accessing sensitive information lacking correct labels.

addresses: CWE-200

Prevents unauthorized exposure of sensitive information by prohibiting untrusted external systems from processing or storing it.

addresses: CWE-200

By enforcing authorization matching prior to sharing, the control reduces the risk of exposing sensitive information to unauthorized actors.

addresses: CWE-200

Review and removal of nonpublic information from publicly accessible systems directly prevents exposure of sensitive data to unauthorized actors.

addresses: CWE-200

Data mining protection mechanisms detect and block unauthorized bulk extraction of sensitive data, directly mitigating exposure to unauthorized actors.

addresses: CWE-200

Literacy training teaches users to recognize and avoid actions that result in unauthorized exposure of sensitive information.

addresses: CWE-200

Retaining and monitoring training records confirms personnel have completed privacy and security awareness training on handling sensitive data, reducing the chance of unauthorized exposure due to lack of knowledge.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
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.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

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.

Deeper analysisAI

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.

Details

CWE(s)

Affected Products

istio
istio
≤ 1.27.8 · 1.28.0 — 1.28.5 · 1.29.0 — 1.29.1

CVEs Like This One

CVE-2026-24870Shared CWE-200
CVE-2024-57716Shared CWE-200
CVE-2026-23743Shared CWE-200
CVE-2025-67274Shared CWE-200
CVE-2026-34305Shared CWE-200
CVE-2026-21532Shared CWE-200
CVE-2025-25975Shared CWE-200
CVE-2025-22918Shared CWE-200
CVE-2026-2262Shared CWE-200
CVE-2026-40584Shared CWE-200

References