PatchSiren cyber security CVE debrief
CVE-2026-42570 sveltejs CVE debrief
CVE-2026-42570 is a HIGH severity vulnerability in Svelte devalue, a JavaScript library for serializing values into strings. Versions from 5.6.3 to before 5.8.1 are vulnerable to excessive memory consumption due to quirks in some JavaScript engines when deserializing sparse arrays. This issue has been patched in version 5.8.1.
- Vendor
- sveltejs
- Product
- devalue
- CVSS
- HIGH 7.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-06-09
- Original CVE updated
- 2026-08-24
- Advisory published
- 2026-06-09
- Advisory updated
- 2026-08-24
Who should care
Developers and users of Svelte devalue versions between 5.6.3 and 5.8.1 should be aware of this vulnerability and take steps to upgrade to a patched version.
Technical summary
The vulnerability exists in the devalue.parse function, which can allocate excessive memory when deserializing sparse arrays. This can lead to high memory consumption, potentially causing performance issues or crashes.
Defensive priority
HIGH
Recommended defensive actions
- Upgrade to Svelte devalue version 5.8.1 or later.
- Review and update affected applications to use the patched version.
Evidence notes
The vulnerability was patched in version 5.8.1. References: [ref-4: Patch](https://github.com/sveltejs/devalue/commit/206ca6712fbc380a4571c59de9ab04b91110792d), [ref-5: Product, Release Notes](https://github.com/sveltejs/devalue/releases/tag/v5.8.1), [ref-6: Vendor Advisory](https://github.com/sveltejs/devalue/security/advisories/GHSA-77vg-94rm-hx3p).
Sources and references
Verified primary and authoritative sources
-
CVE-2026-42570 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-42570
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-42570 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-42570
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://github.com/sveltejs/devalue/commit/206ca6712fbc380a4571c59de9ab04b91110792d
[email protected] - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://github.com/sveltejs/devalue/releases/tag/v5.8.1
[email protected] - Product, Release Notes
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://github.com/sveltejs/devalue/security/advisories/GHSA-77vg-94rm-hx3p
[email protected] - Vendor Advisory
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.