Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-45411 Details

Description

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 generator. When the generator is closed using the return function, the value is awaited on and exceptions thrown in the then call will be caught by the runtime and passed to the yield* iterator as the next value. This allows attackers to write code which can escape from the VM2 sandbox and execute arbitrary commands on the host system. This vulnerability is fixed in 3.11.3.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-237Improper Handling of Structural Elementsredhat-SADP
CWE-668Exposure of Resource to Wrong Sphere[email protected]

Affected Products

ProductVersions
vm2 project vm2
< 3.11.3

CPE

  • cpe:2.3:a:vm2_project:vm2:*:*:*:*:*:node.js:*:*

Remediation

  • No remediation found in references.

Change History

12 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-45411
NVD Published Date:
May 13, 2026
NVD Last Modified:
Sep 7, 2026
Source:
[email protected]
CVE-2026-45411 Details - Not Deferred