SCA: security update for @nyariv/sandboxjs (GHSA-7p5m-xrh7-769r)

medium Tenable Cloud Security Plugin ID 438841

Description

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

- SandboxJS is a JavaScript sandboxing library. Prior to 0.8.35, SandboxJS timers have an execution-quota
bypass. A global tick state (`currentTicks.current`) is shared between sandboxes. Timer string handlers
are compiled at execution time using that global tick state rather than the scheduling sandbox's tick
object. In multi-tenant / concurrent sandbox scenarios, another sandbox can overwrite
`currentTicks.current` between scheduling and execution, causing the timer callback to run under a
different sandbox's tick budget and bypass the original sandbox's execution quota/watchdog. Version 0.8.35
fixes this issue. (CVE-2026-32723)

Solution

Update the @nyariv/sandboxjs library and its related packages to version 0.8.35 or later.

See Also

https://github.com/advisories/GHSA-7p5m-xrh7-769r

Plugin Details

Severity: Medium

ID: 438841

Version: Revision 1.10

Type: Local

Family: SCA Checks

Published: 3/16/2026

Updated: 7/2/2026

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

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.73

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Low

Base Score: 3.8

Temporal Score: 3

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

CVSS Score Source: CVE-2026-32723

CVSS v3

Risk Factor: Medium

Base Score: 4.7

Temporal Score: 4.2

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

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

CVSS v4

Risk Factor: Medium

Base Score: 4.8

Threat Score: 1.9

Threat Vector: CVSS:4.0/E:P

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

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 3/16/2026

Vulnerability Publication Date: 3/16/2026

Reference Information

CVE: CVE-2026-32723

cwe: CWE-362