CVE-2026-54299 PUBLISHED

Astro: Host-header full-read SSRF in core prerendered error-page fetch (prerenderedErrorPageFetch default + unvalidated createRequestFromNodeRequest URL)

Assigner: GitHub_M
Reserved: 12.06.2026 Published: 22.06.2026 Updated: 23.06.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:L/A:N
CVSS Score: 7.5

Product Status

Vendor withastro
Product astro
Versions
  • Version < 6.4.6 is affected

References

Problem Types

  • CWE-20: Improper Input Validation CWE
  • CWE-918: Server-Side Request Forgery (SSRF) CWE