PT-2026-45023 · Npm+1 · Vm2
Published
2026-05-29
·
Updated
2026-06-12
·
CVE-2026-47141
CVSS v4.0
6.9
Medium
| Vector | AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X |
Name of the Vulnerable Software and Affected Versions
vm2 versions prior to 3.11.4
Description
NodeVM exposes process-wide observability builtins when they are permitted via
require.builtin. Specifically, the diagnostics channel, async hooks, and perf hooks modules are not included in the dangerous builtin denylist. Because these modules operate on a process-wide level rather than being sandbox-local, sandboxed code can use them to observe host application data across the vm2 boundary. This can lead to the exposure of sensitive host process state, such as HTTP request headers (including Authorization or session tokens) via diagnostics channel, host AsyncResource data via async hooks.executionAsyncResource(), and host performance timeline entries via perf hooks.performance.getEntriesByType('mark').Recommendations
Update to version 3.11.4.
As a temporary workaround, restrict the use of
diagnostics channel, async hooks, and perf hooks builtins within the sandbox configuration.Exploit
Fix
Exposure of Resource to Wrong Sphere
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Vm2