← voltar
CVE-2021-43797

HTTP fails to validate against control chars in header names which may lead to HTTP request smuggling

CVSS 6.5 MEDIUMEPSS 2.7%CWE-444
Em resumo

O Netty não valida corretamente nomes de cabeçalhos HTTP que contêm caracteres de controle no início ou fim, o que pode permitir que atacantes manipulem requisições quando o framework é usado como proxy, potencialmente levando a ataques de contrabando de requisições HTTP.

Detalhe técnico

O Netty anterior à versão 4.1.71.Final remove caracteres de controle de nomes de cabeçalhos em vez de rejeitá-los, violando as especificações HTTP. Quando usado como proxy, essa sanitização permite que cabeçalhos manipulados contornem a validação em sistemas backend, viabilizando ataques de contrabando de requisições HTTP onde atacantes injetam requisições maliciosas através de nomes de cabeçalho especialmente construídos.

Resumo gerado e traduzido por IA a partir da descrição oficial.
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. Netty prior to version 4.1.71.Final skips control chars when they are present at the beginning / end of the header name. It should instead fail fast as these are not allowed by the spec and could lead to HTTP request smuggling. Failing to do the validation might cause netty to "sanitize" header names before it forward these to another remote system when used as proxy. This remote system can't see the invalid usage anymore, and therefore does not do the validation itself. Users should upgrade to version 4.1.71.Final.
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N
Produtos afetados
netty · netty

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

Falar com a TrueHacking →