GHSA-jm64-8m5q-4qh8 · Severity: medium · Ecosystem: 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.
Conclusion & alert: CVE-2026-27729 is rated Exploit Available (51.4/100): CVSS Medium severity, with low exploitation likelihood (EPSS 0.15%). Core evidence: 1 public exploit reference(s) are indexed (Exploit-DB). Mandatory action: Public exploits are available—assess exposure, apply mitigations, and prioritize patching.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
| EDB-ID | Source | Kind | Published | Link |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-04-07 | 0.07% | 0.15% | +0.08% |
| 2 | 2026-02-24 | — | 0.07% | — |
Full EPSS history (2 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 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 · Severity: medium · Ecosystem: npm — Astro has memory exhaustion DoS due to missing request body size limit in Server Actions
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| astro | \@astrojs\/node | >= 9.0.0, < 9.5.4 | cpe:2.3:a:astro:\@astrojs\/node:*:*:*:*:*:node.js:*:* |
| URL | Tags |
|---|---|
| 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 |