Security Advisories์ถœ์ฒ˜: GitHub Security Advisories์กฐํšŒ์ˆ˜ 6

[svelte] Svelte SSR attribute spreading includes inherited properties from prototype chain

By GitHub
2026๋…„ 2์›” 20์ผ
**[svelte] Svelte SSR attribute spreading includes inherited properties from prototype chain**

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. References https://github.com/sveltejs/svelte/security/advisories/GHSA-crpf-4hrx-3jrp https://github.com/sveltejs/svelte/commit/73098bb26c6f06e7fd1b0746d817d2c5ee90755f https://github.com/sveltejs/svelte/releases/tag/svelte@5.51.5 https://github.com/advisories/GHSA-crpf-4hrx-3jrp

---

**[devsupporter ํ•ด์„ค]**

์ด ๊ธฐ์‚ฌ๋Š” GitHub Security Advisories์—์„œ ์ œ๊ณตํ•˜๋Š” ์ตœ์‹  ๊ฐœ๋ฐœ ๋™ํ–ฅ์ž…๋‹ˆ๋‹ค. ๊ด€๋ จ ๋„๊ตฌ๋‚˜ ๊ธฐ์ˆ ์— ๋Œ€ํ•ด ๋” ์•Œ์•„๋ณด์‹œ๋ ค๋ฉด ์›๋ณธ ๋งํฌ๋ฅผ ์ฐธ๊ณ ํ•˜์„ธ์š”.