HAProxy through 2.0.32, 2.1.x and 2.2.x through 2.2.30, 2.3.x and 2.4.x through 2.4.23, 2.5.x and 2.6.x before 2.6.15, 2.7.x before 2.7.10, and 2.8.x before 2.8.2 forwards empty Content-Length headers, violating RFC 9110 section 8.6. In uncommon cases, an HTTP/1 server behind HAProxy may interpret the payload as an extra request.
The product acts as an intermediary HTTP agent (such as a proxy or firewall) in the data flow between two entities such as a client and server, but it does not interpret malformed HTTP requests or responses in ways that are consistent with how the messages will be processed by those entities that are at the ultimate destination.
Link | Tags |
---|---|
https://github.com/haproxy/haproxy/issues/2237 | vendor advisory issue tracking exploit |
https://github.com/haproxy/haproxy/commit/6492f1f29d738457ea9f382aca54537f35f9d856 | patch |
https://www.haproxy.org/download/2.8/src/CHANGELOG | release notes |
https://www.haproxy.org/download/2.7/src/CHANGELOG | release notes |
https://www.haproxy.org/download/2.6/src/CHANGELOG | release notes |
https://cwe.mitre.org/data/definitions/436.html | technical description |