216.73.217.22

CVE-2026-34208

· Published 06/04/2026 16:16 · Modified 07/04/2026 13:20

Labels: CVE-2026-34208 2026-04-06CVE-2026-34208CWE-693[email protected]

Essential information

Published
06/04/2026 16:16
Modified
07/04/2026 13:20
Author
Creator
CVSS
10.0 CRITICAL (v3.1)
CISA KEV
No
CWE
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:L

CVSS metrics

Description

SandboxJS is a JavaScript sandboxing library. Prior to 0.8.36, SandboxJS blocks direct assignment to global objects (for example Math.random = ...), but this protection can be bypassed through an exposed callable constructor path: this.constructor.call(target, attackerObject). Because this.constructor resolves to the internal SandboxGlobal function and Function.prototype.call is allowed, attacker code can write arbitrary properties into host global objects and persist those mutations across sandbox instances in the same process. This vulnerability is fixed in 0.8.36.

NVD status

Status
Undergoing Analysis — CVE has been recently published to the CVE List and has been received by the NVD.
Source
[email protected]
NVD
View on NVD

Affected products (CPE)

ProductCPE
sandboxjs / sandboxjs cpe:2.3:a:sandboxjs:sandboxjs:<0.8.36:*:*:*:*:*:*:*

References