Svelte was vulnerable to DOM clobbering of its internal framework state on elements, potentially leading to XSS attacks.
You are vulnerable if all of the following is true:
name attribute on an input or button element within that form<form {...spread1}>
<input {...spread2}>
</form>
{
"cwe_ids": [
"CWE-79"
],
"github_reviewed": true,
"github_reviewed_at": "2026-05-14T20:29:13Z",
"nvd_published_at": "2026-06-09T17:17:07Z",
"severity": "MODERATE"
}