Am I affected?

type your bandit version to check

Description

Allocation of Resources Without Limits or Throttling vulnerability in mtrudel bandit allows unauthenticated remote denial of service via memory exhaustion.

The chunked clause of 'Elixir.Bandit.HTTP1.Socket':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' 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.

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.

The content-length path in the same function correctly enforces the limit and is not affected.

This issue affects bandit: from 1.4.0 before 1.11.1.

Weaknesses & attack patterns

Weakness

CWE-770 · Allocation of Resources Without Limits or Throttling in catalog → MITRE ↗

Attack patterns

CAPEC-130 · Excessive Allocation MITRE ↗

Affected — Hex / bandit Hex.pm ↗ Repository ↗

1.4.0 < 1.11.1 affected
every other version: unaffected
default status unaffected
cpe cpe:2.3:a:mtrudel:bandit:*:*:*:*:*:*:*:*
modules · source files · routines
modules 'Elixir.Bandit.HTTP1.Socket'
source files lib/bandit/http1/socket.ex
routines 'Elixir.Bandit.HTTP1.Socket':read_data/2 · 'Elixir.Bandit.HTTP1.Socket':do_read_chunked_data!/5

Affected — GitHub / mtrudel/bandit Repository ↗

903e209 < ae3520d affected
every other version: unaffected
default status unaffected
cpe cpe:2.3:a:mtrudel:bandit:*:*:*:*:*:*:*:*
modules · source files · routines
modules 'Elixir.Bandit.HTTP1.Socket'
source files lib/bandit/http1/socket.ex
routines 'Elixir.Bandit.HTTP1.Socket':read_data/2 · 'Elixir.Bandit.HTTP1.Socket':do_read_chunked_data!/5

References

Credits

Peter Ullrich Finder
Mat Trudel Remediation developer
Jonatan Männchen / EEF Analyst

CVSS breakdown

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
« All CVEs