Before version v0.34.1, the OAuth 2.0 Client's registered redirect URLs and the redirect URL provided at the OAuth2 Authorization Endpoint where compared using strings.ToLower while they should have been compared with a simple string match:
https://example.com/callbackhttps://example.com/CALLBACKhttps://example.com/CALLBACK with a potentially successful OAuth2 response, depending on the state of the overall OAuth2 flow (the user might still deny the request for example).{
"nvd_published_at": "2020-10-02T21:15:00Z",
"cwe_ids": [
"CWE-178",
"CWE-20",
"CWE-601"
],
"github_reviewed_at": "2021-05-21T22:15:37Z",
"severity": "MODERATE",
"github_reviewed": true
}