SCA: security update for @hoppscotch/cli (GHSA-qmmm-73r2-f8xr)

high Tenable Self-Hosted Container Security Plugin ID 418216

Description

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

- @hoppscotch/cli is a CLI to run Hoppscotch Test Scripts in CI environments. Prior to 0.8.0, the
@hoppscotch/js-sandbox package provides a Javascript sandbox that uses the Node.js vm module. However, the
vm module is not safe for sandboxing untrusted Javascript code. This is because code inside the vm context
can break out if it can get a hold of any reference to an object created outside of the vm. In the case of
@hoppscotch/js-sandbox, multiple references to external objects are passed into the vm context to allow
pre-request scripts interactions with environment variables and more. But this also allows the pre-request
script to escape the sandbox. This vulnerability is fixed in 0.8.0. (CVE-2024-34347)

See Also

https://github.com/advisories/GHSA-qmmm-73r2-f8xr

Plugin Details

Severity: High

ID: 418216

Version: Revision 1.25

Type: Local

Family: SCA Checks

Published: 1/23/2025

Updated: 6/30/2026

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

Risk Information

VPR

Risk Factor: Medium

Score: 5

Percentile: 94.39

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 7.6

Temporal Score: 5.6

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

CVSS Score Source: CVE-2024-34347

CVSS v3

Risk Factor: High

Base Score: 8.3

Temporal Score: 7.2

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

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

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 4/22/2024

Vulnerability Publication Date: 4/22/2024

Reference Information

CVE: CVE-2024-34347

cwe: CWE-77