---
id: CVE-2021-39155
aliases:
  - GHSA-7774-7vr3-cc8j
title: Authorization Policy Bypass Due to Case Insensitive Host Comparison
summary: Authorization Policy Bypass Due to Case Insensitive Host Comparison
severity: high
cvss: 8.3
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:L'
vendor: istio
product: istio.io/istio
ecosystem: go
affected:
  - istio.io/istio < 1.9.8
  - 'istio.io/istio >= 1.10.0, < 1.10.4'
  - 'istio.io/istio >= 1.11.0, < 1.11.1'
patched:
  - istio.io/istio 1.9.8
  - istio.io/istio 1.10.4
  - istio.io/istio 1.11.1
published: '2021-08-30'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:49:07.371161372Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-7774-7vr3-cc8j'
references:
  - url: 'https://github.com/istio/istio/security/advisories/GHSA-7774-7vr3-cc8j'
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2021-39155'
  - url: >-
      https://github.com/istio/istio/commit/084b417a486dbe9b9024d4812877016a484572b1
  - url: >-
      https://github.com/istio/istio/commit/76ed51413ddd2a7fa253a368ab20a9cec5fb1cbe
  - url: >-
      https://github.com/istio/istio/commit/90b00bdf891e6c770cb3235c14a9b1fda96cc7c5
  - url: 'https://datatracker.ietf.org/doc/html/rfc4343'
  - url: 'https://github.com/istio/istio'
tags:
  - osv
  - go
epss: 0.01186
epssPercentile: 0.66508
ingestedAt: '2026-07-09T18:56:36.193Z'
---

## Overview

### Impact
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 Envoy 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
* Istio 1.11.1 and above
* Istio 1.10.4 and above
* Istio 1.9.8 and above

### Workarounds
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.

### References
More details can be found in the [Istio Security Bulletin](https://istio.io/latest/news/security/istio-security-2021-008).

### For more information
If you have any questions or comments about this advisory, please email us at istio-security-vulnerability-reports@googlegroups.com


## Affected packages

- `istio.io/istio < 1.9.8`
- `istio.io/istio >= 1.10.0, < 1.10.4`
- `istio.io/istio >= 1.11.0, < 1.11.1`

## Remediation

Upgrade to a patched release:

- `istio.io/istio 1.9.8`
- `istio.io/istio 1.10.4`
- `istio.io/istio 1.11.1`
