Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-29772
March 24, 2026
Astro is a web framework. Prior to version 10.0.0, Astro's Server Islands POST handler buffers and parses the full request body as JSON without enforcing a size limit. Because JSON.parse() allocates a V8 heap object for every element in the input, a crafted payload of many small JSON objects achieves ~15x memory amplification (wire bytes to heap bytes), allowing a single unauthenticated request to exhaust the process heap and crash the server. The /_server-islands/[name] route is registered on all Astro SSR apps regardless of whether any component uses server:defer, and the body is parsed before the island name is validated, so any Astro SSR app with the Node standalone adapter is affected. This issue has been patched in version 10.0.0.
Affected Packages
https://github.com/withastro/astro.git (GITHUB):
Affected version(s) >=@astrojs/node@0.0.2 <@astrojs/node@10.0.0-beta.9
Fix Suggestion:
Update to version @astrojs/node@10.0.0-beta.9
https://github.com/withastro/astro.git (GITHUB):
Affected version(s) >=@astrojs/node@0.0.2 <@astrojs/node@10.0.0-beta.9
Fix Suggestion:
Update to version @astrojs/node@10.0.0-beta.9
https://github.com/withastro/astro.git (GITHUB):
Affected version(s) >=@astrojs/node@0.0.2 <@astrojs/node@10.0.0-beta.9
Fix Suggestion:
Update to version @astrojs/node@10.0.0-beta.9
@astrojs/node (NPM):
Affected version(s) >=0.0.0-rc-20220721064837 <10.0.0
Fix Suggestion:
Update to version 10.0.0
@astrojs/node (NPM):
Affected version(s) >=0.0.0-rc-20220721064837 <10.0.0
Fix Suggestion:
Update to version 10.0.0
@astrojs/node (NPM):
Affected version(s) >=0.0.0-rc-20220721064837 <10.0.0
Fix Suggestion:
Update to version 10.0.0
Do you need more information?
Contact Us
CVSS v4
Base Score:
8.2
Attack Vector
NETWORK
Attack Complexity
HIGH
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
5.9
Attack Vector
NETWORK
Attack Complexity
HIGH
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
HIGH
Weakness Type (CWE)
Allocation of Resources Without Limits or Throttling
EPSS
Base Score:
0.01