CVE-2026-25545

MEDIUM EPSS 69.4%
Published Feb 24, 20264mo ago · Modified Jun 17, 20262w ago
6.9 CVSS 4.0
Medium
Find Similar
Published Feb 24, 2026 4mo ago
Last Modified Jun 17, 2026 2w ago

Description

Astro is a web framework. Prior to version 9.5.4, Server-Side Rendered pages that return an error with a prerendered custom error page (eg. `404.astro` or `500.astro`) are vulnerable to SSRF. If the `Host:` header is changed to an attacker's server, it will be fetched on `/500.html` and they can redirect this to any internal URL to read the response body through the first request. An attacker who can access the application without `Host:` header validation (eg. through finding the origin IP behind a proxy, or just by default) can fetch their own server to redirect to any internal IP. With this they can fetch cloud metadata IPs and interact with services in the internal network or localhost. For this to be vulnerable, a common feature needs to be used, with direct access to the server (no proxies). Version 9.5.4 fixes the issue.

CVSS Details

Base Score
6.9
Exploitability
Impact
Vector string
CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:N/VA:N/SC:H/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Attack Vector Network
Attack Complexity High
Privileges Required None
User Interaction None
Scope X

Threat Intelligence

EPSS Exploit Probability
69.4% percentile
Exploit & Patch Status
Public Exploit Known
Patch Available

Weaknesses 1

CWE-918 Server-Side Request Forgery (SSRF) Validation

Affected Products 1

VendorProductVersionRange
astro\@astrojs\/node* <9.5.4

References 3

  • github.com https://github.com/withastro/astro/commit/e01e98b063e90d274c42130ec2a60cc0966622c9
    Patch
  • github.com https://github.com/withastro/astro/releases/tag/%40astrojs%2Fnode%409.5.4
    ProductRelease Notes
  • github.com https://github.com/withastro/astro/security/advisories/GHSA-qq67-mvv5-fw3g
    ExploitThird Party Advisory

Remediation

  • github.com https://github.com/withastro/astro/commit/e01e98b063e90d274c42130ec2a60cc0966622c9
    Patch