Sveltejs Adapter-Node vulnerabilities
2 known vulnerabilities affecting sveltejs/adapter-node.
Total CVEs
2
CISA KEV
0
Public exploits
0
Exploited in wild
0
Severity breakdown
HIGH2
Vulnerabilities
Page 1 of 1
CVE-2025-67647P3HIGH≥ 5.4.1, < 5.5.12026-01-15
CVE-2025-67647 [HIGH] CWE-248 SvelteKit is vulnerable to denial of service and possible SSRF when using prerendering
SvelteKit is vulnerable to denial of service and possible SSRF when using prerendering
### Summary
Versions of SvelteKit are vulnerable to a server side request forgery (SSRF) and denial of service (DoS) under certain conditions.
### Details
Affected versions from 2.44.0 onwards are vulnerable to DoS if:
- your app has at least one prerendered route (`export const prerender =
ghsaosv
CVE-2024-23641P3HIGH≥ 2.0.0, < 2.1.2≥ 3.0.0, < 3.0.3+1 more2024-01-24
CVE-2024-23641 [HIGH] CWE-20 Sending a GET or HEAD request with a body crashes SvelteKit
Sending a GET or HEAD request with a body crashes SvelteKit
### Summary
In SvelteKit 2 sending a GET request with a body eg `{}` to a SvelteKit app in preview or with `adapter-node` throws `Request with GET/HEAD method cannot have body.` and crashes the app.
```
node:internal/deps/undici/undici:6066
throw new TypeError("Request with GET/HEAD method cannot have body.");
^
TypeError: Request with GET/HEAD m
ghsaosv