In OAuth2 Proxy before 5.1.1, there is an open redirect vulnerability. Users can provide a redirect address for the proxy to send the authenticated user to at the end of the authentication flow. This is expected to be the original URL that the user was trying to access. This redirect URL is checked within the proxy and validated before redirecting the user to prevent malicious actors providing redirects to potentially harmful sites. However, by crafting a redirect URL with HTML encoded whitespace characters the validation could be bypassed and allow a redirect to any URL provided. This has been patched in 5.1.1.
References
Link | Resource |
---|---|
https://github.com/oauth2-proxy/oauth2-proxy/security/advisories/GHSA-j7px-6hwj-hpjg | Vendor Advisory |
Configurations
History
15 Feb 2024, 03:20
Type | Values Removed | Values Added |
---|---|---|
References | () https://github.com/oauth2-proxy/oauth2-proxy/security/advisories/GHSA-j7px-6hwj-hpjg - Vendor Advisory |
Information
Published : 2020-05-07 21:15
Updated : 2024-02-15 03:20
NVD link : CVE-2020-11053
Mitre link : CVE-2020-11053
CVE.ORG link : CVE-2020-11053
JSON object : View
Products Affected
oauth2_proxy_project
- oauth2_proxy
CWE
CWE-601
URL Redirection to Untrusted Site ('Open Redirect')