CVE-2026-47683
Received Received - Intake

Memory Exhaustion in vm2 via Buffer Operations

Vulnerability report for CVE-2026-47683, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-17

Last updated on: 2026-08-17

Assigner: GitHub, Inc.

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-17
Last Modified
2026-08-17
Generated
2026-08-18
AI Q&A
2026-08-18
EPSS Evaluated
N/A
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
vm2 vm2 3.11.6

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-770 The product allocates a reusable resource or group of resources on behalf of an actor without imposing any intended restrictions on the size or number of resources that can be allocated.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The vulnerability in vm2 before version 3.11.6 allows sandboxed code to bypass memory limits by using Buffer.concat or Buffer.from with attacker-controlled lengths. This causes large synchronous memory allocations on the host system, potentially exhausting system resources.

Impact Analysis

This vulnerability can lead to denial-of-service by crashing the host process due to excessive memory consumption. It may also allow unauthorized code execution in the sandboxed environment if combined with other exploits.

Mitigation Strategies

Update vm2 to version 3.11.6 or later to address the buffer allocation bypass issue.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-47683. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart