SCA: security update for astro (GHSA-xr5h-phrj-8vxv)

medium Tenable Self-Hosted Container Security Plugin ID 441793

Description

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

- Astro is a web framework. Astro versions prior to 6.1.10 used AES-GCM encryption to protect the
confidentiality and integrity of server island props and slots parameters, but did not bind the ciphertext
to its intended component or parameter type. An attacker could replay one component's encrypted props (p)
value as another component's slots (s) value, or vice versa. Since slots contain raw unescaped HTML while
props may contain user-controlled values, this could lead to XSS in applications. This occurs when the
application uses server islands, two different server island components share the same key name for a prop
and a slot, and an attacker has full control over the value of the overlapping prop (requires a
dynamically rendered page). This vulnerability is fixed in 6.1.10. (CVE-2026-45028)

Solution

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

See Also

https://github.com/advisories/GHSA-xr5h-phrj-8vxv

Plugin Details

Severity: Medium

ID: 441793

Version: Revision 1.9

Type: Local

Family: SCA Checks

Published: 5/13/2026

Updated: 7/2/2026

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

Risk Information

VPR

Risk Factor: Low

Score: 2.3

Percentile: 9.39

Vendor

Vendor Severity: Low

CVSS v2

Risk Factor: Medium

Base Score: 6.4

Temporal Score: 4.7

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

CVSS Score Source: CVE-2026-45028

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: Medium

Base Score: 6.3

Threat Score: 2.9

Threat Vector: CVSS:4.0/E:P

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

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 5/13/2026

Vulnerability Publication Date: 5/13/2026

Reference Information

CVE: CVE-2026-45028

cwe: CWE-323