Lucene search
+L

87 matches found

Positive Technologies
Positive Technologies
added 2026/01/15 12:00 a.m.7 views

PT-2026-3093

Name of the Vulnerable Software and Affected Versions Svelte devalue versions 5.1.0 through 5.6.1 Description Certain inputs can cause the devalue.parse function to consume excessive CPU time and/or memory, potentially leading to a denial of service. This affects applications using devalue.parse ...

7.8CVSS6.6AI score0.00581EPSS
SaveExploits0References17
Positive Technologies
Positive Technologies
added 2026/01/15 12:00 a.m.7 views

PT-2026-3092

Name of the Vulnerable Software and Affected Versions Svelte devalue versions 5.3.0 through 5.6.1 Description Certain inputs can cause the devalue.parse function to consume excessive CPU time and/or memory, potentially leading to a denial of service in systems that parse input from untrusted...

7.5CVSS5.8AI score0.00581EPSS
SaveExploits0References16
EUVD
EUVD
added 2025/10/07 12:30 a.m.5 views

EUVD-2019-0580

Malware in sbrugna...

6.1CVSS6.1AI score0.01347EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/10/03 8:07 p.m.6 views

EUVD-2025-25863

Malicious code in bioql PyPI...

7.9CVSS6.3AI score0.00369EPSS
SaveExploits0References3
Veracode
Veracode
added 2025/09/22 7:07 a.m.21 views

Prototype Pollution

devalue is vulnerable to prototype pollution. The vulnerability is due to devalue.parse not validating that an index is numeric, which allows an attacker to pass a crafted string with a proto property to assign prototypes to objects and properties...

7.9CVSS6.9AI score0.00369EPSS
SaveExploits0References3Affected Software1
NVD
NVD
added 2025/09/17 7:15 p.m.15 views

CVE-2025-59414

Nuxt is an open-source web development framework for Vue.js. Prior to 3.19.0 and 4.1.0, A client-side path traversal vulnerability in Nuxt's Island payload revival mechanism allowed attackers to manipulate client-side requests to different endpoints within the same application domain when specifi...

3.1CVSS0.00372EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2025/09/17 6:39 p.m.15 views

CVE-2025-59414 Nuxt Client-Side Path Traversal in Nuxt Island Payload Revival

Nuxt is an open-source web development framework for Vue.js. Prior to 3.19.0 and 4.1.0, A client-side path traversal vulnerability in Nuxt's Island payload revival mechanism allowed attackers to manipulate client-side requests to different endpoints within the same application domain when specifi...

3.1CVSS0.00372EPSS
SaveExploits1References2
RedhatCVE
RedhatCVE
added 2025/08/30 6:17 p.m.6 views

CVE-2025-57820

Svelte devalue is a utility library. Prior to version 5.3.2, a string passed to devalue.parse could represent an object with a proto property and devalue.parse does not check that an index is numeric. This could result in assigning prototypes to objects and properties, leading to prototype...

7.9CVSS6.7AI score0.00369EPSS
SaveExploits0References1
NVD
NVD
added 2025/08/26 11:15 p.m.11 views

CVE-2025-57820

Svelte devalue is a utility library. Prior to version 5.3.2, a string passed to devalue.parse could represent an object with a proto property and devalue.parse does not check that an index is numeric. This could result in assigning prototypes to objects and properties, leading to prototype...

7.9CVSS0.00369EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/08/26 10:33 p.m.14 views

CVE-2025-57820 Svelte devalue vulnerable to prototype pollution

Svelte devalue is a utility library. Prior to version 5.3.2, a string passed to devalue.parse could represent an object with a proto property and devalue.parse does not check that an index is numeric. This could result in assigning prototypes to objects and properties, leading to prototype...

7.9CVSS0.00369EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2025/08/26 10:33 p.m.3 views

CVE-2025-57820 Svelte devalue vulnerable to prototype pollution

Svelte devalue is a utility library. Prior to version 5.3.2, a string passed to devalue.parse could represent an object with a proto property and devalue.parse does not check that an index is numeric. This could result in assigning prototypes to objects and properties, leading to prototype...

