Bug 2488381 (CVE-2026-47140) - CVE-2026-47140 vm2: vm2: Arbitrary code execution due to incomplete sandbox restrictions
Summary: CVE-2026-47140 vm2: vm2: Arbitrary code execution due to incomplete sandbox r...
Keywords:
Status: NEW
Alias: CVE-2026-47140
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-06-12 15:01 UTC by OSIDB Bzimport
Modified: 2026-06-16 06:39 UTC (History)
17 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-06-12 15:01:34 UTC
vm2 is an open source vm/sandbox for Node.js. Prior to version 3.11.4, NodeVM blocks several dangerous Node.js builtins such as module, worker_threads, cluster, vm, repl, and inspector. However, the denylist misses process and inspector/promises. Both can be used from sandboxed code to reach host-side execution primitives. This allows sandboxed code to bypass the intended builtin restrictions and execute code in the host process. This issue has been patched in version 3.11.4.


Note You need to log in before you can comment on or make changes to this bug.