Back to overview

CVE-2026-45411

CRITICAL Exploitation: PoC
9.8
CVSS 3.1
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.

Metadata

CVE ID
CVE-2026-45411
State
PUBLISHED
Assigner
GitHub_M
Reserved
2026-05-12 01:48 UTC
Published
2026-05-13 17:38 UTC
Last updated
2026-05-15 03:56 UTC
Primary CWE
CWE-668
CWE-668: Exposure of Resource to Wrong Sphere
Vendor / Product
patriksimek / vm2
Sources
cve.org  ·  NVD

Severity & Metrics

9.8 CRITICAL CVSS 3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
SSVC — CISA Coordinator
Exploitation
PoC
Automatable
yes
Tech. Impact
total
Affected products (1)
VendorProductPlatformVersions
patriksimek vm2 < 3.11.3
Weakness (CWE)
CWESourceDescription
CWE-668 cna CWE-668: Exposure of Resource to Wrong Sphere
CVSS scores (1)
ScoreSeverityVersionSourceVector
9.8 CRITICAL 3.1 cna CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
References (1)
Back to overview