Request Smuggling Vulnerability in h2 by Python Hyper
CVE-2026-71554
5.3MEDIUM
What is CVE-2026-71554?
The h2 library, which is a pure-Python implementation of the HTTP/2 protocol stack, has a vulnerability that allows for potential request smuggling. This occurs in versions up to and including 4.4.0, where the library incorrectly handles request header blocks containing multiple Host headers. Subsequently, when these requests are processed, and HTTP/2 is downgraded to HTTP/1.1, they carry multiple Host headers, creating a situation that could enable attackers to smuggle requests. This issue has been resolved in version 4.4.1, which ensures proper handling of Host headers.
Affected Version(s)
h2 < 4.4.1
