Astro SSR - Server-Side Request Forgery
Astro before 5.17.3 and @astrojs/node before 9.5.4 are vulnerable to full-read SSRF due to improper Host header validation in error page rendering, allowing attackers to redirect requests and access internal resources. References: https://github.com/withastro/astro/security/advisories/GHSA-qq67-mvv5-fw3g https://github.com/withastro/astro/pull/15473 https://nvd.nist.gov/vuln/detail/CVE-2026-25545 Remediation: Upgrade to astro >= 5.17.3 or @astrojs/node >= 9.5.4. The fix reads prerendered error files directly from disk and validates the Host: header the same way X-Forwarded-Host was already validated.
Used 3.1k times · url