GHSA-9q9q-324x-93r2 · 深刻度: high · エコシステム: erlang — Bandit: Unauthenticated one-shot DoS via `Transfer-Encoding: chunked`
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.
総合評価: CVE-2026-39803 は悪用リスクが高い(64.9/100)。CVSS 深刻度は高。悪用される可能性が高い(EPSS 0.64%、46 パーセンタイル) 根拠: 公開エクスプロイトが 1 件参照されています(Exploit-DB)。 推奨対応: 公開エクスプロイトが確認されています。影響範囲の確認、緩和策の適用、パッチ適用を優先してください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
| EDB-ID | ソース | 種別 | 公開 | リンク |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 1.52% | 0.64% | -0.88% |
| 2 | 2026-06-14 | 1.41% | 1.52% | +0.11% |
| 3 | 2026-05-22 | — | 1.41% | — |
EPSS の全履歴 (全 5 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 8.7 | 4.0 | HIGH |
|
— | — | 6b3ad84c-e1a6-4bf7-a703-f496b71e49db |
| 7.5 | 3.1 | HIGH |
|
3.9 | 3.6 | [email protected] |
GHSA-9q9q-324x-93r2 · 深刻度: high · エコシステム: erlang — Bandit: Unauthenticated one-shot DoS via `Transfer-Encoding: chunked`
| URL | タグ |
|---|---|
| https://cna.erlef.org/cves/CVE-2026-39803.html | Third Party Advisory |
| https://github.com/mtrudel/bandit/commit/ae3520dfdbfab115c638f8c7f6f6b805db34e1ab | Patch |
| https://github.com/mtrudel/bandit/security/advisories/GHSA-9q9q-324x-93r2 | Exploit Vendor Advisory |
| https://osv.dev/vulnerability/EEF-CVE-2026-39803 | Third Party Advisory |