Improper Handling of Case Sensitivity in grpc-go - #VU144262
Published: August 19, 2026
Vulnerability details
The vulnerability allows a remote attacker to bypass authorization policies.
The vulnerability exists due to improper handling of case sensitivity in the xDS RBAC HTTP filter implementation when matching request headers against configured RBAC header rules. A remote attacker can send requests using mixed-case or canonical-case headers to bypass authorization policies.
Requests that should be rejected under DENY rules may instead be served because incoming metadata keys are lowercased before evaluation.