GHSA-jm64-8m5q-4qh8 · 深刻度: medium · エコシステム: npm — Astro has memory exhaustion DoS due to missing request body size limit in Server Actions
Astro is a web framework. In versions 9.0.0 through 9.5.3, Astro server actions have no default request body size limit, which can lead to memory exhaustion DoS. A single large POST to a valid action endpoint can crash the server process on memory-constrained deployments. On-demand rendered sites built with Astro can define server actions, which automatically parse incoming request bodies (JSON or FormData). The body is buffered entirely into memory with no size limit — a single oversized request is sufficient to exhaust the process heap and crash the server. Astro's Node adapter (`mode: 'standalone'`) creates an HTTP server with no body size protection. In containerized environments, the crashed process is automatically restarted, and repeated requests cause a persistent crash-restart loop. Action names are discoverable from HTML form attributes on any public page, so no authentication is required. The vulnerability allows unauthenticated denial of service against SSR standalone deployments using server actions. A single oversized request crashes the server process, and repeated requests cause a persistent crash-restart loop in containerized environments. Version 9.5.4 contains a fix.
総合評価: CVE-2026-27729 は公開エクスプロイトあり(50.4/100)。CVSS 深刻度は中。悪用される可能性が高い(EPSS 0.41%、33 パーセンタイル) 根拠: 公開エクスプロイトが 1 件参照されています(Exploit-DB)。 推奨対応: 公開エクスプロイトが確認されています。影響範囲の確認、緩和策の適用、パッチ適用を優先してください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
| EDB-ID | ソース | 種別 | 公開 | リンク |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.15% | 0.41% | +0.26% |
| 2 | 2026-04-07 | 0.07% | 0.15% | +0.08% |
| 3 | 2026-02-24 | — | 0.07% | — |
EPSS の全履歴 (全 3 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 5.9 | 3.1 | MEDIUM |
|
2.2 | 3.6 | [email protected] |
| 7.5 | 3.1 | HIGH |
|
3.9 | 3.6 | [email protected] |
GHSA-jm64-8m5q-4qh8 · 深刻度: medium · エコシステム: npm — Astro has memory exhaustion DoS due to missing request body size limit in Server Actions
| ベンダー | 製品 | バージョン | 生の CPE |
|---|---|---|---|
| astro | \@astrojs\/node | >= 9.0.0, < 9.5.4 | cpe:2.3:a:astro:\@astrojs\/node:*:*:*:*:*:node.js:*:* |
| URL | タグ |
|---|---|
| https://github.com/withastro/astro/commit/522f880b07a4ea7d69a19b5507fb53a5ed6c87f8 | Patch |
| https://github.com/withastro/astro/pull/15564 | Issue Tracking |
| https://github.com/withastro/astro/releases/tag/%40astrojs%2Fnode%409.5.4 | Product Release Notes |
| https://github.com/withastro/astro/security/advisories/GHSA-jm64-8m5q-4qh8 | Exploit Third Party Advisory |