CVE-2026-59730
Description
Astro is a web framework for content-driven websites. In versions 8.1.0 through 11.0.1, when trailingSlash: 'always' is configured, the @astrojs/node standalone server's static file handler appends a trailing slash to request paths and issues a 301 redirect. Paths beginning with /\ (slash-backslash) were not recognized as internal paths, so the handler would echo the raw path back in the Location header. Because browsers treat \ as / per the WHATWG URL specification, the resulting redirect could resolve to an external host. Preconditions for exploitation: trailingSlash: 'always' must be set (non-default; the default is 'ignore'), the request path must not have a file extension in its final segment, and an attacker must deliver the crafted link to a user. This issue has been fixed in version 11.0.2.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
@astrojs/nodenpm | >= 8.1.0, < 11.0.2 | 11.0.2 |
Affected products
3[email protected], [email protected], @astrojs/[email protected], …+ 1 more
- (no CPE)range: [email protected], [email protected], @astrojs/[email protected], …
- (no CPE)range: 8.1.0 - 11.0.1
- Range: 8.1.0 - 11.0.1
Patches
Vulnerability mechanics
References
6- github.com/advisories/GHSA-r557-wffq-wvrcghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2026-59730ghsaADVISORY
- github.com/withastro/astro/commit/eb6f97e391ee587747e37609c255c7cd4b9cce3cnvdWEB
- github.com/withastro/astro/pull/17252nvdWEB
- github.com/withastro/astro/releases/tag/@astrojs/[email protected]nvdWEB
- github.com/withastro/astro/security/advisories/GHSA-r557-wffq-wvrcnvdWEB
News mentions
0No linked articles in our index yet.