Lucene search

K
osvGoogleOSV:GHSA-GRFP-Q2MM-HFP6
HistoryMay 24, 2021 - 5:00 p.m.

Redirect URL matching ignores character casing

2021-05-2417:00:05
Google
osv.dev
9
oauth 2.0
client
redirect url
comparison
security issue

EPSS

0.001

Percentile

19.4%

Impact

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:

  1. Registering a client with allowed redirect URL https://example.com/callback
  2. Performing OAuth2 flow and requesting redirect URL https://example.com/CALLBACK
  3. Instead of an error (invalid redirect URL), the browser is redirected to https://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).

EPSS

0.001

Percentile

19.4%

Related for OSV:GHSA-GRFP-Q2MM-HFP6