CVE-2026-43998: vm2 has a NodeVM require.root bypass via symlink traversal that allows sandbox escape
NodeVM’s require.root path restriction can be bypassed using filesystem symlinks, allowing sandboxed code to load modules from outside the allowed root directory in host context. Because path validation uses path.resolve() (which does not dereference symlinks) but module loading uses Node’s native require() (which does), an attacker can load arbitrary host-realm modules and achieve remote code execution.
References
Code Behaviors & Features
Detect and mitigate CVE-2026-43998 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →