Lucene search
+L

201 matches found

CVE
CVE
added 2026/01/15 6:33 p.m.49 views

CVE-2025-67647

CVE-2025-67647 affects SvelteKit. Before 2.49.5, it allows server-side request forgery (SSRF) and DoS under prerender conditions. From 2.44.0 to 2.49.4, a DoS can occur if at least one prerendered route exists (export const prerender = true). From 2.19.0 to 2.49.4, DoS/SSRF can occur when there i...

9.1CVSS6.4AI score0.00529EPSS
SaveExploits0References2Affected Software2
ATTACKERKB
ATTACKERKB
added 2026/01/15 6:33 p.m.6 views

CVE-2025-67647

SvelteKit is a framework for rapidly developing robust, performant web applications using Svelte. Prior to 2.49.5, SvelteKit is vulnerable to a server side request forgery SSRF and denial of service DoS under certain conditions. From 2.44.0 through 2.49.4, the vulnerability results in a DoS when...

9.1CVSS5.6AI score0.00529EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/01/15 6:33 p.m.11 views

CVE-2025-67647 SvelteKit Denial of service and possible SSRF when using prerendering

SvelteKit is a framework for rapidly developing robust, performant web applications using Svelte. Prior to 2.49.5, SvelteKit is vulnerable to a server side request forgery SSRF and denial of service DoS under certain conditions. From 2.44.0 through 2.49.4, the vulnerability results in a DoS when...

8.4CVSS6.7AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/01/15 6:33 p.m.43 views

CVE-2025-67647 SvelteKit Denial of service and possible SSRF when using prerendering

SvelteKit is a framework for rapidly developing robust, performant web applications using Svelte. Prior to 2.49.5, SvelteKit is vulnerable to a server side request forgery SSRF and denial of service DoS under certain conditions. From 2.44.0 through 2.49.4, the vulnerability results in a DoS when...

8.4CVSS0.00529EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/01/15 6:10 p.m.10 views

Memory Allocation with Excessive Size Value

Overview @sveltejs/kit is a SvelteKit framework and CLI Affected versions of this package are vulnerable to Memory Allocation with Excessive Size Value in the deserializebinaryform function via Remote Form endpoint. An attacker can cause excessive memory allocation by sending a specially crafted...

8.2CVSS6.9AI score0.00599EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/01/15 6:10 p.m.16 views

@sveltejs/kit has memory amplification DoS vulnerability in Remote Functions binary form deserializer (application/x-sveltekit-formdata)

Summary The experimental form remote function uses a binary data format containing a representation of submitted form data. A specially-crafted payload can cause the server to allocate a large amount of memory, causing DoS via memory exhaustion. Details When a form is submitted to a remote functi...

8.2CVSS7.4AI score0.00599EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/01/15 6:09 p.m.18 views

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

9.1CVSS6.4AI score0.00529EPSS
SaveExploits0References6Affected Software2
Snyk
Snyk
added 2026/01/15 6:09 p.m.8 views

Server-side Request Forgery (SSRF)

Overview @sveltejs/kit is a SvelteKit framework and CLI Affected versions of this package are vulnerable to Server-side Request Forgery SSRF due to the improper decoding of protocol headers in resolved path. An attacker can cause the server process to terminate or access internal services by...

9.1CVSS6.8AI score0.00529EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/01/15 12:00 a.m.26 views

PT-2026-3088

Name of the Vulnerable Software and Affected Versions SvelteKit versions 2.19.0 through 2.49.4 Description SvelteKit is susceptible to server side request forgery SSRF and denial of service DoS under specific conditions. The framework, downloaded over 800,000 times per week, is affected in versio...

8.4CVSS6.8AI score0.00529EPSS
SaveExploits0References14
CNNVD
CNNVD
added 2026/01/15 12:00 a.m.16 views

SvelteKit code issues and vulnerabilities

SvelteKit is an open-source web development framework developed in Svelte. Versions of SvelteKit prior to 2.49.5 had code-related vulnerabilities. These vulnerabilities stemmed from defects under certain conditions and could lead to server-side request forgery and denial-of-service attacks...

9.1CVSS5.8AI score0.00529EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2026/01/15 12:00 a.m.26 views

SvelteKit security vulnerabilities

SvelteKit is an open-source web development framework developed in Svelte. Versions 2.49.0 to 2.49.4 of SvelteKit contain security vulnerabilities. These vulnerabilities stem from improper handling of special payloads by experimental form-based remote functions, which may lead to a memory...

