Vulnerability index

Browse CVEs

32 matching
Filters 1 Clear all
Severity

Filters apply as you choose them.

Vm2 CRITICAL 9.8
CVE-2026-45411

vm2 is an open source vm/sandbox for Node.js. Prior to 3.11.3, it is possible to catch a host exception using the yield* expression inside an async g…

Fix: 3.11.3+
Fix from $2,300 2026-05-13
Vm2 CRITICAL 10.0
CVE-2026-44005

vm2 is an open source vm/sandbox for Node.js. From 3.9.6 to 3.10.5, vm2's bridge exposes mutable proxies for real host-realm intrinsic prototypes and…

Fix: 3.11.0+
Fix from $2,300 2026-05-13
Vm2 CRITICAL 10.0
CVE-2026-44006

vm2 is an open source vm/sandbox for Node.js. Prior to 3.11.0, It is possible to reach BaseHandler.getPrototypeOf, which can be used to get arbitrary…

Fix: 3.11.0+
Fix from $2,300 2026-05-13
Vm2 CRITICAL 9.8
CVE-2026-44008

vm2 is an open source vm/sandbox for Node.js. Prior to 3.11.2, the new method neutralizeArraySpeciesBatch works with objects from the other side but …

Fix: 3.11.2+
Fix from $2,300 2026-05-13
Vm2 CRITICAL 9.8
CVE-2026-44009

vm2 is an open source vm/sandbox for Node.js. Prior to 3.11.2, This vulnerability is fixed in 3.11.2.

Fix: 3.11.2+
Fix from $2,300 2026-05-13
Vm2 CRITICAL 9.1
CVE-2026-44007

vm2 is an open source vm/sandbox for Node.js. Prior to 3.11.1, when a NodeVM is created with nesting: true, sandbox code can unconditionally require(…

Fix: 3.11.1+
Fix from $2,300 2026-05-13
Vm2 HIGH 7.5
CVE-2026-44004

vm2 is an open source vm/sandbox for Node.js. Prior to 3.11.0, sandboxed code can call Buffer.alloc() with an arbitrary size to allocate memory direc…

Fix: 3.11.0+
Fix from $1,950 2026-05-13
Vm2 CRITICAL 10.0
CVE-2026-43997

vm2 is an open source vm/sandbox for Node.js. Prior to 3.11.0, it is possible to obtain the host Object. There are various ways to use the host Objec…

Fix: 3.11.0+
Fix from $2,300 2026-05-13
Vm2 CRITICAL 9.9
CVE-2026-43999

vm2 is an open source vm/sandbox for Node.js. Prior to 3.11.0, NodeVM's builtin allowlist can be bypassed when the module builtin is allowed (includi…

Fix: 3.11.0+
Fix from $2,300 2026-05-13
Vm2 HIGH 8.6
CVE-2026-44001

vm2 is an open source vm/sandbox for Node.js. Prior to 3.11.0, a sandbox escape vulnerability in vm2 v3.10.5 allows any sandboxed code to crash the h…

Fix: 3.11.0+
Fix from $1,950 2026-05-13
Vm2 HIGH 8.5
CVE-2026-43998

vm2 is an open source vm/sandbox for Node.js. In 3.10.5, NodeVM's require.root path restriction can be bypassed using filesystem symlinks, allowing s…

No fix yet
Fix from $1,950 2026-05-13
Vm2 HIGH 7.2
CVE-2026-44000

vm2 is an open source vm/sandbox for Node.js. Prior to 3.11.0, a sandbox boundary violation in vm2 allows host object identity to cross into the sand…

Fix: 3.11.0+
Fix from $1,950 2026-05-13
Vm2 MEDIUM 5.8
CVE-2026-44002

vm2 is an open source vm/sandbox for Node.js. Prior to 3.11.0, vm2's CallSite wrapper class (intended as a safe wrapper for V8's native CallSite) blo…

Fix: 3.11.0+
Fix from $1,600 2026-05-13
Vm2 MEDIUM 5.8
CVE-2026-44003

vm2 is an open source vm/sandbox for Node.js. Prior to 3.11.0, vm2's code transformer has a performance optimization that skips AST analysis when the…

Fix: 3.11.0+
Fix from $1,600 2026-05-13
Vm2 CRITICAL 10.0
CVE-2026-26332

vm2 is an open source vm/sandbox for Node.js. Prior to version 3.11.0, SuppressedError allows attackers to escape the sandbox and run arbitrary code.…

