CVE-2025-64765

MEDIUM EPSS 37.2%
Published Nov 19, 20257mo ago · Modified Jun 17, 20262w ago
6.9 CVSS 4.0
Medium
Find Similar
Published Nov 19, 2025 7mo ago
Last Modified Jun 17, 2026 2w ago

Description

Astro is a web framework. Prior to version 5.15.8, a mismatch exists between how Astro normalizes request paths for routing/rendering and how the application’s middleware reads the path for validation checks. Astro internally applies decodeURI() to determine which route to render, while the middleware uses context.url.pathname without applying the same normalization (decodeURI). This discrepancy may allow attackers to reach protected routes using encoded path variants that pass routing but bypass validation checks. This issue has been patched in version 5.15.8.

CVSS Details

Base Score
6.9
Exploitability
Impact
Vector string
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/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 Low
Privileges Required None
User Interaction None
Scope X

Threat Intelligence

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

Weaknesses 1

CWE-22 Path Traversal Resource Mgmt

Affected Products 1

VendorProductVersionRange
astroastro* <5.15.8

References 2

  • github.com https://github.com/withastro/astro/commit/6f800813516b07bbe12c666a92937525fddb58ce
    Patch
  • github.com https://github.com/withastro/astro/security/advisories/GHSA-ggxq-hp9w-j794
    ExploitMitigationThird Party Advisory

Remediation

  • github.com https://github.com/withastro/astro/commit/6f800813516b07bbe12c666a92937525fddb58ce
    Patch