Vulnerability Description
Astro is a web framework. Prior to 6.4.6, Astro SSR apps with prerendered error pages (/404 or /500 using export const prerender = true) fetch those pages over HTTP at runtime when an error occurs. The URL for this fetch is derived from request.url, which in turn gets its origin from the incoming Host header. When the Host header is not validated against allowedDomains, an attacker can point the fetch at an arbitrary host and read the response. This vulnerability is fixed in 6.4.6.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Astro | Astro | < 6.4.6 |
Related Weaknesses (CWE)
References
- https://github.com/withastro/astro/security/advisories/GHSA-2pvr-wf23-7pc7MitigationVendor Advisory
FAQ
What is CVE-2026-54299?
CVE-2026-54299 is a vulnerability with a CVSS score of 7.5 (HIGH). Astro is a web framework. Prior to 6.4.6, Astro SSR apps with prerendered error pages (/404 or /500 using export const prerender = true) fetch those pages over HTTP at runtime when an error occurs. Th...
How severe is CVE-2026-54299?
CVE-2026-54299 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-54299?
Check the references section above for vendor advisories and patch information. Affected products include: Astro Astro.