Fix: 3.11.0+
Fix from $2,300 2026-05-04
Vm2 CRITICAL 9.8
CVE-2026-26956

vm2 is an open source vm/sandbox for Node.js. In version 3.10.4, vm2 is vulnerable to full sandbox escape with arbitrary code execution. Attacker cod…

Fix: 3.10.5+
Fix from $2,300 2026-05-04
Vm2 CRITICAL 9.8
CVE-2026-24781

vm2 is an open source vm/sandbox for Node.js. Prior to version 3.11.0, VM2 suffers from a sandbox breakout vulnerability through the inspect function…

Fix: 3.11.0+
Fix from $2,300 2026-05-04
Vm2 CRITICAL 9.8
CVE-2026-24118

vm2 is an open source vm/sandbox for Node.js. Prior to version 3.11.0, VM2 suffers from a sandbox breakout vulnerability. This allows attackers to wr…

Fix: 3.11.0+
Fix from $2,300 2026-05-04
Vm2 CRITICAL 9.8
CVE-2026-24120

vm2 is an open source vm/sandbox for Node.js. Prior to version 3.10.5, the fix for CVE-2023-37466 is insufficient and can be circumvented allowing at…

Fix: 3.10.5+
Fix from $2,300 2026-05-04
Vm2 CRITICAL 10.0
CVE-2026-22709

vm2 is an open source vm/sandbox for Node.js. In vm2 prior to version 3.10.2, `Promise.prototype.then` `Promise.prototype.catch` callback sanitizatio…

Fix: 3.10.2+
Fix from $2,300 2026-01-26
Vm2 CRITICAL 10.0
CVE-2023-37903

vm2 is an open source vm/sandbox for Node.js. In vm2 for versions up to and including 3.9.19, Node.js custom inspect function allows attackers to esc…

Fix: after 3.9.19
Fix from $2,300 2023-07-21
Vm2 CRITICAL 10.0
CVE-2023-37466

vm2 is an advanced vm/sandbox for Node.js. The library contains critical security issues and should not be used for production. The maintenance of th…

Fix: after 3.9.19
Fix from $2,300 2023-07-14
Vm2 CRITICAL 10.0
CVE-2023-32314EPSS 8%

vm2 is a sandbox that can run untrusted code with Node's built-in modules. A sandbox escape vulnerability exists in vm2 for versions up to and includ…

Fix: 3.9.18+
Fix from $2,300 2023-05-15
Vm2 MEDIUM 5.3
CVE-2023-32313

vm2 is a sandbox that can run untrusted code with Node's built-in modules. In versions 3.9.17 and lower of vm2 it was possible to get a read-write re…

Fix: 3.9.18+
Fix from $1,600 2023-05-15
Vm2 CRITICAL 10.0
CVE-2023-30547EPSS 72%

vm2 is a sandbox that can run untrusted code with whitelisted Node's built-in modules. There exists a vulnerability in exception sanitization of vm2 …

Fix: after 3.9.16
Fix from $2,300 2023-04-17
Vm2 CRITICAL 10.0
CVE-2023-29199

There exists a vulnerability in source code transformer (exception sanitization logic) of vm2 for versions up to 3.9.15, allowing attackers to bypass…

Fix: 3.9.16+
Fix from $2,300 2023-04-14
Vm2 CRITICAL 9.8
CVE-2023-29017EPSS 63%

vm2 is a sandbox that can run untrusted code with whitelisted Node's built-in modules. Prior to version 3.9.15, vm2 was not properly handling host ob…

Fix: 3.9.15+
Fix from $2,300 2023-04-06
Vm2 CRITICAL 9.8
CVE-2022-25893

The package vm2 before 3.9.10 are vulnerable to Arbitrary Code Execution due to the usage of prototype lookup for the WeakMap.prototype.set method. E…

Fix: 3.9.10+
Fix from $2,300 2022-12-21
Vm2 CRITICAL 10.0
CVE-2022-36067EPSS 48%

vm2 is a sandbox that can run untrusted code with whitelisted Node's built-in modules. In versions prior to version 3.9.11, a threat actor can bypass…

Fix: 3.9.11+
Fix from $2,300 2022-09-06
Vm2 HIGH 8.3
CVE-2019-10761

This affects the package vm2 before 3.6.11. It is possible to trigger a RangeError exception from the host rather than the "sandboxed" context by rea…

Fix: 3.6.11+
Fix from $1,950 2022-07-13