- Reject certain malformed Transfer-Encoding: chunked bodies that were previously accepted to prevent request-smuggling attacks when an h11-based HTTP server is placed behind a load balancer with a matching bug in its chunked handling
From h11
Security fix
Reject certain malformed Transfer-Encoding: chunked bodies that were previously accepted. These could have enabled request-smuggling attacks when an h11-based HTTP server was placed behind a load balancer with a matching bug in its chunked handling.
Advisory with more details: https://github.com/python-hyper/h11/security/advisories/GHSA-vqfr-h8mv-ghfj
Reported by: Jeppe Bonde Weikop