SCA: security update for astro (GHSA-8mv7-9c27-98vc)

medium Tenable Self-Hosted Container Security Plugin ID 445918

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. From 7.0.0 until 7.0.6, the composable astro/hono
pipeline installs security.checkOrigin only through the middleware() primitive, while actions() and
pages() can dispatch to user code independently. Mounting actions() before middleware(), as in the
examples/advanced-routing example and Cloudflare Hono documentation, allows cross-origin form-encoded
action requests to execute before the origin check, and using pages() without middleware() drops the check
for on-demand endpoints and pages. The flaw enables blind write-only cross-site request forgery using the
victim's cookies against ActionHandler.handle and PagesHandler.handleWithErrorFallback when
manifest.checkOrigin is enabled; the attacker can trigger a state-mutating action or endpoint handler but
cannot read the cross-origin response. The default non-composable astro() pipeline is not affected. This
issue is fixed in version 7.0.6. (CVE-2026-73423)

Solution

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

See Also

https://github.com/advisories/GHSA-8mv7-9c27-98vc

Plugin Details

Severity: Medium

ID: 445918

Version: Revision 1.1

Type: Local

Family: SCA Checks

Published: 8/13/2026

Updated: 8/13/2026

Risk Information

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 6.8

Temporal Score: 5

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

CVSS Score Source: CVE-2026-73423

CVSS v3

Risk Factor: High

Base Score: 8.8

Temporal Score: 7.7

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

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

CVSS v4

Risk Factor: Medium

Base Score: 5.1

Threat Score: 1.2

Threat Vector: CVSS:4.0/E:U

Vector: CVSS:4.0/AV:N/AC:L/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-73423

cwe: CWE-352