SCA: security update for astro (GHSA-jrpj-wcv7-9fh9)

medium Tenable Self-Hosted Container Security Plugin ID 443289

Description

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

- Astro is a web framework. Prior to 6.4.6, the spreadAttributes function in Astro's server-side rendering
pipeline iterates over object keys and passes them directly to addAttribute, which interpolates the key
into the HTML output without escaping. When a developer uses the spread syntax {...props} on an HTML
element and the object keys come from an untrusted source (API, CMS, URL parameters), an attacker can
inject arbitrary HTML attributes including event handlers like onmousemove, onclick, or break out of the
attribute context entirely to inject new elements. This vulnerability is fixed in 6.4.6. (CVE-2026-54298)

Solution

Update the astro library and its related packages to version 6.4.6 or later.

See Also

https://github.com/advisories/GHSA-jrpj-wcv7-9fh9

Plugin Details

Severity: Medium

ID: 443289

Version: Revision 1.5

Type: Local

Family: SCA Checks

Published: 6/16/2026

Updated: 7/18/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 2.3

Percentile: 9.49

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 6.4

Temporal Score: 5

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

CVSS Score Source: CVE-2026-54298

CVSS v3

Risk Factor: Medium

Base Score: 6.1

Temporal Score: 5.5

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:P/RL:O/RC:C

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 6/16/2026

Vulnerability Publication Date: 6/16/2026

Reference Information

CVE: CVE-2026-54298

cwe: CWE-79