GHSA-628h-q48j-jr6q · 深刻度: high · エコシステム: erlang — Phoenix: Long-poll NDJSON body splitting causes large memory allocation
Allocation of Resources Without Limits or Throttling vulnerability in phoenixframework phoenix allows a denial of service via the long-poll transport's NDJSON body handling. In 'Elixir.Phoenix.Transports.LongPoll':publish/4, when a POST request is received with Content-Type: application/x-ndjson, the request body is split on newline characters using String.split/2 with no limit on the number of resulting segments. An attacker can send a body consisting entirely of newline bytes, causing a 1:1 amplification into a list of empty binaries — a 1 MB body produces approximately one million list elements, an 8 MB body approximately 8.4 million. Each element is then walked by Enum.map, materializing another list of the same size. This exhausts BEAM memory and schedulers, crashing the node and terminating all active sessions. A session token required to reach the vulnerable endpoint is freely obtainable by any client via an unauthenticated GET request to the same URL with a matching Origin header, making this attack effectively unauthenticated. This issue affects phoenix: from 1.7.0 before 1.7.22 and 1.8.6.
総合評価: CVE-2026-32689 は中リスク(48.1/100)。CVSS 深刻度は高。悪用される可能性が高い(EPSS 0.47%、37 パーセンタイル) 推奨対応: 影響資産を整理し、修補計画に組み込んでください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.02% | 0.47% | +0.45% |
| 2 | 2026-05-22 | 0.06% | 0.02% | -0.04% |
| 3 | 2026-05-11 | — | 0.06% | — |
EPSS の全履歴 (全 4 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 8.7 | 4.0 | HIGH |
|
— | — | 6b3ad84c-e1a6-4bf7-a703-f496b71e49db |
GHSA-628h-q48j-jr6q · 深刻度: high · エコシステム: erlang — Phoenix: Long-poll NDJSON body splitting causes large memory allocation
| vendor | priority | summary | link |
|---|---|---|---|
suse
|
high | — | https://www.suse.com/security/cve/CVE-2026-32689/ |
| ベンダー | 製品 | バージョン | 生の CPE |
|---|---|---|---|
| phoenixframework | phoenix | >= 1.7.0, < 1.7.22 | cpe:2.3:a:phoenixframework:phoenix:*:*:*:*:*:*:*:* |
| phoenixframework | phoenix | >= 1.8.0, < 1.8.6 | cpe:2.3:a:phoenixframework:phoenix:*:*:*:*:*:*:*:* |