vm2 is an open source vm/sandbox for Node.js. From 3.9.6 to 3.10.5, vm2's bridge exposes mutable proxies for real host-realm intrinsic prototypes and then forwards sandbox writes into the underlying host objects with otherReflectSet() and otherReflectDefineProperty(), which lets attacker-controlled JavaScript running in a default VM or inherited NodeVM mutate shared host Object.prototype, Array.prototype, and Function.prototype from inside the sandbox This vulnerability is fixed in 3.11.0.
Security readout for executives and security teams
Plain-English summary
vm2 is used to run JavaScript in a sandbox. In affected versions, code inside that sandbox can change shared host JavaScript prototypes, undermining the boundary and enabling integrity or availability impact. The advisory says 3.11.0 fixes the issue.
Executive priority
Treat this as urgent for any service that runs customer, tenant, or externally supplied JavaScript. Prioritize upgrade and exposure confirmation before routine dependency work because the issue affects sandbox isolation and can impact service integrity or availability.
Technical view
The vm2 bridge exposes mutable proxies for host-realm intrinsic prototypes and forwards sandbox writes into host objects. Attacker-controlled JavaScript in a default VM or inherited NodeVM can mutate host Object.prototype, Array.prototype, and Function.prototype. Affected versions are >=3.9.6 and <3.11.0.
Likely exposure
Exposure is likely in Node.js applications, automation platforms, developer tools, or SaaS features that use affected vm2 versions to execute untrusted or user-supplied JavaScript. The bundle identifies vm2 only; downstream product impact is not established here.
Exploitation context
The sources do not cite active exploitation, and the CVE is not marked KEV. The risk is still high because the vulnerability affects a sandbox boundary, requires no privileges or user interaction, and has a CVSS 3.1 score of 10.0.
Researcher notes
The provided evidence clearly establishes affected versions, root cause, impact class, CVSS, and fixed version. It does not establish public exploit availability, active exploitation, affected downstream products, or vendor-specific mitigations beyond upgrading vm2.
Mitigation direction
Upgrade vm2 to 3.11.0 or later where it is directly used.
Inventory transitive dependencies that include vm2 and update affected packages.
Pause untrusted JavaScript execution through affected vm2 paths until upgraded.
Check vendor and distribution advisories for packaged vm2 remediation status.
Retest sandbox-dependent features after upgrading vm2.
Validation and detection
Check lockfiles and SBOMs for vm2 versions >=3.9.6 and <3.11.0.
Identify code paths using default VM or inherited NodeVM with untrusted JavaScript.
Confirm deployed artifacts no longer contain affected vm2 versions.
Review container images and serverless bundles for stale dependency copies.
Monitor vendor advisories for downstream package status or revised guidance.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-1321: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
2CVSS vectors
5Timeline events
2ADP providers
5Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: yesTechnical Impact: total
CVSS vector scores
2 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.