Lucene search
+L

41 matches found

NVD
NVD
added 2026/03/24 7:16 p.m.13 views

CVE-2026-29772

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 achiev...

7.5CVSS0.0037EPSS
SaveExploits1References1
OSV
OSV
added 2026/03/24 6:38 p.m.9 views

CVE-2026-29772 Astro: Memory exhaustion DoS due to missing request body size limit in Server Islands

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 achiev...

5.9CVSS5.8AI score
SaveExploits0References3
CVE
CVE
added 2026/03/24 6:38 p.m.24 views

CVE-2026-29772

Astro Server Islands vulnerability CVE-2026-29772 affects Astro SSR apps using the Node standalone adapter prior to version 10.0.0. The POST handler buffers the entire request body and parses it as JSON without any size limit, causing JSON.parse() to allocate many V8 objects and produce memory am...

7.5CVSS5.8AI score0.0037EPSS
SaveExploits1References1Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/03/24 6:38 p.m.21 views

CVE-2026-29772

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 achiev...

5.9CVSS5.8AI score0.0037EPSS
SaveExploits1References2Affected Software1
Vulnrichment
Vulnrichment
added 2026/03/24 6:38 p.m.5 views

CVE-2026-29772 Astro: Memory exhaustion DoS due to missing request body size limit in Server Islands

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 achiev...

5.9CVSS5.8AI score0.0037EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2026/03/24 6:38 p.m.30 views

CVE-2026-29772 Astro: Memory exhaustion DoS due to missing request body size limit in Server Islands

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 achiev...

5.9CVSS0.0037EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2026/03/24 12:00 a.m.15 views

PT-2026-27479

Name of the Vulnerable Software and Affected Versions Astro versions prior to 10.0.0 Description Astro's Server Islands POST handler does not enforce a size limit when buffering and parsing JSON request bodies. The JSON.parse function allocates a V8 heap object for each element in the input,...

5.9CVSS5.9AI score0.0037EPSS
SaveExploits1References8
CNNVD
CNNVD
added 2026/03/24 12:00 a.m.17 views

Astro 安全漏洞

Astro is a content-driven website framework developed by Astro OpenSource. Versions of Astro prior to 10.0.0 contained security vulnerabilities. These vulnerabilities stemmed from the Server Islands POST processor, which unlimitedly buffered and parsed the entire request body as JSON, potentially...

7.5CVSS5.8AI score0.0037EPSS
SaveExploits1References1
Nuclei
Nuclei
added 2026/02/04 7:00 a.m.23 views

Astro - Reflected XSS via server islands feature

Astro 5.15.8 contains a reflected XSS caused by improper handling of server islands feature, letting remote attackers execute scripts, exploit requires use of server islands in the application. id: CVE-2025-64764 info: name: Astro - Reflected XSS via server islands feature author: DhiyaneshDk,zhe...

7.1CVSS5.3AI score0.00493EPSS
SaveExploits1References1
VulnCheck KEV
VulnCheck KEV
added 2025/12/15 12:00 a.m.12 views

VulnCheck KEV: CVE-2025-64764

Astro is a web framework. Prior to version 5.15.8, a reflected XSS vulnerability is present when the server islands feature is used in the targeted application, regardless of what was intended by the component templates. This issue has been patched in version 5.15.8...

7.1CVSS5.7AI score0.00493EPSS
SaveIn wildExploits1References2
RedhatCVE
RedhatCVE
added 2025/11/20 9:36 p.m.8 views

CVE-2025-64764

Astro is a web framework. Prior to version 5.15.8, a reflected XSS vulnerability is present when the server islands feature is used in the targeted application, regardless of what was intended by the component templates. This issue has been patched in version 5.15.8...

7.1CVSS6.3AI score0.00493EPSS
SaveExploits1References1
Snyk
Snyk
added 2025/11/19 8:00 p.m.6 views

Cross-site Scripting (XSS)

Overview astro is an Astro is a modern site builder with web best practices, performance, and DX front-of-mind. Affected versions of this package are vulnerable to Cross-site Scripting XSS via the /server-islands/name endpoint when handling the e, s and p parameters. An attacker can execute...

8.2CVSS5.4AI score0.00493EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
added 2025/11/19 8:00 p.m.15 views

Astro vulnerable to reflected XSS via the server islands feature

Summary After some research it appears that it is possible to obtain a reflected XSS when the server islands feature is used in the targeted application, regardless of what was intended by the component templates. Details Server islands run in their own isolated context outside of the page reques...

7.1CVSS6.6AI score0.00493EPSS
SaveExploits1References4Affected Software1
EUVD
EUVD
added 2025/11/19 8:00 p.m.7 views

EUVD-2025-198184

Astro vulnerable to reflected XSS via the server islands feature...

7.1CVSS5.7AI score0.00493EPSS
SaveExploits1References4
OSV
OSV
added 2025/11/19 8:00 p.m.33 views

GHSA-WRWG-2HG8-V723 Astro vulnerable to reflected XSS via the server islands feature

Summary After some research it appears that it is possible to obtain a reflected XSS when the server islands feature is used in the targeted application, regardless of what was intended by the component templates. Details Server islands run in their own isolated context outside of the page reques...

7.1CVSS6.6AI score0.00493EPSS
SaveExploits1References4
NVD
NVD
added 2025/11/19 5:15 p.m.15 views

CVE-2025-64764

Astro is a web framework. Prior to version 5.15.8, a reflected XSS vulnerability is present when the server islands feature is used in the targeted application, regardless of what was intended by the component templates. This issue has been patched in version 5.15.8...

7.1CVSS0.00493EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2025/11/19 4:41 p.m.18 views

CVE-2025-64764 Astro is vulnerable to Reflected XSS via the server islands feature

Astro is a web framework. Prior to version 5.15.8, a reflected XSS vulnerability is present when the server islands feature is used in the targeted application, regardless of what was intended by the component templates. This issue has been patched in version 5.15.8...

7.1CVSS0.00493EPSS
SaveExploits1References2
CVE
CVE
added 2025/11/19 4:41 p.m.38 views

CVE-2025-64764

Astro (web framework) prior to 5.15.8 is affected by a reflected XSS via the server islands feature. The root cause is improper handling of the server islands endpoint, allowing a payload to be reflected and executed in the user’s browser. The issue is fixed in version 5.15.8 and later. Public pr...

7.1CVSS5.9AI score0.00493EPSS
SaveIn wildExploits1References2Affected Software1
OSV
OSV
added 2025/11/19 4:41 p.m.9 views

CVE-2025-64764 Astro is vulnerable to Reflected XSS via the server islands feature

Astro is a web framework. Prior to version 5.15.8, a reflected XSS vulnerability is present when the server islands feature is used in the targeted application, regardless of what was intended by the component templates. This issue has been patched in version 5.15.8...

7.1CVSS6.2AI score
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2025/11/19 4:41 p.m.1 views

CVE-2025-64764 Astro is vulnerable to Reflected XSS via the server islands feature

Astro is a web framework. Prior to version 5.15.8, a reflected XSS vulnerability is present when the server islands feature is used in the targeted application, regardless of what was intended by the component templates. This issue has been patched in version 5.15.8...

7.1CVSS5.9AI score0.00493EPSS
SaveExploits1References2
Rows per page
Query Builder