VYPR
Moderate severityNVD Advisory· Published May 27, 2021· Updated Aug 3, 2024

CVE-2021-31920

CVE-2021-31920

Description

Istio before 1.8.6 and 1.9.x before 1.9.5 has a remotely exploitable vulnerability where an HTTP request path with multiple slashes or escaped slash characters (%2F or %5C) could potentially bypass an Istio authorization policy when path based authorization rules are used.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Istio before 1.8.6 and 1.9.x before 1.9.5 allows HTTP path bypass of authorization policies using multiple slashes or escaped slashes.

Vulnerability

Istio prior to versions 1.8.6 and 1.9.5 contains a vulnerability where HTTP request paths with multiple slashes or escaped slash characters (%2F or %5C) can bypass authorization policies that use path-based rules [1][2]. This occurs because the authorization engine does not normalize paths before matching, while some backend services normalize them, leading to policy mismatches [2]. Affected releases include all versions before 1.8.6 and 1.9.0 through 1.9.4 [1][2].

Exploitation

An attacker with network access to an Istio proxy (e.g., ingress gateway or sidecar) can exploit this by sending an HTTP request with a manipulated path [2]. For example, if a DENY policy rejects /admin, sending a request to //admin or using %2F or %5C characters will bypass the policy because the request path does not match the string /admin [2]. No authentication or user interaction is required beyond standard request capabilities [2]. The attacker only needs to know which paths are protected by policy.

Impact

Successful exploitation allows an attacker to access resources protected by path-based authorization rules, potentially gaining access to sensitive endpoints or administrative interfaces [2]. This can lead to unauthorized information disclosure or privilege escalation, depending on the protected resource [1][2]. The CVSS score is 8.1 (High) with confidentiality and integrity impacts high [1][2].

Mitigation

The vulnerability is fixed in Istio 1.8.6 and 1.9.5 [1][2]. Users should upgrade to these versions or later. No official workaround is provided; however, administrators can review their authorization policies to ensure they are not relying solely on path matching as a security control. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog as of the publication date.

AI Insight generated on May 21, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
istio.io/istioGo
< 1.8.61.8.6
istio.io/istioGo
>= 1.9.0, < 1.9.51.9.5

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

4

News mentions

0

No linked articles in our index yet.