8.2CVSS5.8AI score0.00599EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/01/15 12:00 a.m.31 views

PT-2026-3094

SvelteKit is a framework for rapidly developing robust, performant web applications using Svelte. From 2.49.0 to 2.49.4, the experimental form remote function uses a binary data format containing a representation of submitted form data. A specially-crafted payload can cause the server to allocate...

8.2CVSS6.9AI score0.00599EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/01/09 9:00 a.m.33 views

CVE-2023-29003

SvelteKit is a web development framework. The SvelteKit framework offers developers an option to create simple REST APIs. This is done by defining a +server.js file, containing endpoint handlers for different HTTP methods. SvelteKit provides out-of-the-box cross-site request forgery CSRF protecti...

8.8CVSS7AI score0.00557EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2026/01/09 9:00 a.m.18 views

CVE-2023-29008

The SvelteKit framework offers developers an option to create simple REST APIs. This is done by defining a +server.js file, containing endpoint handlers for different HTTP methods. SvelteKit provides out-of-the-box cross-site request forgery CSRF protection to its users. The protection is...

8.8CVSS7.5AI score0.00373EPSS
SaveExploits1References1
Veracode
Veracode
added 2025/12/02 11:56 a.m.14 views

Prototype Pollution

sveltekit-superforms is vulnerable to prototype pollution. The vulnerability is due to improper handling of user-supplied data in the parseFormData function of formData.js, which allows an attacker to inject properties into Object.prototype, enabling denial of service, type confusion, and potenti...

8.3CVSS7.8AI score0.00516EPSS
SaveExploits0References4Affected Software1
Snyk
Snyk
added 2025/11/24 9:52 p.m.3 views

Insertion of Sensitive Information Into Sent Data

Overview @sentry/sveltekit is an Official Sentry SDK for SvelteKit Affected versions of this package are vulnerable to Insertion of Sensitive Information Into Sent Data via the sendDefaultPii configuration option. An attacker can gain access to sensitive HTTP headers, such as authentication...

7.2CVSS6.6AI score0.00344EPSS
SaveExploits0References2
vulnersOsv
vulnersOsv
added 2025/11/24 9:52 p.m.6 views

@sentry/nuxt (>=10.11.0, <=10.26.0), @sentry/sveltekit (>=10.11.0, <=10.26.0) potentially affected by CVE-2025-65944 via @sentry/cloudflare (>=10.11.0, <=10.26.0)

@sentry/cloudflare NPM version =10.11.0, =10.11.0, =10.11.0, =10.26.0 Source cves: CVE-2025-65944 Source advisory: SNYK:JS-SENTRYCLOUDFLARE-14105052...

5CVSS5.3AI score0.00344EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/10/16 5:47 p.m.16 views

CVE-2025-62381

sveltekit-superforms makes SvelteKit forms a pleasure to use. sveltekit-superforms v2.27.3 and prior are susceptible to a prototype pollution vulnerability within the parseFormData function of formData.js. An attacker can inject string and array properties into Object.prototype, leading to denial...

8.3CVSS7.9AI score0.00516EPSS
SaveExploits0References1
vulnersOsv
vulnersOsv
added 2025/10/15 7:43 p.m.6 views

@nasa-jpl/stellar-svelte (>=2.1.9, <=2.1.10), @scouterdev/ui (0.0.1) +2 more potentially affected by CVE-2025-62381 via sveltekit-superforms (>=2.16.1, <=2.27.1)

sveltekit-superforms NPM version =2.16.1, =2.1.9, =1.3.0, =0.0.2-dev.80, =1.0.9 Source cves: CVE-2025-62381 Source advisory: SNYK:JS-SVELTEKITSUPERFORMS-13559331...

8.3CVSS5.3AI score0.00516EPSS
SaveExploits0
vulnersOsv
vulnersOsv
added 2025/10/15 7:43 p.m.5 views

@nasa-jpl/stellar-svelte (>=2.1.9, <=2.1.10), @scouterdev/ui (0.0.1) +2 more potentially affected by CVE-2025-62381 via sveltekit-superforms (>=2.16.1, <=2.27.1)

sveltekit-superforms NPM version =2.16.1, =2.1.9, =1.3.0, =0.0.2-dev.80, =1.0.9 Source cves: CVE-2025-62381 Source advisory: OSV:GHSA-HWMC-4C8J-XXJ7...

8.3CVSS5.3AI score0.00516EPSS
SaveExploits0
Rows per page
Query Builder