CVE-2026-39803
Severity CVSS v4.0:
HIGH
Type:
Unavailable / Other
Publication date:
13/05/2026
Last modified:
21/05/2026
Description
Allocation of Resources Without Limits or Throttling vulnerability in mtrudel bandit allows unauthenticated remote denial of service via memory exhaustion.<br />
<br />
The chunked clause of &#39;Elixir.Bandit.HTTP1.Socket&#39;:read_data/2 in lib/bandit/http1/socket.ex ignores the caller-supplied :length option when reading HTTP/1 chunked request bodies. Instead of capping the accumulated body at the configured limit (e.g. Plug.Parsers&#39; default 8 MB), do_read_chunked_data!/5 buffers every received chunk into an iolist unconditionally and materializes the entire body as a single binary. The function always returns {:ok, body, ...}, so callers cannot interpose a 413 response.<br />
<br />
Because Plug.Parsers runs before routing and authentication in the standard Phoenix endpoint, an unauthenticated attacker needs no valid route or credentials. Sending a single Transfer-Encoding: chunked POST request with an arbitrarily large body to any path causes the BEAM process to exhaust available memory and be terminated by the OS OOM killer.<br />
<br />
The content-length path in the same function correctly enforces the limit and is not affected.<br />
<br />
This issue affects bandit: from 1.4.0 before 1.11.1.
Impact
Base Score 4.0
8.70
Severity 4.0
HIGH
Base Score 3.x
7.50
Severity 3.x
HIGH
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:a:mtrudel:bandit:*:*:*:*:*:*:*:* | 1.4.0 (including) | 1.11.1 (excluding) |
To consult the complete list of CPE names with products and versions, see this page
References to Advisories, Solutions, and Tools
- https://cna.erlef.org/cves/CVE-2026-39803.html
- https://github.com/mtrudel/bandit/commit/ae3520dfdbfab115c638f8c7f6f6b805db34e1ab
- https://github.com/mtrudel/bandit/security/advisories/GHSA-9q9q-324x-93r2
- https://osv.dev/vulnerability/EEF-CVE-2026-39803
- https://github.com/mtrudel/bandit/security/advisories/GHSA-9q9q-324x-93r2



