SCA: security update for @nuxt/icon (GHSA-cxgv-px37-4mp2)

high Tenable Cloud Security Plugin ID 414175

Description

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

- Nuxt is a free and open-source framework to create full-stack web applications and websites with Vue.js.
`nuxt/icon` provides an API to allow client side icon lookup. This endpoint is at
`/api/_nuxt_icon/[name]`. The proxied request path is improperly parsed, allowing an attacker to change
the scheme and host of the request. This leads to SSRF, and could potentially lead to sensitive data
exposure. The `new URL` constructor is used to parse the final path. This constructor can be passed a
relative scheme or path in order to change the host the request is sent to. This constructor is also very
tolerant of poorly formatted URLs. As a result we can pass a path prefixed with the string `http:`. This
has the effect of changing the scheme to HTTP. We can then subsequently pass a new host, for example
`http:127.0.0.1:8080`. This would allow us to send requests to a local server. This issue has been
addressed in release version 1.4.5 and all users are advised to upgrade. There are no known workarounds
for this vulnerability. (CVE-2024-42352)

See Also

https://github.com/advisories/GHSA-cxgv-px37-4mp2

Plugin Details

Severity: High

ID: 414175

Version: Revision 1.7

Type: Local

Family: SCA Checks

Published: 1/23/2025

Updated: 7/2/2026

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

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.51

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 7.8

Temporal Score: 5.8

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

CVSS Score Source: CVE-2024-42352

CVSS v3

Risk Factor: High

Base Score: 7.5

Temporal Score: 6.5

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

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

CVSS v4

Risk Factor: High

Base Score: 7.7

Threat Score: 4.4

Threat Vector: CVSS:4.0/E:U

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

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 8/5/2024

Vulnerability Publication Date: 8/5/2024

Reference Information

CVE: CVE-2024-42352

cwe: CWE-918