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.
CVE-2026-76835
Score 9.1 from GitHub Security Advisory (severity: CRITICAL) published 2026-08-24. a secondary CVSS source baseline 9.1; sources differ by 0.0.
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 9.1
- EG Score
- 9.1(high)
- EG Risk
- 72(Attend)EG Risk 72/100SSVC: Attend
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity91% × 45%Exploitation40% × 40%Automatability100% × 15%Action: Remediate soon — notable exploitation risk. - EPSS PROB
- 0%
- EPSS %ILE
- 27%
- KEV
- Not listed
Published
August 24, 2026
Last Modified
August 24, 2026
Advisory Details (5)
Auto-updated Aug 24, 2026OAuth2 Proxy 7.15.2 through 7.15.4 Authentication Bypass via X-Forwarded-Uri Under the Default Trusted Proxy Set | Advisories | VulnCheck
https://www.vulncheck.com/advisories/oauth2-proxy-through-authentication-bypass-via-x-forwarded-uri-under-the-default-trusted-proxy-setAuthentication Bypass via X-Forwarded-Uri Header Spoofing · Advisory · oauth2-proxy/oauth2-proxy · GitHub
https://github.com/oauth2-proxy/oauth2-proxy/security/advisories/GHSA-7x63-xv5r-3p2xoauth2-proxy/pkg/apis/middleware/scope.go at v7.15.4 · oauth2-proxy/oauth2-proxy · GitHub
https://github.com/oauth2-proxy/oauth2-proxy/blob/v7.15.4/pkg/apis/middleware/scope.go[Bug]: Auth bypass: spoofed X-Forwarded-Uri skips auth for protected upstream paths under default reverse-proxy config · Issue #3506 · oauth2-proxy/oauth2-proxy · GitHub
https://github.com/oauth2-proxy/oauth2-proxy/issues/3506GitHub - oauth2-proxy/oauth2-proxy: A reverse proxy that provides authentication with Google, Azure, OpenID Connect and many more identity providers. · GitHub
https://github.com/oauth2-proxy/oauth2-proxyVendor Advisories for CVE-2026-76835(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Affected Packages
(2 across 1 ecosystem)
Go(2)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| github.com/oauth2-proxy/oauth2-proxy | — | — | — |
| github.com/oauth2-proxy/oauth2-proxy/v7 | — | 7.15.2 | — |
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 25× in last 7d / 25× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-08-26 19:51 UTCGHSA enrichment
- 2026-08-26 16:13 UTCEG score recompute
- 2026-08-26 16:13 UTCGHSA enrichment
- 2026-08-26 14:47 UTCEPSS rescore
- 2026-08-26 12:24 UTCGHSA enrichment
- 2026-08-26 08:43 UTCGHSA enrichment
- 2026-08-26 05:05 UTCGHSA enrichment
- 2026-08-26 01:25 UTCGHSA enrichment
- 2026-08-25 21:48 UTCGHSA enrichment
- 2026-08-25 18:11 UTCGHSA enrichment
- 2026-08-25 14:33 UTCEG score recompute
- 2026-08-25 14:33 UTCGHSA enrichment
- 2026-08-25 13:49 UTCEPSS rescore
- 2026-08-25 10:56 UTCGHSA enrichment
- 2026-08-25 07:18 UTCGHSA enrichment
- 2026-08-25 03:40 UTCGHSA enrichment
- 2026-08-25 00:03 UTCEG score recompute
- 2026-08-25 00:03 UTCGHSA enrichment
- 2026-08-24 20:26 UTCEG score recompute
- 2026-08-24 20:26 UTCGHSA enrichment
- 2026-08-24 20:12 UTCEG score recompute
- 2026-08-24 20:11 UTCGHSA enrichment
- 2026-08-24 18:21 UTCEG score recompute
- 2026-08-24 18:01 UTCEG score recompute
- 2026-08-24 18:01 UTCMITRE cvelistV5first tracked
Frequently asked(5)
What is CVE-2026-76835?
When was CVE-2026-76835 disclosed?
Is CVE-2026-76835 actively exploited?
What is the CVSS score of CVE-2026-76835?
How do I remediate CVE-2026-76835?
Dependency Blast Radius
See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-76835
Is Your Infrastructure Affected by CVE-2026-76835?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.