πŸ” CVE Alert

CVE-2026-74836

UNKNOWN 0.0

HTTP/2 connection-window starvation pins Plug processes indefinitely in Bandit

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Allocation of Resources Without Limits or Throttling vulnerability in mtrudel bandit allows an unauthenticated remote attacker to pin an unbounded number of HTTP/2 stream processes indefinitely via connection-level flow control. When a stream's response body outruns the HTTP/2 connection-level send window (default 65,535 bytes, shared across all streams on the connection), Bandit.HTTP2.Connection queues the remaining bytes and a reply closure in pending_sends and the stream process blocks forever inside a synchronous call to the connection process. Nothing bounds that wait and nothing purges the queue: a client RST_STREAM for the blocked stream is delivered to its mailbox but never read while it is stuck inside the call, so cancelling frees nothing, and periodic PING frames keep the transport-level read timeout from ever firing. The equivalent block on the stream-level send window is already bounded at 15 seconds; the connection-level path had no such bound. Each stalled stream pins its process, Plug state, and any resource the Plug holds across the blocked write, such as a pooled upstream connection in a reverse-proxy Plug. The attacker chooses any endpoint whose response exceeds the connection window (common for most non-trivial payloads), grants a generous stream-level window so only the connection window limits it, and keeps the connection alive with periodic PINGs; the primitive is repeatable across streams and connections at the cost of one idle socket each. This issue affects bandit: from 0.3.4 before 1.12.5.

CWE CWE-770
Vendor mtrudel
Product bandit
Published Aug 20, 2026
Stay Ahead of the Next One

Get instant alerts for mtrudel bandit

Be the first to know when new unknown vulnerabilities affecting mtrudel bandit are published β€” delivered to Slack, Telegram or Discord.

Get Free Alerts β†’ Free Β· No credit card Β· 60 sec setup

Affected Versions

mtrudel / bandit
0.3.4 < 1.12.5
mtrudel / bandit
6feadb31189d18b7dcda6c663112cd3bbaf63a46 < f6914aad14bb1365dd6f306aa592cfb0819bed3e

References

NVD β†— CVE.org β†— EPSS Data β†—
github.com: https://github.com/mtrudel/bandit/security/advisories/GHSA-xj8g-532w-jv94 cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-74836.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-74836 github.com: https://github.com/mtrudel/bandit/commit/f6914aad14bb1365dd6f306aa592cfb0819bed3e

Credits

πŸ” Giovanni Visciano / Hewlett Packard Enterprise - Athonet Mat Trudel Jonatan MΓ€nnchen / EEF