Skip to content

Authorization Policy Bypass Due to Case Insensitive Host Comparison

High severity GitHub Reviewed Published Aug 24, 2021 in istio/istio • Updated May 22, 2023

Package

gomod istio.io/istio (Go)

Affected versions

< 1.9.8
>= 1.10.0, < 1.10.4
= 1.11.0

Patched versions

1.9.8
1.10.4
1.11.1

Description

Impact

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

References

More details can be found in the Istio Security Bulletin.

For more information

If you have any questions or comments about this advisory, please email us at [email protected]

References

@brian-avery brian-avery published to istio/istio Aug 24, 2021
Published by the National Vulnerability Database Aug 24, 2021
Reviewed Aug 25, 2021
Published to the GitHub Advisory Database Aug 30, 2021
Last updated May 22, 2023

Severity

High
8.3
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
Required
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
Low
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:L

Weaknesses

CVE ID

CVE-2021-39155

GHSA ID

GHSA-7774-7vr3-cc8j

Source code

Credits

Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.