BIT-oauth2-proxy-2026-76835

See a problem?
Import Source
https://github.com/bitnami/vulndb/tree/main/data/oauth2-proxy/BIT-oauth2-proxy-2026-76835.json
JSON Data
https://api.osv.dev/v1/vulns/BIT-oauth2-proxy-2026-76835
Aliases
Published
2026-09-25T12:27:39Z
Modified
2026-09-25T14:25:56Z
Summary
OAuth2 Proxy 7.15.2 through 7.15.4 Authentication Bypass via X-Forwarded-Uri Under the Default Trusted Proxy Set
Details

OAuth2 Proxy honours a client-supplied X-Forwarded-Uri header when deciding whether a request may skip authentication, because the guard added for CVE-2026-40575 is inert in the default reverse-proxy configuration. GetRequestURI in pkg/requests/util/util.go prefers that header over the real request URI whenever CanTrustForwardedHeaders returns true, and isAllowedPath in oauthproxy.go matches the skip_auth_routes and skip_auth_regex allow list against the resulting path. CanTrustForwardedHeaders in pkg/apis/middleware/scope.go grants that trust when the caller's address is in the trusted proxy set, and buildTrustedProxyNetSet falls back to defaultTrustedProxyIPs, which is 0.0.0.0/0 and ::/0, whenever reverse proxy mode is enabled without trusted_proxy_ip configured. Every client is therefore treated as a trusted proxy. An unauthenticated attacker can request a protected upstream path while setting X-Forwarded-Uri to a value matching an allow-listed route, so the skip-auth decision is made against the spoofed value while the upstream receives the protected path unchanged.

Database specific
{
    "cpes":  [
        "cpe:2.3:a:oauth2_proxy_project:oauth2_proxy:*:*:*:*:*:go:*:*"
    ],
    "severity":  "Critical"
}
References

Affected packages

Bitnami / oauth2-proxy

Package

Name
oauth2-proxy
Purl
pkg:bitnami/oauth2-proxy

Severity

  • 9.3 (Critical) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X CVSS Calculator

Affected ranges

Type
SEMVER
Events
Introduced
7.15.2
Last Affected
7.15.4

Database specific

source
"https://github.com/bitnami/vulndb/tree/main/data/oauth2-proxy/BIT-oauth2-proxy-2026-76835.json"