Falhas do tipo CWE-444

320 resultados

Interpretação inconsistente de requisições HTTP (HTTP Request Smuggling)

Ocorre quando um proxy, load balancer ou firewall interpreta uma requisição HTTP de forma diferente do servidor backend. Um atacante envia uma requisição ambígua que a camada intermediária processa como um pedido, mas o servidor entende como dois pedidos distintos — permitindo contornar controles de segurança, injetar requisições maliciosas ou sequestrar sessões de outros usuários.

Exemplo

Um proxy usa Content-Length para delimitar o corpo da requisição, enquanto o servidor backend prioriza Transfer-Encoding: chunked. O atacante envia um payload onde a primeira requisição termina segundo o proxy, mas o servidor vê uma segunda requisição oculta no corpo — essa segunda requisição pode roubar dados de sessão de outros usuários ou contornar WAF.

Como mitigar

Desabilite Transfer-Encoding: chunked em proxies se possível, normalize e valide rigorosamente headers HTTP (Content-Length e Transfer-Encoding não devem coexistir), mantenha proxy e servidor backend sincronizados em versão e configuração, e teste parsing ambíguo com ferramentas como http-request-smuggler.

CVE-2026-42584HIGHNetty: HttpClientCodec response desynchronizationEPSS 0.8%CVE-2023-47641LOWInconsistent interpretation of `Content-Length` vs. `Transfer-Encoding` in aiohttpEPSS 0.8%CVE-2024-12397HIGHIo.quarkus.http/quarkus-http-core: quarkus http cookie smugglingEPSS 0.8%CVE-2024-27922CRITICALHTTP Handling Vulnerability in the Bare serverEPSS 0.8%CVE-2024-33452HIGHAn issue in OpenResty lua-nginx-module v.0.10.26 and before allows a remote attacker to conduct HTTP request smuggling via a crafted HEAD reEPSS 0.8%CVE-2024-6827HIGHHTTP Request Smuggling in benoitc/gunicornEPSS 0.8%CVE-2026-2835CRITICALHTTP Request Smuggling via HTTP/1.0 and Transfer-Encoding MisparsingEPSS 0.8%CVE-2024-22081CRITICALAn issue was discovered in Elspec G5 digital fault recorder versions 1.1.4.15 and before. Unauthenticated memory corruption can occur in theEPSS 0.8%CVE-2024-52530HIGHGNOME libsoup before 3.6.0 allows HTTP request smuggling in some configurations because '\0' characters at the end of header names are ignorEPSS 0.8%CVE-2021-34559MEDIUMA vulnerability in WirelessHART-Gateway <= 3.0.8 may allow remote attackers to rewrite links and URLs in cached pages to arbitrary stringsEPSS 0.8%CVE-2023-46137MEDIUMtwisted.web has disordered HTTP pipeline responseEPSS 0.8%CVE-2020-5207MEDIUMRequest smuggling is possible in Ktor when both chunked TE and content length specifiedEPSS 0.8%CVE-2022-31109HIGHHTTP Host Header Attack Vulnerability in laminas-diactorosEPSS 0.8%CVE-2023-38697MEDIUM protocol-http1 HTTP Request/Response Smuggling vulnerabilityEPSS 0.8%CVE-2020-5220MEDIUMAbility to expose data in Sylius by using an unintended serialisation groupEPSS 0.7%CVE-2026-28367HIGHUndertow: undertow: request smuggling via `\r\r\r` as a header block terminatorEPSS 0.7%CVE-2026-62899MEDIUM.NET Security Feature Bypass VulnerabilityEPSS 0.7%CVE-2026-28368HIGHUndertow: undertow: request smuggling via inconsistent header parsingEPSS 0.7%CVE-2023-33987HIGHRequest smuggling and request concatenation in SAP Web DispatcherEPSS 0.7%CVE-2026-27690CRITICALHTTP Request Smuggling in SAP ApprouterEPSS 0.7%