GHSA-rf5q-vwxw-gmrf · Severity: high · Ecosystem: erlang — Bandit: Unauthenticated DoS via chunked request trailers in Bandit HTTP/1 decoder
Loop with Unreachable Exit Condition ('Infinite Loop') vulnerability in mtrudel bandit allows unauthenticated remote denial of service via worker process exhaustion. 'Elixir.Bandit.HTTP1.Socket':do_read_chunked_data!/5 in lib/bandit/http1/socket.ex terminates only when the last-chunk line 0\r\n is followed immediately by the empty trailer line \r\n. RFC 9112 §7.1.2 permits zero or more trailer fields between them. When trailers are present, none of the match clauses fit: the catch-all arm computes a negative to_read, calls read_available!/2, receives <<>> on timeout, and tail-recurses with unchanged state. The worker process is pinned for the lifetime of the TCP connection. A handful of concurrent connections sending RFC-conformant chunked requests with trailer fields is sufficient to exhaust the Bandit worker pool and render the server unresponsive to all further traffic. No authentication, special headers, or large payload is required. Proxies such as NGINX and HAProxy legitimately forward trailer-bearing requests, so servers behind such proxies may be affected without any malicious client involvement. This issue affects bandit: from 1.6.1 before 1.11.1.
Conclusion & alert: CVE-2026-39806 is rated High Exploit Risk (77.6/100): CVSS High severity, with medium exploitation likelihood (EPSS 1.06%). Core evidence: 1 public exploit reference(s) are indexed (Exploit-DB). Mandatory action: Public exploits are available—assess exposure, apply mitigations, and prioritize patching.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
| EDB-ID | Source | Kind | Published | Link |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-05-22 | 0.56% | 1.06% | +0.51% |
| 2 | 2026-05-19 | 0.47% | 0.56% | +0.09% |
| 3 | 2026-05-14 | — | 0.47% | — |
Full EPSS history (3 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 8.7 | 4.0 | HIGH |
|
— | — | 6b3ad84c-e1a6-4bf7-a703-f496b71e49db |
| 7.5 | 3.1 | HIGH |
|
3.9 | 3.6 | [email protected] |
GHSA-rf5q-vwxw-gmrf · Severity: high · Ecosystem: erlang — Bandit: Unauthenticated DoS via chunked request trailers in Bandit HTTP/1 decoder
| URL | Tags |
|---|---|
| https://cna.erlef.org/cves/CVE-2026-39806.html | Third Party Advisory |
| https://github.com/mtrudel/bandit/commit/ae3520dfdbfab115c638f8c7f6f6b805db34e1ab | Patch |
| https://github.com/mtrudel/bandit/security/advisories/GHSA-rf5q-vwxw-gmrf | Exploit Vendor Advisory |
| https://osv.dev/vulnerability/EEF-CVE-2026-39806 | Third Party Advisory |