SCA: security update for astro (GHSA-ggxq-hp9w-j794)

medium Tenable Cloud Security Plugin ID 436115

Description

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

- Astro is a web framework. Prior to version 5.15.8, a mismatch exists between how Astro normalizes request
paths for routing/rendering and how the application’s middleware reads the path for validation checks.
Astro internally applies decodeURI() to determine which route to render, while the middleware uses
context.url.pathname without applying the same normalization (decodeURI). This discrepancy may allow
attackers to reach protected routes using encoded path variants that pass routing but bypass validation
checks. This issue has been patched in version 5.15.8. (CVE-2025-64765)

See Also

https://github.com/advisories/GHSA-ggxq-hp9w-j794

Plugin Details

Severity: Medium

ID: 436115

Version: Revision 1.8

Type: Local

Family: SCA Checks

Published: 11/20/2025

Updated: 7/2/2026

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

Risk Information

VPR

Risk Factor: Low

Score: 1.2

Percentile: 0.01

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 5

Temporal Score: 3.9

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

CVSS Score Source: CVE-2025-64765

CVSS v3

Risk Factor: Medium

Base Score: 5.3

Temporal Score: 4.8

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

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

CVSS v4

Risk Factor: Medium

Base Score: 6.9

Threat Score: 5.5

Threat Vector: CVSS:4.0/E:P

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

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 11/19/2025

Vulnerability Publication Date: 11/19/2025

Reference Information

CVE: CVE-2025-64765

cwe: CWE-22