CVE 5.3 MEDIUM

Svelte SSR attribute spreading includes inherited properties from prototype chain_CVE-2026-27125

5.3 / 10
MEDIUM
CVSS:4.0/AV:N/AC:H/AT:P/PR:L/UI:N/VC:L/VI:L/VA:N/SC:H/SI:H/SA:N

Description

svelte performance oriented web framework. Prior to 5.51.5, 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. Client-side rendering is not affected. This vulnerability is fixed in 5.51.5.

Basic Information

ID CVE-2026-27125
Source GitHub_M
Published Feb 20, 2026 at 22:29

Affected Product

Vendor sveltejs
Product svelte
Version < 5.51.5
Affected Versions sveltejs svelte < 5.51.5

CWE Classification

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.