8.5
/ 10
HIGH
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N
Description
OAuth2-Proxy is an open-source tool that can act as either a standalone reverse proxy or a middleware component integrated into existing reverse proxy or load balancer setups. In versions prior to 7.13.0, all deployments of OAuth2 Proxy in front of applications that normalize underscores to dashes in HTTP headers (e.g., WSGI-based frameworks such as Django, Flask, FastAPI, and PHP applications). Authenticated users can inject underscore variants of X-Forwarded-* headers that bypass the proxyβs filtering logic, potentially escalating privileges in the upstream app. OAuth2 Proxy authentication/authorization itself is not compromised. The problem has been patched with v7.13.0. By default all specified headers will now be normalized, meaning that both capitalization and the use of underscores (_) versus dashes (-) will be ignored when matching headers to be stripped. For example, both `X-Forwarded-For` and `X_Forwarded-for` will now be treated as equivalent and stripped away. For those who have a rational that requires keeping a similar looking header and not stripping it, the maintainers introduced a new configuration field for Headers managed through the AlphaConfig called `InsecureSkipHeaderNormalization`. As a workaround, ensure filtering and processing logic in upstream services don't treat underscores and hyphens in Headers the same way.
AI Analysis
OAuth2-Proxy is vulnerable to header smuggling via underscore, potentially leading to privilege escalation in the upstream application
Basic Information
ID
CVE-2025-64484
Source
GitHub_M
Published
Nov 10, 2025 at 21:33
Affected Product
Vendor
oauth2-proxy
Product
oauth2-proxy
Version
< 7.13.0
Affected Versions
oauth2-proxy oauth2-proxy < 7.13.0
CWE Classification
AI Assessment
AI Score
8.5 / 10
AI Severity
High
Vendor
oauth2-proxy
Product
oauth2-proxy
Version
< 7.13.0
References
- github.com /oauth2-proxy/oauth2-proxy/security/advisories/GHSA-vjrc-mh2v-45x6
- datatracker.ietf.org /doc/html/rfc2616
- datatracker.ietf.org /doc/html/rfc822
- github.security.telekom.com /2020/05/smuggling-http-headers-through-reverse-proxies.html
- www.uptimia.com /questions/why-are-http-headers-with-underscores-dropped-by-nginx