All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-47683
HIGHpublished 2026-08-17 21:16 UTC · 12 hours ago
8.7
CVSS / 10
// description
vm2 is an open source vm/sandbox for Node.js. Prior to 3.11.6, the bufferAllocLimit enforcement in lib/setup-sandbox.js does not cover Buffer.concat(list, totalLength) or Buffer.from(arrayLike) with an attacker-controlled length, allowing sandbox code to perform large synchronous host external-memory allocations that bypass the configured cap and can exhaust the host process. This issue is fixed in version 3.11.6.
// weaknesses (CWE)
- CWE-770