Vulnerability library
Security checkFebruary 23, 2026

Svelte SSR attribute spreading includes inherited properties from prototype chain

Understand the exposure, see the recommended fix, and check whether your own website has related weaknesses.

Medium severitynpmsvelte

Check your website

Find this and other vulnerabilities with a free scan.

Your scan runs on your computer. No account required.

Description

In server-side rendering, attribute spreading on elements (e.g. <div {...attrs}>) enumerates inherited properties from the object’s prototype chain rather than only own properties. In environments where Object.prototype has already been polluted — a precondition outside of Svelte’s control — this can cause unexpected attributes to appear in SSR output or cause SSR to throw errors.

Recommendation

Update the svelte package to the latest compatible version. Followings are version details:

  • Affected version(s): <= 5.51.4
  • Patched version(s): 5.51.5

References

Could your website be exposed too?

SmartScanner can check your website for Svelte SSR attribute spreading includes inherited properties from prototype chain and gives you actionable findings to investigate.

Start a free scan

Related Issues

See something that needs correcting? Let us knowUpdated February 23, 2026