7.5
CVE-2026-42570
- EPSS 0.35%
- Veröffentlicht 09.06.2026 16:12:26
- Zuletzt bearbeitet 11.06.2026 18:52:51
- Quelle security-advisories@github.com
- CVE-Watchlists
- Unerledigt
Svelte devalue: DoS via sparse array deserialization
Svelte devalue is a JavaScript library that serializes values into strings when JSON.stringify isn't sufficient for the job. From version 5.6.3 to before version 5.8.1, devalue.parse could, due to quirks in some JavaScript engines, be convinced to allocate much more memory than was needed when deserializing sparse arrays, leading to excessive memory consumption. This issue has been patched in version 5.8.1.
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.35% | 0.262 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| security-advisories@github.com | 7.5 | 3.9 | 3.6 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
|
CWE-770 Allocation of Resources Without Limits or Throttling
The product allocates a reusable resource or group of resources on behalf of an actor without imposing any restrictions on the size or number of resources that can be allocated, in violation of the intended security policy for that actor.
https://github.com/sveltejs/devalue/security/advisories/GHSA-77vg-94rm-hx3p
https://github.com/sveltejs/devalue/commit/206ca6712fbc380a4571c59de9ab04b91110792d
https://github.com/sveltejs/devalue/releases/tag/v5.8.1