CVE-2026-59727
LOW Exploitation: PoC
2.1
CVSS 4.0
Description
Astro is a web framework for content-driven websites. In versions 3.10.0 through 7.0.3, when a transition:persist, transition:scope, or transition:persist-props directive is applied to a client-hydrated (client:*) component, Astro copied the directive value onto the rendered <astro-island> element without HTML-escaping it. If a developer reflects attacker-controlled input into one of these directives, an attacker can break out of the attribute and inject arbitrary HTML/JavaScript into the server-rendered output, resulting in reflected cross-site scripting (XSS). Exploitation requires the application developer to have written a non-idiomatic pattern — passing untrusted, request-derived input directly into a transition directive. Astro applications that do not route untrusted input into these directives are unaffected. This issue has been fixed in version 7.0.4.
Metadata
Severity & Metrics
2.1
LOW CVSS 4.0
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N
SSVC — CISA Coordinator
Affected products (1)
| Vendor | Product | Platform | Versions |
|---|---|---|---|
| withastro | astro | — | >= 3.10.0, < 7.0.4 |
Weakness (CWE)
CVSS scores (1)
| Score | Severity | Version | Source | Vector |
|---|---|---|---|---|
| 2.1 | LOW | 4.0 | cna | CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N |
References (4)
- https://github.com/withastro/astro/security/advisories/GHSA-7pw4-f3q4-r2p2 https://github.com/withastro/astro/security/advisories/GHSA-7pw4-f3q4-r2p2
- https://github.com/withastro/astro/pull/17212 https://github.com/withastro/astro/pull/17212
- https://github.com/withastro/astro/commit/7ba0bb1dc7516e88caff9abd7767322af44b0294 https://github.com/withastro/astro/commit/7ba0bb1dc7516e88caff9abd7767322af44b0294
- https://github.com/withastro/astro/releases/tag/astro@7.0.4 https://github.com/withastro/astro/releases/tag/astro@7.0.4