CVE 9.1 CRITICAL

@nyariv/sandboxjs has host prototype pollution from sandbox via array intermediary (sandbox escape)_CVE-2026-25881

9.1 / 10
CRITICAL
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H

Description

SandboxJS is a JavaScript sandboxing library. Prior to 0.8.31, a sandbox escape vulnerability allows sandboxed code to mutate host built-in prototypes by laundering the isGlobal protection flag through array literal intermediaries. When a global prototype reference (e.g., Map.prototype, Set.prototype) is placed into an array and retrieved, the isGlobal taint is stripped, permitting direct prototype mutation from within the sandbox. This results in persistent host-side prototype pollution and may enable RCE in applications that use polluted properties in sensitive sinks (example gadget: execSync(obj.cmd)). This vulnerability is fixed in 0.8.31.

AI Analysis

Sandbox escape vulnerability in SandboxJS via array intermediary, allowing sandboxed code to mutate host built-in prototypes and potentially enable RCE.

Basic Information

ID CVE-2026-25881
Source GitHub_M
Published Feb 9, 2026 at 21:12

Affected Product

Vendor nyariv
Product SandboxJS
Version < 0.8.31
Affected Versions nyariv SandboxJS < 0.8.31

CWE Classification

AI Assessment

AI Score 9.1 / 10
AI Severity Critical
Vendor nyariv
Product SandboxJS
Version < 0.8.31

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.