vm2 is an open source vm/sandbox for Node.js. Prior to 3.11.6, handleException() in lib/setup-sandbox.js sanitizes SuppressedError.error, SuppressedError.suppressed, and AggregateError.errors but does not sanitize Error.cause, allowing sandbox code to obtain a powerful host object such as process from an embedder-exposed host function that throws an error with that object as its cause and then execute arbitrary host commands. This issue is fixed in version 3.11.6.
References
Configurations
No configuration.
History
No history.
Information
Published : 2026-08-17 21:16
Updated : 2026-09-09 21:11
NVD link : CVE-2026-47686
Mitre link : CVE-2026-47686
CVE.ORG link : CVE-2026-47686
JSON object : View
Products Affected
No product.
CWE
CWE-693
Protection Mechanism Failure
