Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-grfp-q2mm-hfp6

Опубликовано: 24 мая 2021
Источник: github
Github: Прошло ревью
CVSS3: 6.1

Описание

Redirect URL matching ignores character casing

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).

Пакеты

Наименование

github.com/ory/fosite

go
Затронутые версииВерсия исправления

< 0.34.1

0.34.1

EPSS

Процентиль: 48%
0.00255
Низкий

6.1 Medium

CVSS3

Дефекты

CWE-178
CWE-20
CWE-601

Связанные уязвимости

CVSS3: 6.1
nvd
больше 5 лет назад

ORY Fosite is a security first OAuth2 & OpenID Connect framework for Go. In Fosite before version 0.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. This allows an attacker to register a client with allowed redirect URL https://example.com/callback. Then perform an OAuth2 flow and requesting redirect URL https://example.com/CALLBACK. 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). This vulnerability has been patched in ORY Fosite v0.34.1.

EPSS

Процентиль: 48%
0.00255
Низкий

6.1 Medium

CVSS3

Дефекты

CWE-178
CWE-20
CWE-601