CVE-2026-47683

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.
CVSS

No CVSS.

Configurations

No configuration.

History

No history.

Information

Published : 2026-08-17 21:16

Updated : 2026-09-09 21:11


NVD link : CVE-2026-47683

Mitre link : CVE-2026-47683

CVE.ORG link : CVE-2026-47683


JSON object : View

Products Affected

No product.

CWE
CWE-770

Allocation of Resources Without Limits or Throttling