CVE-2026-92950 Details
Description
vm2 before 3.11.7 contains a sandbox escape vulnerability in the CLI tool that allows attackers to execute arbitrary code in the host Node.js process. Attackers can supply a malicious script file to the vm2 CLI that uses require(__filename) to re-execute itself in the host realm, bypassing sandbox isolation and accessing host modules like fs and child_process.
A sandbox escape vulnerability has been identified in vm2 versions prior to 3.11.7. This vulnerability exists in the command-line interface (CLI) tool, where attackers can execute arbitrary code in the host Node.js process. The issue arises because the CLI runs scripts with `require` access to host modules, such as `fs` and `child_process`, without proper isolation. By supplying a malicious script that uses `require(__filename)`, an attacker can bypass the sandbox and execute code on the host system.
Users are advised to update vm2 to version 3.11.7 or later, where this vulnerability has been patched.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 17, 2026CISA-ADP
Assessed Sep 17, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/patriksimek/vm2/security/advisories/GHSA-jxxv-8r27-vm4p | CISA-ADP | AdvisoryVendor |
| https://github.com/patriksimek/vm2/security/advisories/GHSA-jxxv-8r27-vm4p | [email protected] | AdvisoryVendor |
| https://www.vulncheck.com/advisories/vm2-before-3.11.7-sandbox-escape-via-cli-require | [email protected] | AdvisoryVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-453 | Insecure Default Variable Initialization | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| vm2 | <= 3.11.6 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 17, 2026 | CVE Modified | CISA-ADP |
| Sep 17, 2026 | New CVE Received | [email protected] |
Volerion