CVE Catalog

CVE-2026-43999

CriticalCVSS 9.9
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Elevated risk
0.97%

59th percentile - higher than 59% of all known CVEs

Summary

A vulnerability in vm2 prior to 3.11.0 allows bypassing the NodeVM builtin allowlist. When the 'builtin' module is allowed (even via '*' wildcard), sandboxed code can use Module._load() to load any module in the host context, bypassing restrictions. This enables loading excluded modules like child_process and achieving remote code execution.

Risk Assessment

An attacker can fully compromise the Node.js server by executing arbitrary code outside the sandbox, leading to data confidentiality, integrity, and availability breaches.

Recommendation

Immediately upgrade vm2 to version 3.11.0 or later. If an upgrade is not possible, temporarily disable the 'builtin' module in the NodeVM configuration.

Original NVD description (English source)

vm2 is an open source vm/sandbox for Node.js. Prior to 3.11.0, NodeVM's builtin allowlist can be bypassed when the module builtin is allowed (including via the '*' wildcard). The module builtin exposes Node's Module._load(), which loads any module by name directly in the host context, completely bypassing vm2's builtin restriction. This allows sandboxed code to load excluded builtins like child_process and achieve remote code execution. This vulnerability is fixed in 3.11.0.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS