Lucene search
+L

359 matches found

Positive Technologies
Positive Technologies
added 2026/02/19 12:00 a.m.11 views

PT-2026-21305

Name of the Vulnerable Software and Affected Versions Svelte versions 5.39.3 through 5.51.4 Description Svelte is susceptible to a flaw where, under specific conditions, the server-side rendering of an element fails to properly escape its content. This can lead to potential HTML injection within...

5.4CVSS5.8AI score0.00182EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/02/19 12:00 a.m.13 views

PT-2026-20873

When using in server-side rendering, the provided tag name is not validated or sanitized before being emitted into the HTML output. If the tag string contains unexpected characters, it can result in HTML injection in the SSR output. Client-side rendering is not affected...

5CVSS5.5AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/02/19 12:00 a.m.15 views

PT-2026-20881

Name of the Vulnerable Software and Affected Versions Svelte versions prior to 5.51.5 Description A flaw exists in Svelte where, during server-side rendering, the tag name provided to the component is not validated or sanitized before being included in the HTML output. This can lead to HTML...

5CVSS5.3AI score0.00189EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/02/19 12:00 a.m.15 views

PT-2026-21306

Name of the Vulnerable Software and Affected Versions Svelte versions prior to 5.51.5 Description Svelte is susceptible to cross-site scripting XSS during server-side rendering. Utilizing spread syntax with untrusted data can lead to the inclusion of event handler properties in the generated HTML...

5.4CVSS6.1AI score0.00189EPSS
SaveExploits0References10
Snyk
Snyk
added 2026/01/27 2:25 a.m.10 views

Malicious Package

Overview mapkit-example-svelte is a malicious package. This package contains malicious code, and its content was removed from the official package manager. While this package might be attempting to impersonate a valid organization, there is no connection between that organization and this package...

9.8CVSS5.9AI score
SaveExploits0References2
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/01/27 2:25 a.m.14 views

Malicious code in mapkit-example-svelte (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector f7e50c0bfa7ac259128381d1495bc907b68e4721214789ed3316c0a57e387175 The package mapkit-example-svelte was found to contain malicious code. Source: ghsa-malware...

5.8AI score
SaveExploits0References1
OSV
OSV
added 2026/01/27 2:25 a.m.11 views

MAL-2026-523 Malicious code in mapkit-example-svelte (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector f7e50c0bfa7ac259128381d1495bc907b68e4721214789ed3316c0a57e387175 The package mapkit-example-svelte was found to contain malicious code. Source: ghsa-malware...

5.8AI score
SaveExploits0References1
Veracode
Veracode
added 2026/01/20 11:04 a.m.12 views

Denial Of Service (DoS)

Svelte devalue is vulnerable to a Denial-Of-Service DoS. The vulnerability is due to missing input validation during typed array hydration, where devalue.parse assumes an ArrayBuffer input without verification, allowing crafted inputs to trigger excessive CPU or memory consumption when parsing...

7.5CVSS5.9AI score0.00635EPSS
SaveExploits0References9Affected Software1
vulnersOsv
vulnersOsv
added 2026/01/16 9:02 p.m.3 views

@alexanderniebuhr/eslint-config (>=1.3.0, <=1.4.0), @alexanderniebuhr/style (>=1.1.0, <=1.3.0) +176 more potentially affected by unknown CVE via svelte (>=3.1.0, <=3.59.1)

svelte NPM version =3.1.0, =1.3.0, =1.1.0, =1.3.0, =1.0.3, =0.0.999-alpha.30, =10.0.0, =7.1.4, =21.0.4, =8.0.4, =2.0.4, =1.0.1, =6.0.4, =12.1.1 and more Source cves: unknown CVE Source advisory: OSV:GHSA-GW32-9RMW-QWWW...

5.4AI score
SaveExploits0
EUVD
EUVD
added 2026/01/16 9:02 p.m.17 views

EUVD-2026-2911

svelte is vulnerable to XSS with textarea bind:value...

5.9AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/01/16 9:02 p.m.24 views

svelte is vulnerable to XSS with textarea bind:value

Summary A server-side rendered with two-way bound value does not have its value correctly escaped in the rendered HTML. Details In SSR, does not have its value escaped when it is rendered into the HTML as .... PoC Put this in a server-side-rendered Svelte component: let value = test'"alert'BIM';;...

6.7AI score
SaveExploits0References3Affected Software1
vulnersOsv
vulnersOsv
added 2026/01/16 9:02 p.m.4 views

@alexanderniebuhr/eslint-config (>=1.3.0, <=1.4.0), @alexanderniebuhr/style (>=1.1.0, <=1.3.0) +176 more potentially affected by unknown CVE via svelte (>=3.1.0, <=3.59.1)

svelte NPM version =3.1.0, =1.3.0, =1.1.0, =1.3.0, =1.0.3, =0.0.999-alpha.30, =10.0.0, =7.1.4, =21.0.4, =8.0.4, =2.0.4, =1.0.1, =6.0.4, =12.1.1 and more Source cves: unknown CVE Source advisory: SNYK:JS-SVELTE-15032658...

5.4AI score
SaveExploits0
Snyk
Snyk
added 2026/01/16 9:02 p.m.6 views

Cross-site Scripting (XSS)

Overview svelte is a package for building web applications. Affected versions of this package are vulnerable to Cross-site Scripting XSS via the bind:value of server-side rendered elements when user-supplied content is not properly escaped. An attacker can execute arbitrary scripts in the context...

6.1CVSS5.6AI score
SaveExploits0References2
OSV
OSV
added 2026/01/16 9:02 p.m.8 views

GHSA-GW32-9RMW-QWWW svelte is vulnerable to XSS with textarea bind:value

Summary A server-side rendered with two-way bound value does not have its value correctly escaped in the rendered HTML. Details In SSR, does not have its value escaped when it is rendered into the HTML as .... PoC Put this in a server-side-rendered Svelte component: let value = test'"alert'BIM';;...

8.4CVSS5.8AI score
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/01/16 6:09 a.m.14 views

CVE-2025-15265

A flaw was found in Svelte. A remote attacker can exploit this Cross-Site Scripting XSS vulnerability during asynchronous hydration by providing specially crafted input. This input, when processed, allows for the injection of arbitrary JavaScript into a user's browser due to improper escaping of...

6.1CVSS5.6AI score0.00351EPSS
SaveExploits1References5
vulnersOsv
vulnersOsv
added 2026/01/15 10:15 p.m.5 views

@deno/sandbox (>=0.0.9, <=0.6.0), @ekairos/dataset (>=1.21.56-beta.0, <=1.22.22-beta.development.0) +50 more potentially affected by CVE-2026-22775 via devalue (>=5.1.1, <=5.6.0)

devalue NPM version =5.1.1, =0.0.9, =1.21.56-beta.0, =1.22.4-beta.development.0, =1.21.56-beta.0, =1.21.67-beta.0, =1.21.88-beta.0, =0.0.0-dev-20260121145510, =0.0.0-dev-20260115183047, =0.0.0-dev-20260115183047, =0.0.0-dev-20260115183047, =2.3.97, =1.1.53, =2.0.0, =1.2.263, =3.1.3, =4.0.1 and mo...

7.5CVSS7.3AI score0.00635EPSS
SaveExploits0
NVD
NVD
added 2026/01/15 8:16 p.m.12 views

CVE-2025-15265

An SSR XSS exists in async hydration when attacker‑controlled keys are passed to hydratable. The key is embedded inside a block without HTML‑safe escaping, allowing to terminate the script and inject arbitrary JavaScript. This enables remote script execution in users' browsers, with potential for...

6.1CVSS0.00351EPSS
SaveExploits1References2
OSV
OSV
added 2026/01/15 8:13 p.m.10 views

GHSA-6738-R8G5-QWP3 svelte vulnerable to Cross-site Scripting

Summary An XSS vulnerability exists in Svelte 5.46.0-2 resulting from improper escaping of hydratable keys. If these keys incorporate untrusted user input, arbitrary JavaScript can be injected into server-rendered HTML. Details When using the hydratable function, the first argument is used as a k...

5.3CVSS6.2AI score0.00351EPSS
SaveExploits1References6
Github Security Blog
Github Security Blog
added 2026/01/15 8:13 p.m.14 views

svelte vulnerable to Cross-site Scripting

Summary An XSS vulnerability exists in Svelte 5.46.0-2 resulting from improper escaping of hydratable keys. If these keys incorporate untrusted user input, arbitrary JavaScript can be injected into server-rendered HTML. Details When using the hydratable function, the first argument is used as a k...

6.1CVSS6AI score0.00351EPSS
SaveExploits1References6Affected Software1
vulnersOsv
vulnersOsv
added 2026/01/15 8:13 p.m.3 views

@burger-editor/client (>=4.0.0-alpha.43, <=4.0.0-alpha.51), @lapidist/design-lint (6.0.7) +4 more potentially affected by CVE-2025-15265 via svelte (>=5.46.0, <=5.46.3)

svelte NPM version =5.46.0, =4.0.0-alpha.43, =1.25.19, =0.2.1, =4.9.0, =4.10.0 Source cves: CVE-2025-15265 Source advisory: OSV:GHSA-6738-R8G5-QWP3...

6.1CVSS5.3AI score0.00351EPSS
SaveExploits1
Rows per page
Query Builder