Bug 2441511 (CVE-2026-27125) - CVE-2026-27125 svelte: Svelte SSR attribute spreading includes inherited properties from prototype chain
Summary: CVE-2026-27125 svelte: Svelte SSR attribute spreading includes inherited prop...
Keywords:
Status: NEW
Alias: CVE-2026-27125
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2441546 2441548
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-02-20 23:01 UTC by OSIDB Bzimport
Modified: 2026-02-20 23:44 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-02-20 23:01:33 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.