CVE-2026-71554Disclosure

MEDIUMCVSS 5.3 · MEDIUM

Exploit discussion active in current signal (1 latest mentions)

Immediate actions

  • Patch affected systems immediately
  • Hunt for exploitation attempts and persistence artifacts
  • Increase monitoring for publicly documented tradecraft

Recommended action window: High priority (within 72h)

NVD 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.

4.0/ 10 priority

Sources & remediation

Weakness type (CWE)
CWE-444

Priority

MEDIUM

Exploitation

NONE

PoC

YES

Patch

AVAILABLE

Momentum

STABLE

Threat summary

  • Public PoC and exploit tooling are both present
  • Patch or workaround signal is available
  • 8 mentions across 2 observed days
  • Momentum state: stable

What's happening

  • Exploit tool or code specified in 3 signals
  • PoC mentioned or linked in 3 signals
  • Patch or workaround mentioned in 4 signals
  • Technical details provided in 8 signals
  • Disclosure: 4 classified signals
  • Peaked 1d ago at 7 mentions (2026-08-07); latest day: 1
  • 8 total mentions across 2 days

Deep dive

Activity timeline8 mentions / 2d
02457Mentions · 2026-08-07: 7Mentions · 2026-08-08: 1PoC Mentioned / Linked · 2026-08-07: 3Exploit Tool / Code · 2026-08-07: 3Patch / Workaround · 2026-08-07: 3Patch / Workaround · 2026-08-08: 1Technical Details · 2026-08-07: 7Technical Details · 2026-08-08: 108-0708-08
Signal classification3 categories
Disclosure
450.0%
PoC
337.5%
Patch
112.5%
Referenced assets4 URLs
Classification over time
DateTotalLabels
2026-08-077
Disclosure4PoC3
2026-08-081
Patch1
Full discourse8 posts
  • CVE@CVEnew
    Disclosure

    CVE-2026-71554 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, a… https://www.cve.org/CVERecord?id=CVE-2026-71554

    Post summary

    CVE‑2026‑71554 affects the h2 pure‑Python HTTP/2 library (versions ≤4.4.0) and allows multiple Host headers in request blocks, potentially leading to protocol behavior issues.

    121231.2K
    58.1K followersView on X
  • Sunand@Crypt0_b0y
    Disclosure

    Finally, my first CVE got assigned CVE-2026-71554 h2 ≤4.4.0 (pure-Python HTTP/2 stack) accepts duplicate Host Headers and forwards all of them downstream. When HTTP/2 is downgraded to HTTP/1.1 this becomes a request smuggling primitive. #CVE #RequestSmuggling #BugBounty #hacking

    Post summary

    A new CVE (CVE‑2026‑71554) has been assigned to the h2 pure‑Python HTTP/2 stack, detailing that duplicate Host headers can be forwarded downstream and become a request‑smuggling vector when HTTP/2 is downgraded to HTTP/1.1.

    0001094
    299 followersView on X
  • Sunand@Crypt0_b0y
    Disclosure

    Finally, my first CVE got assigned CVE-2026-71554 h2 ≤4.4.0 (pure-Python HTTP/2 stack) accepts duplicate Host headers and forwards all of them downstream. When HTTP/2 is downgraded to HTTP/1.1 this becomes a request smuggling primitive. #CVE #RequestSmuggling #BugBounty #hacking

    Post summary

    The tweet announces the new CVE‑2026-71554 for a pure‑Python HTTP/2 stack that allows duplicate Host headers, creating a request smuggling vector when downgraded to HTTP/1.1. No PoC, exploit, or patch details are provided.

    1000099
    299 followersView on X
  • CyberSignal | Cybersecurity News@XQOPTRX
    Patch

    🌐 Python HTTP/2 library vulnerable to request smuggling CVE-2026-71554 affects the Python h2 HTTP/2 stack through version 4.4.0. The library accepts multiple Host headers. When HTTP/2 traffic is downgraded to HTTP/1.1, this behavior can create a request-smuggling primitive. ✅ Fixed in 4.4.1. 🔎 Source: Tenable / GitHub Security Advisory. #Python #HTTP2 #RequestSmuggling #CVE #CyberSecurity

    Post summary

    CVE-2026-71554 affects Python h2 HTTP/2 stack, allowing request smuggling via multiple Host headers during downgrade to HTTP/1.1, and the issue is fixed in version 4.4.1.

    0000055
    34 followersView on X
  • Sunand@Crypt0_b0y
    PoC

    Released PoC for CVE-2026-71554 h2 duplicate Host header request smuggling primitive. Affects h2 <= 4.4.0, fixed in 4.4.1. Stealth variant bypasses :authority validation backend sees evil.attacker while h2 validated good.internal https://github.com/SunandM/poc-h2-CVE-2026-71554/ @TenableSecurity @rapid7

    Post summary

    A PoC for CVE‑2026‑71554, an H2 duplicate host header request smuggling vulnerability fixed in version 4.4.1, has been released and linked via GitHub.

    00000135
    299 followersView on X
  • Sunand@Crypt0_b0y
    PoC

    Released PoC for CVE-2026-71554 h2 duplicate Host header request smuggling primitive. Affects h2 <= 4.4.0, fixed in 4.4.1. Stealth variant bypasses :authority validation backend sees evil.attacker while h2 validated good.internal https://github.com/SunandM/poc-h2-CVE-2026-71554/ @TenableSecurity @rapid7

    Post summary

    The text announces a released PoC for CVE-2026-71554, a duplicate Host header request smuggling flaw in h2, provides a GitHub link to the code, and notes that the issue is fixed in version 4.4.1.

    0000097
    299 followersView on X
  • Sunand@Crypt0_b0y
    PoC

    @CVEnew Released PoC for CVE-2026-71554 h2 duplicate Host header request smuggling primitive. Affects h2 <= 4.4.0, fixed in 4.4.1. Stealth variant bypasses :authority validation backend sees evil.attacker while h2 validated good.internal. https://github.com/SunandM/poc-h2-duplicate-host #CVE @TenableSecurity

    Post summary

    A proof‑of‑concept for CVE-2026-71554, an h2 host‑header request smuggling vulnerability fixed in 4.4.1, has been released, including a stealth bypass variant.

    0000047
    299 followersView on X
  • Infoflowcloud@infoflowcloud
    Disclosure

    🚨*CVE* CVE-2026-71554 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, a… https://www.cve.org/CVERecord?id=CVE-2026-71554 ----- Traducción: CVE-2026-71554 h2 … http://infoflow.cloud`

    Post summary

    The tweet announces CVE‑2026‑71554, detailing a flaw in the pure‑Python h2 HTTP/2 stack that allows multiple Host headers in a request.

    0000046
    98 followersView on X

Explore more