Impact
The vulnerability causes OAuth2 Proxy to honor client‑supplied X‑Forwarded‑Uri headers when determining whether to skip authentication. In the default configuration the guard added for CVE‑2026‑40575 is inactive, and the trust check for forwarded headers falls back to a universal IP block (0.0.0.0/0 and ::/0). As a result, any client is treated as a trusted proxy and can set X‑Forwarded‑Uri to an allow‑listed path, leading the proxy to skip authentication for protected resources. This constitutes a serious Authentication Bypass that permits an unauthenticated attacker to access upstream services meant to be protected.
Affected Systems
OAuth2 Proxy versions 7.15.2 through 7.15.4 are affected. All installations that enable reverse proxy mode without a proper trusted_proxy_ip configuration are vulnerable.
Risk and Exploitability
The CVSS score of 9.3 indicates a critical severity. Although the EPSS score is not available, the vulnerability’s design—where every client is implicitly trusted—makes exploitation straightforward for any external user. The issue is not currently listed in the CISA KEV catalog, but the broad trust model raises its exploitability in real‑world deployments.
OpenCVE Enrichment