7.9CVSS7.1AI score0.00369EPSS
SaveExploits0References2
CVE
CVE
added 2025/08/26 10:33 p.m.47 views

CVE-2025-57820

CVE-2025-57820 affects the JavaScript library devalue (used with Svelte). Prior to version 5.3.2, parsing payloads with devalue.parse could allow a proto property and non-numeric indices to be treated in dangerous ways, enabling prototype pollution on objects via the prototype chain. The issue is...

7.9CVSS6.6AI score0.00369EPSS
SaveExploits0References2
OSV
OSV
added 2025/08/26 10:33 p.m.8 views

CVE-2025-57820 Svelte devalue vulnerable to prototype pollution

Svelte devalue is a utility library. Prior to version 5.3.2, a string passed to devalue.parse could represent an object with a proto property and devalue.parse does not check that an index is numeric. This could result in assigning prototypes to objects and properties, leading to prototype...

7.9CVSS6.6AI score
SaveExploits0References4
Snyk
Snyk
added 2025/08/26 10:33 p.m.6 views

Prototype Pollution

Overview devalue is a JSON.stringify, but handles cyclical references, repeated references, undefined, regular expressions, dates, Map and Set. Affected versions of this package are vulnerable to Prototype Pollution via the parse function. An attacker can manipulate object prototypes or assign...

10CVSS8.1AI score0.00369EPSS
SaveExploits0References2
OSV
OSV
added 2025/08/26 10:33 p.m.7 views

GHSA-VJ54-72F3-P5JV devalue prototype pollution vulnerability

devalue.parse allows proto to be set A string passed to devalue.parse could represent an object with a proto property, which would assign a prototype to an object while allowing properties to be overwritten: js class Vector constructorx, y this.x = x; this.y = y; get magnitude return this.x 2 +...

7.9CVSS6.9AI score0.00369EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2025/08/26 10:33 p.m.18 views

devalue prototype pollution vulnerability

devalue.parse allows proto to be set A string passed to devalue.parse could represent an object with a proto property, which would assign a prototype to an object while allowing properties to be overwritten: js class Vector constructorx, y this.x = x; this.y = y; get magnitude return this.x 2 +...

7.9CVSS6.3AI score0.00369EPSS
SaveExploits0References4Affected Software1
Positive Technologies
Positive Technologies
added 2025/08/26 12:00 a.m.11 views

PT-2025-34819 · Unknown · Svelte Devalue

Name of the Vulnerable Software and Affected Versions: Svelte devalue versions prior to 5.3.2 Description: Svelte devalue is a utility library susceptible to prototype pollution. Passing a string to devalue.parse that represents an object with a proto property, without numeric index checking, can...

7.9CVSS7.2AI score0.00369EPSS
SaveExploits0References8
Veracode
Veracode
added 2020/03/02 5:49 a.m.14 views

Cross-Site Scripting (XSS)

devalue is vulnerable to cross-site scripting XSS attacks. A remote attacker is able to inject and execute arbitrary Javascript on a victim's browser due to the unsafe use of JSON.stringify in the stringifyPrimitive function...

3.8AI score
SaveExploits0
Snyk
Snyk
added 2019/12/01 2:56 p.m.4 views

Cross-site Scripting (XSS)

Overview devalue is a JSON.stringify, but handles cyclical references, repeated references, undefined, regular expressions, dates, Map and Set. Affected versions of this package are vulnerable to Cross-site Scripting XSS. It does not properly mitigate against unsafe characters in serialized regul...

6.5CVSS5.3AI score
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2019/07/16 12:42 a.m.35 views

Cross-Site Scripting in @nuxt/devalue

Versions of @nuxt/devalue prior to 1.2.3 are vulnerable to Cross-Site Scripting. Due to insufficient input sanitization attacker may inject arbitrary JavaScript code through object keys. Recommendation Upgrade to version 1.2.3 or later...

6.1CVSS3.8AI score0.01347EPSS
SaveExploits0References9Affected Software1
Rows per page
Query Builder