Devalue · Devalue · CVE-2026-22774
**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 sources. This affects applications using `devalue.parse` on externally-supplied data. The root cause is the typed array hydration expecting an `ArrayBuffer` as input, but not checking this assumption before creating the typed array.
**Recommendations**
Upgrade to version 5.6.2 or later.