CVE-2025-67647
EPSS 0.04%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 = true`) Affected versions from 2.19.0 onwards are vulnerable to DoS and SSRF if: - your app has at least one prerendered route (`export const prerender = true`) - AND you are using `adapter-node` without a configured `ORIGIN` environment variable, and you are not using a reverse proxy that implements Host header validation ### Impact The DoS causes the running server process to end. The SSRF allows access to internal services that can be reached without authentication when fetched from SvelteKit's server runtime. It is also possible to obtain an SXSS via cache poisoning, by forcing a potential CDN to cache an XSS returned by the attacker's server (the latter being able to specify the cache-control of their choice). ### Credits - Allam Rachid ([zhero;](https://zhero-web-sec.github.io/research-and-things/)) - Allam Yasser (inzo) - d-xuan ([wednesday](https://d-xuan.github.io/wednesday/))
受影響套件(2)
- npm/@sveltejs/adapter-node>= 5.4.1, < 5.5.1
- npm/@sveltejs/kit>= 2.19.0, < 2.49.5
CVSS 分數
| 來源 | 版本 | 嚴重程度 | 向量 |
|---|---|---|---|
| osv | CVSS 4.0 | — | CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:L/VA:H/SC:L/SI:L/SA:N |
參考連結(6)
- ADVISORYhttps://nvd.nist.gov/vuln/detail/CVE-2025-67647
- PATCHhttps://github.com/sveltejs/kit
- WEBhttps://github.com/sveltejs/kit/commit/d9ae9b00b14f5574d109f3fd548f960594346226
- WEBhttps://github.com/sveltejs/kit/releases/tag/%40sveltejs%2Fadapter-node%405.5.1
- WEBhttps://github.com/sveltejs/kit/releases/tag/%40sveltejs%2Fkit%402.49.5
- WEBhttps://github.com/sveltejs/kit/security/advisories/GHSA-j62c-4x62-9r35