CVE-2021-39155
8.3 HIGHIstio is an open source platform for providing a uniform way to integrate microservices, manage traffic flow across microservices, enforc...
Published: 2021-08-24 · Last updated: 2026-06-17
Severity and scoring
- CVSS
- 8.3 HIGH
- Vector
- CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:L
- CWE
- CWE-178, CWE-863
Affected products
| Vendor | Product |
|---|---|
| istio | istio |
Description
Istio is an open source platform for providing a uniform way to integrate microservices, manage traffic flow across microservices, enforce policies and aggregate telemetry data. According to [RFC 4343](https://datatracker.ietf.org/doc/html/rfc4343), Istio authorization policy should compare the hostname in the HTTP Host header in a case insensitive way, but currently the comparison is case sensitive. The proxy will route the request hostname in a case-insensitive way which means the authorization policy could be bypassed. As an example, the user may have an authorization policy that rejects request with hostname "httpbin.foo" for some source IPs, but the attacker can bypass this by sending the request with hostname "Httpbin.Foo". Patches are available in Istio 1.11.1, Istio 1.10.4 and Istio 1.9.8. As a work around a Lua filter may be written to normalize Host header before the authorization check. This is similar to the Path normalization presented in the [Security Best Practices](https://istio.io/latest/docs/ops/best-practices/security/#case-normalization) guide.
Source: NVD
References
- [NVD]https://nvd.nist.gov/vuln/detail/CVE-2021-39155
- [Other]https://datatracker.ietf.org/doc/html/rfc4343
- [Other]https://github.com/istio/istio/security/advisories/GHSA-7774-7vr3-cc8j
- [Other]https://datatracker.ietf.org/doc/html/rfc4343
- [Other]https://github.com/istio/istio/security/advisories/GHSA-7774-7vr3-cc8j
Related CVEs
Same vendor
- CVE-2021-39156 — Istio is an open source platform for providing a uniform way to integrate microservices, manage traffic flow across microservices, enforc... (8.1 HIGH)
Same CWE
- CVE-2026-53860 — OpenClaw before 2026.5.7 contains a sender policy bypass vulnerability in BlueBubbles that allows participants to match allowlist entries... (4.2 MEDIUM)
- CVE-2026-53855 — OpenClaw before 2026.4.2 contains an inline-eval bypass vulnerability allowing authenticated operators to weaken strict allowlist checks ... (8.1 HIGH)
- CVE-2026-53854 — OpenClaw before 2026.4.25 contains a privilege escalation vulnerability in internal and webchat command authentication that allows sender... (6.5 MEDIUM)
- CVE-2026-53853 — OpenClaw before 2026.5.12 contains an argument pattern validation bypass in the exec allowlist that allows attackers to execute disallowe... (8.3 HIGH)
- CVE-2026-5149 — The RTMKit plugin for WordPress is vulnerable to Incorrect Authorization in all versions up to, and including, 2.0.7 This is due to the g... (6.5 MEDIUM)