← voltar
CVE-2020-15234

Redirect URL matching ignores character casing

CVSS 6.1 MEDIUMEPSS 0.8%CWE-20CWE-601
Em resumo

O ORY Fosite não comparava corretamente os endereços de redirecionamento do OAuth2, ignorando a diferença entre letras maiúsculas e minúsculas. Um atacante podia registrar um endereço legítimo e depois usar uma versão com capitalização diferente para contornar a validação e roubar credenciais de autenticação.

Detalhe técnico

O Fosite v0.34.0 e anteriores realizam validação insensível a maiúsculas/minúsculas de URLs de redirecionamento via strings.ToLower(), contornando a verificação (CWE-601). Um atacante com privilégios de registro de cliente pode registrar um endereço benigno e fornecer uma variante com capitalização diferente durante o fluxo OAuth2 para redirecionar o usuário a um endpoint não validado, potencialmente capturando códigos de autorização ou tokens.

Resumo gerado e traduzido por IA a partir da descrição oficial.
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.
CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:N
Produtos afetados
ory · fosite

Quer saber se a sua infraestrutura está exposta a isto?

Falar com a TrueHacking →