Live Exposure Defense: From CVE to Confirmed Exposure in 12 Hours – See more

New CVE Detected

CVE-2026-74836 – Denial of Service (Resource Exhaustion) – Bandit (Elixir HTTP Server) 0.3.4 through

Be the first to know when new zero-days emerge:

Summary

CVE-2026-74836 is a Denial of Service vulnerability in Bandit, the pure Elixir HTTP server for Plug and WebSock applications. An unauthenticated remote attacker can exhaust the HTTP/2 connection-level flow-control window and withhold WINDOW_UPDATE frames, causing server-side stream processes to block indefinitely and pinning resources that are never released — even when the client sends RST_STREAM. The issue is rated HIGH severity due to its unauthenticated, network-reachable, low-complexity availability impact.

Technical details

  • Root cause: When a response body exceeds the connection-level send window (default 65,535 bytes), Bandit’s Stream.send_data/3 blocks with an :infinity timeout and queues the remaining bytes in Connection.pending_sends. This queue is only drained by a WINDOW_UPDATE or SETTINGS frame from the client — there is no timeout on this path (unlike the stream-level window, which is bounded at 15 seconds).
  • Trigger conditions: An attacker requests a large response body, grants stream-level window updates (so the connection-level window becomes the limiting factor), reads until the 65,535-byte default connection window is exhausted, and then never sends a connection-level WINDOW_UPDATE.
  • Attack vector: Network-based, unauthenticated, and low complexity (CVSS AV:N/AC:L/PR:N/UI:N). No special privileges or user interaction are required.
  • Bypass of client cleanup signal: A client RST_STREAM is delivered as a message to the blocked stream process’ mailbox, but that process cannot read it while blocked inside the synchronous call — so the stream cannot be torn down by the client either.
  • Keepalive abuse: Periodic PING frames keep the underlying transport connection alive without touching the send queue, defeating transport-level read timeouts and allowing the stall to persist indefinitely.
  • Impact: Resource (process/memory/connection) exhaustion on the server, leading to denial of service for legitimate clients. No confidentiality or integrity impact is reported.

Affected software

  • Bandit (Elixir HTTP server, mtrudel/bandit, Hex package bandit)
  • Versions from 0.3.4 up to (but not including) 1.12.5

Severity

  • CVSS Score: 8.7 (High) — CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
  • A related CVSS v3.1 assessment scores this issue 7.5 (High): CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact is limited to availability; there is no confidentiality or integrity compromise.

Mitigation and recommended actions

  • Immediate: Upgrade Bandit to version 1.12.5 or later, which bounds and cancels HTTP/2 sends blocked on the connection window: RST_STREAM now immediately releases pending sends, queued sends carry a 15-second expiration deadline that is swept on inbound reads, and stream termination purges any remaining pending sends.
  • If immediate patching is not possible:
    • Reduce max_concurrent_streams on the Bandit HTTP/2 configuration to limit the per-connection cost of the issue (this does not fully prevent the attack, only limits its blast radius per connection).
    • Enforce connection-count limits and appropriately size upstream connection pools/load balancers to reduce exposure to sustained resource pinning.
    • Monitor for connections with unusually long-lived streams combined with sparse or absent connection-level WINDOW_UPDATE frames and periodic PING-only keepalive traffic, and terminate such connections proactively at the reverse proxy or load balancer layer.

References

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

How IONIX’s External Exposure Management Platform Detects and Validates
Zero-Days to Shrink MTTR

1

Map your entire attack surface (continously)

IONIX uses multi-factor discovery methods, including DNS analysis, certificate mapping, metadata inspection, and more, to automatically map every internet-facing asset across your environment. This includes cloud instances, third-party platforms, shadow IT, and even forgotten infrastructure that traditional tools miss.

2

Monitor for new CVEs

Dozens of threat intel feeds using agentic technology are continuously analyzed to detect the appearance of proof-of-concept code, exploit kits, and indicators of active targeting. IONIX goes further by applying AI to proactively evaluate whether emerging vulnerabilities are likely to be exploited, even before PoCs go public.

3

Identify Potential External Exposures

Not all CVEs matter. IONIX filters vulnerabilities by asking attacker-centric questions: Can it be reached from the internet? Does it require authentication? Is it being exploited in the wild? This dramatically reduces noise and focuses teams on threats that can actually be weaponized.

4

Create Safe, Scalable Exploit Validations

IONIX transforms real-world PoCs into safe, non-intrusive test payloads that can be run in production environments without disruption. These simulations are precisely targeted to the systems that are vulnerable, ensuring rapid validation without unnecessary load.

5

Execute Exploit Validations

By combining context about software stack, versioning, exposure status, and reachability, IONIX ensures that only the right payloads are executed against the right assets, maximizing efficiency and minimizing risk.

6

Drive Fast and Actionable Remediation

Results are routed through integrations with ticketing, SOAR, and SIEM tools. Issues are written in plain language, bundled into remediation clusters, and prioritized based on asset criticality, exploitability, and blast radius. This shortens mean time to remediation (MTTR) and empowers teams to act with confidence.

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

Subscribe to Threat Center RSS

Copy/paste the link below into your preferred RSS reader or follow these instructions to subscribe to Slack alerts.

Get Real-Time CVE Alerts to Your Email

Be the first to know when new zero-days emerge