SCA: security update for @astrojs/node (GHSA-r557-wffq-wvrc)

low Tenable Self-Hosted Container Security Plugin ID 445906

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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.
(CVE-2026-59730)

Solution

Update the @astrojs/node library and its related packages to version 11.0.2 or later.

See Also

https://github.com/advisories/GHSA-r557-wffq-wvrc

Plugin Details

Severity: Low

ID: 445906

Version: Revision 1.1

Type: Local

Family: SCA Checks

Published: 8/13/2026

Updated: 8/13/2026

Risk Information

VPR

Risk Factor: Low

Score: 2.3

Percentile: 9.64

Vendor

Vendor Severity: Low

CVSS v2

Risk Factor: Medium

Base Score: 5.8

Temporal Score: 4.3

Vector: CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:N

CVSS Score Source: CVE-2026-59730

CVSS v3

Risk Factor: Medium

Base Score: 6.1

Temporal Score: 5.3

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

CVSS v4

Risk Factor: Low

Base Score: 2.1

Threat Score: 0.5

Threat Vector: CVSS:4.0/E:U

Vector: CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:A/VC:N/VI:N/VA:N/SC:N/SI:L/SA:N

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 7/20/2026

Vulnerability Publication Date: 7/20/2026

Reference Information

CVE: CVE-2026-59730

cwe: CWE-601