CVE-2026-92936: vm2 3.11.0 before 3.11.7 Information Disclosure via Error Stack

Published Sep 17, 2026
·
Updated

vm2 versions 3.11.0 through 3.11.6 leak absolute host filesystem paths to sandboxed code through error stack formatting. Attacker-supplied code can force the host-realm source transformer to throw a SyntaxError (for example by calling eval with malformed source) and then read the error's .stack property; the bridge forwards the .stack read to the host-realm formatter, bypassing the sandbox-side host-path redaction introduced for GHSA-v27g-jcqj-v8rw. The returned stack string discloses absolute paths from vm2, Node.js internals, and the embedding application's own source tree, along with host function names. Default new VM() and new NodeVM() configurations are affected without any special options, and the issue persists when string eval is disabled because the host-side transformer throws before eval is handled. The impact is information disclosure only; no code execution results. Fixed in vm2 3.11.7.

Affected Software

1 affected component
npm/vm2>=3.11.0<=3.11.6

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade vm2 to a version that resolves this vulnerability.

    Fixed in 3.11.7
  2. Operational

    After upgrading to vm2 3.11.7, assume host absolute paths and Node.js internals disclosed via error .stack could have been accessed by sandboxed code; review logs and restrict exposure of any secrets that may have been present in those disclosed paths or stack traces.

Event History

Sep 17, 2026
CVE Published
via MITRE·01:46 PM
Data Sourced
via MITRE·01:46 PM
DescriptionSeverityWeakness

Frequently Asked Questions

1

Which deployments are affected?

Default new VM() and new NodeVM() configurations are affected in vm2 versions 3.11.0 through 3.11.6. No special options are required.

2

What must an attacker be able to do to disclose paths?

An attacker must be able to supply code that runs in the vm2 sandbox. They can trigger a host-realm SyntaxError, such as through eval with malformed source, and read the error's .stack property.

3

Does disabling string eval prevent this disclosure?

No. The host-side source transformer throws before eval is handled, so the issue persists when string eval is disabled.

4

What information can be exposed?

The returned stack string can disclose absolute paths from vm2, Node.js internals, and the embedding application's source tree, as well as host function names. The reported impact is information disclosure only, not code execution.

5

What version fixes the issue?

Upgrade vm2 to version 3.11.7, which fixes this issue.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203