GHSA-f2m2-cc3f-h4j2HighCVSS 8.5
A flaw was found in openshift/oauth-proxy. The proxy sets authenticated identity headers using...
🔗 CVE IDs covered (1)
📋 Description
A flaw was found in openshift/oauth-proxy. The proxy sets authenticated identity headers using only dash-variant keys (X-Forwarded-User) but does not strip underscore-variant keys (X_Forwarded_User) from incoming requests. WSGI and PHP frameworks normalize both variants to the same variable, allowing an authenticated low-privilege user to smuggle a forged identity that may override the legitimate authenticated identity in the upstream application.
🔗 References (14)
- https://nvd.nist.gov/vuln/detail/CVE-2026-49332
- https://access.redhat.com/security/cve/CVE-2026-49332
- https://bugzilla.redhat.com/show_bug.cgi?id=2483253
- https://access.redhat.com/errata/RHSA-2026:51025
- https://access.redhat.com/errata/RHSA-2026:51022
- https://access.redhat.com/errata/RHSA-2026:51038
- https://access.redhat.com/errata/RHSA-2026:51007
- https://access.redhat.com/errata/RHSA-2026:51013
- https://access.redhat.com/errata/RHSA-2026:50681
- https://access.redhat.com/errata/RHSA-2026:50758
- https://access.redhat.com/errata/RHSA-2026:54206
- https://access.redhat.com/errata/RHSA-2026:54188
- https://access.redhat.com/errata/RHSA-2026:56912
- https://github.com/advisories/GHSA-f2m2-cc3f-h4j2