PatchSiren cyber security CVE debrief
CVE-2026-73422 withastro CVE debrief
CVE-2026-73422 is a medium-severity vulnerability in Astro, a web framework for content-driven websites. The issue allows an attacker to inject arbitrary HTML or JavaScript via View Transition animation properties. This debrief provides an overview of the vulnerability, its impact, and recommended actions for defenders. The vulnerability exists in Astro versions from 2.9.0 until 7.1.0 and is fixed in version 7.1.0. Exploitation requires an on-demand or server-rendered route to pass attacker-controlled data into a View Transition animation definition. The vulnerability can lead to arbitrary JavaScript execution in the affected application's origin, allowing access to sensitive page
- Vendor
- withastro
- Product
- astro
- CVSS
- MEDIUM 5.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-12
- Original CVE updated
- 2026-09-09
- Advisory published
- 2026-08-12
- Advisory updated
- 2026-09-09
Who should care
Defenders responsible for Astro deployments, especially those using on-demand or server-rendered routes, should assess exposure and apply patches or mitigations as needed. This vulnerability can lead to arbitrary JavaScript execution in the affected application's origin, allowing access to sensitive page data and authenticated actions available to the victim.
Why it matters
CVE-2026-73422 is a medium-severity vulnerability in Astro that allows an attacker to inject arbitrary HTML or JavaScript via View Transition animation properties. Defenders should prioritize verifying exposure in Astro deployments, especially those using on-demand or server-rendered routes, and apply patches or mitigations as needed. The vulnerability can lead to arbitrary JavaScript execution, access to sensitive data, and potential HTML injection.
- Arbitrary JavaScript execution in the affected application's origin
- Access to sensitive page data and authenticated actions available to the victim
- Potential for HTML injection and tampering with page content
Technical summary
The vulnerability in Astro's server-side View Transition CSS generator allows an attacker to inject arbitrary HTML or JavaScript via animation properties. This is possible because the generator interpolates animation properties into an inline style element without proper escaping for CSS and HTML contexts. Exploitation requires passing attacker-controlled data into a View Transition animation definition through an on-demand or server-rendered route.
Defensive priority
Defenders should prioritize verifying exposure in Astro deployments, especially those using on-demand or server-rendered routes, and apply patches or mitigations as needed.
Recommended defensive actions
- Verify exposure in Astro deployments, especially those using on-demand or server-rendered routes.
- Apply patches or mitigations as needed.
- Monitor for suspicious activity related to View Transition animations.
- Review compensating controls for exposed systems while remediation is scheduled and verified.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, including its description, affected versions, and fixed version. However, additional information on exploitation or victim impact is limited.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-73422 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-73422
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-73422 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-73422
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/withastro/astro/commit/092da560eea77ee63a3e2c583c80d8238544e42b
-
Source reference
Unverified legacy reference
URL: https://github.com/withastro/astro/pull/17393
-
Source reference
Unverified legacy reference
URL: https://github.com/withastro/astro/releases/tag/[email protected]
-
Source reference
Unverified legacy reference
URL: https://github.com/withastro/astro/security/advisories/GHSA-4g3v-8h47-v7g6
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.