Security readout for executives and security teams
Plain-English summary
CVE-2019-10761 is a vm2 sandbox bypass. Applications using vulnerable vm2 versions to run untrusted JavaScript could lose the isolation they rely on, allowing code intended to be contained to affect the host Node.js process.
Executive priority
Prioritize remediation where vm2 processes external or tenant-supplied code. The business risk is escape from an isolation control, potentially turning a scripting feature into host-level compromise.
Technical view
vm2 before 3.6.11 can mishandle a host-thrown RangeError triggered through stack exhaustion. The resulting object can expose host context properties, including mainModule, enabling arbitrary code execution from outside the intended sandbox boundary.
Likely exposure
Exposure is most likely in Node.js applications that depend on vm2 before 3.6.11 and execute user-controlled, tenant-controlled, plugin, workflow, or automation scripts inside vm2.
Exploitation context
The provided CVSS vector rates network attack, low complexity, no privileges, and no user interaction. KEV is false, and the provided sources do not establish active exploitation in the wild.
Researcher notes
The evidence names vm2 before 3.6.11, a GitHub issue, and a fixing commit. No CWE is supplied. Treat active exploitation as unproven from this bundle despite proof-of-concept exploitability in the CVSS temporal vector.
Mitigation direction
- Upgrade vm2 to version 3.6.11 or later where supported.
- Check vendor advisories for any newer guidance before redeploying.
- Disable or restrict untrusted script execution until patched.
- Reduce sandbox privileges and host integrations where operationally possible.
Validation and detection
- Inventory package manifests and lockfiles for vm2 versions below 3.6.11.
- Confirm deployed artifacts match the remediated dependency version.
- Identify routes, jobs, or services that pass untrusted code into vm2.
- Review logs for unexpected sandbox errors or child process activity.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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.
Execution behavior lookup
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
Open ATT&CK lookupCVE-2019-10761 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- High
- CVSS
- 8.3 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L/E:P/RL:O/RC:C
CNA and ADP enrichment extracted from CVE v5
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L/E:P/RL:O/RC:C3.93.7Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
8.3HighVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L/E:P/RL:O/RC:C
Source materials
- CVE List V5 sourceCVE List V5
- https://snyk.io/vuln/SNYK-JS-VM2-473188CVE reference · x_refsource_MISC
- https://github.com/patriksimek/vm2/issues/197CVE reference · x_refsource_MISC
- https://github.com/patriksimek/vm2/commit/4b22d704e4794af63a5a2d633385fd20948f6f90CVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
