← voltar
CVE-2025-25184

Possible Log Injection in Rack::CommonLogger

CVSS 5.7 MEDIUMEPSS 1.1%CWE-117CWE-93
Em resumo

O Rack::CommonLogger pode ser enganado a gravar entradas de log malformadas quando nomes de usuário contêm quebras de linha, permitindo que atacantes injetem dados falsos ou ocultam atividades reais.

Detalhe técnico

Vulnerabilidade de injeção de log no Rack::CommonLogger via injeção de CRLF na variável de ambiente REMOTE_USER derivada de credenciais HTTP Basic Authentication. Atacantes capazes de registrar nomes de usuário contendo caracteres CRLF/espaços em branco podem manipular o formato do arquivo de log e inserir entradas arbitrárias, obscurecendo trilhas de auditoria.

Resumo gerado e traduzido por IA a partir da descrição oficial.
Rack provides an interface for developing web applications in Ruby. Prior to versions 2.2.11, 3.0.12, and 3.1.10, Rack::CommonLogger can be exploited by crafting input that includes newline characters to manipulate log entries. The supplied proof-of-concept demonstrates injecting malicious content into logs. When a user provides the authorization credentials via Rack::Auth::Basic, if success, the username will be put in env['REMOTE_USER'] and later be used by Rack::CommonLogger for logging purposes. The issue occurs when a server intentionally or unintentionally allows a user creation with the username contain CRLF and white space characters, or the server just want to log every login attempts. If an attacker enters a username with CRLF character, the logger will log the malicious username with CRLF characters into the logfile. Attackers can break log formats or insert fraudulent entries, potentially obscuring real activity or injecting malicious data into log files. Versions 2.2.11, 3.0.12, and 3.1.10 contain a fix.
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:P
Produtos afetados
rack · rack

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

Falar com a TrueHacking →