Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. istio.io/istio
  4. ›
  5. CVE-2021-39155

CVE-2021-39155: Improper Handling of Case Sensitivity

August 30, 2021 (updated July 16, 2022)

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, 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 guide.

References

  • datatracker.ietf.org/doc/html/rfc4343
  • github.com/advisories/GHSA-7774-7vr3-cc8j
  • github.com/istio/istio/security/advisories/GHSA-7774-7vr3-cc8j
  • nvd.nist.gov/vuln/detail/CVE-2021-39155

Code Behaviors & Features

Detect and mitigate CVE-2021-39155 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 1.9.8, all versions starting from 1.10.0 before 1.10.4, version 1.11.0

Fixed versions

  • 1.9.8
  • 1.10.4
  • 1.11.1

Solution

Upgrade to versions 1.9.8, 1.10.4, 1.11.1 or above.

Impact 7.5 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Learn more about CVSS

Weakness

  • CWE-178: Improper Handling of Case Sensitivity

Source file

go/istio.io/istio/CVE-2021-39155.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:15:02 +0000.