Description
Svelte performance oriented web framework. Prior to version 5.53.5, the contents of `bind:innerText` and `bind:textContent` on `contenteditable` elements were not properly escaped. This could enable HTML injection and Cross-Site Scripting (XSS) if rendering untrusted data as the binding's initial value on the server. Version 5.53.5 fixes the issue.
Problem types
CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Product status
References
github.com/...svelte/security/advisories/GHSA-phwv-c562-gvmh
github.com/...ommit/0df5abcae223058ceb95491470372065fb87951d
github.com/sveltejs/svelte/releases/tag/svelte@5.53.5