Lucene search

K
redhatcveRedhat.comRH:CVE-2019-20445
HistoryMay 14, 2022 - 11:32 a.m.

CVE-2019-20445

2022-05-1411:32:59
redhat.com
access.redhat.com
103

0.012 Low

EPSS

Percentile

85.6%

A flaw was found in Netty before version 4.1.44, where it accepted multiple Content-Length headers and also accepted both Transfer-Encoding, as well as Content-Length headers where it should reject the message under such circumstances. In circumstances where Netty is used in the context of a server, it could result in a viable HTTP smuggling vulnerability.

Mitigation

  • Use HTTP/2 instead (clear boundaries between requests)

  • Disable reuse of backend connections eg.

    http-reuse never

in HAProxy or whatever equivalent LB settings