CSIRTS // UNIFIED SECURITY ADVISORY FEEDSYS ● ONLINE · POWERED BY INTELFUSIONS.COM

CVE-2026-59730

lowcovered by 2 sourcesfirst seen 2026-07-20
Impact With trailingSlash: 'always' 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: - trailingSlash: 'always' must be set (non-default; the default is 'ignore') - The request path must not have a file extension in its final segment - An attacker must deliver the crafted link to a user Patches Fixed by treating backslash-prefixed paths the same as //-prefixed paths in isInternalPath(), so they are no longer rewritten with a trailing slash. Workarounds Use the default trailingSlash: 'ignore' setting, which does not issue trailing-slash redirects in the static file handler. References - WHATWG URL spec: backslash normalization

⚡ Watch CVE-2026-59730

Get an email if CVE-2026-59730 is added to CISA KEV, gains public exploit code, or a new advisory cites it — max one per day, one-click unsubscribe.

Exploitation outlook

Advisory coverage (2)

External references

NVD record for CVE-2026-59730

CVE.org record

Embed the live status

CVE-2026-59730 live status badge — this badge updates automatically when the KEV or exploit status changes. How to embed it →

[![CVE-2026-59730 status](https://www.csirts.com/badge/CVE-2026-59730)](https://www.csirts.com/cve/CVE-2026-59730)