SvelteKit has deserialization expansion in unvalidated `form` remote function leading to Denial of Service (experimental only)
Description
Published to the GitHub Advisory Database
Feb 28, 2026
Reviewed
Feb 28, 2026
Last updated
Feb 28, 2026
Some relatively small inputs can cause very large files arrays in
formhandlers. If the SvelteKit application code doesn't checkfiles.lengthor individual files' sizes and performs expensive processing with them, it can result in Denial of Service.Only users with
experimental.remoteFunctions: truewho are using theformfunction and are processing thefilesarray without validation are vulnerable.References