Astro is a web framework. Prior to 6.4.6, the spreadAttributes function in Astro's server-side rendering pipeline iterates over object keys and passes them directly to addAttribute, which interpolates the key into the HTML output without escaping. When a developer uses the spread syntax {...props} on an HTML element and the object keys come from an untrusted source (API, CMS, URL parameters), an attacker can inject arbitrary HTML attributes including event handlers like onmousemove, onclick, or break out of the attribute context entirely to inject new elements. This vulnerability is fixed in 6.4.6.
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:NAstro
APPAstro< 6.4.6
Related vulnerabilities
Astro is a web framework. Prior to 6.3.3, when a component uses a client:* directive, Astro inserts named slot...
Astro is a web framework. Prior to 6.4.6, Astro SSR apps with prerendered error pages (/404 or /500 using expo...
Astro is a web framework. Prior to version 5.15.8, a reflected XSS vulnerability is present when the server is...
Astro is a web framework that includes an image proxy. In versions 5.13.4 and later before 5.13.10, the image ...
Astro is a web framework for content-driven websites. A bug in the build process allows any unauthenticated us...