๐Ÿ” CVE Alert

CVE-2026-92933

MEDIUM 5.8

vm2 before 3.11.8 Information Disclosure via util.getCallSites

CVSS Score
5.8
EPSS Score
0.0%
EPSS Percentile
0th

vm2 is a sandbox for running untrusted Node.js code. In versions <= 3.11.7, NodeVM exposes the host `util` module to the sandbox as an unfiltered shallow copy (`Object.assign({}, util)` in `defaultBuiltinLoaderUtil`), and the deprecated `sys` builtin (an alias of host `util`) is exposed through the generic builtin loader. On Node.js >= 22.9 this hands sandboxed code `util.getCallSites()`, a programmatic stack-introspection API that returns the host process's full call stack, including absolute file paths, function names, and line numbers for vm2 bridge internals and the embedding application's entrypoint. This bypasses the host-frame redaction introduced for GHSA-v27g-jcqj-v8rw, which only applies to the `Error.prepareStackTrace` formatting channel. The issue is fixed in vm2 3.11.8.

CWE CWE-200
Vendor patriksimek
Product vm2
Published Sep 17, 2026
Stay Ahead of the Next One

Get instant alerts for patriksimek vm2

Be the first to know when new medium vulnerabilities affecting patriksimek vm2 are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Changed
Confidentiality
Low
Integrity
None
Availability
None

Affected Versions

patriksimek / vm2
0 < 3.11.8

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/patriksimek/vm2/security/advisories/GHSA-r273-hxvj-fxhp vulncheck.com: https://www.vulncheck.com/advisories/vm2-before-3.11.8-information-disclosure-via-util-getcallsites

Credits

๐Ÿ” KimiSecurityTeam