CVE-2026-71554 Details
Description
h2 is a pure-Python implementation of a HTTP/2 protocol stack. Versions up to and including 4.4.0 accept request header blocks containing more than one Host header, and forward every Host header to the consuming application. Where the consumer downgrades HTTP/2 to HTTP/1.1, the resulting request carries two Host header lines, providing a request smuggling primitive. This issue is fixed in version 4.4.1.
A request smuggling vulnerability has been identified in the h2 library, a pure-Python implementation of an HTTP/2 protocol stack. This issue affects versions through 4.4.0, where the library accepts request header blocks with multiple Host headers and forwards all of them to the application. If the application downgrades HTTP/2 to HTTP/1.1, the resulting request will contain two Host header lines, creating a request smuggling primitive. This vulnerability is classified as CWE-444.
The vulnerability has been patched in version 4.4.1. Users are advised to update to this version and to follow HTTP semantics best practices in their application code.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Aug 6, 2026CISA-ADP
Assessed Aug 8, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/python-hyper/h2/commit/292a40829feefda98c8509dcdbbb4a57af9bd6a6 | [email protected] | Source CodeVendor |
| https://github.com/python-hyper/h2/security/advisories/GHSA-6hr6-w5qg-qmwg | [email protected] | AdvisoryRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-444 | Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| h2 | <= 4.4.0 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Aug 8, 2026 | CVE Modified | CISA-ADP |
| Aug 6, 2026 | New CVE Received | [email protected] |
Volerion