CVE Catalog

CVE-2026-92947

CriticalCVSS 10.0
Published: Updated: Translated: NVD NIST

Summary

vm2 before 3.11.7 exposes Node's shared Buffer pool to sandboxed code, allowing disclosure of host memory used by Buffer.from, Buffer.concat, and related allocations. Sandboxed code can read and write to host-realm buffers by acquiring ArrayBuffers from small allocations, leading to sensitive data exposure and potential denial-of-service.

Risk Assessment

Host memory disclosure can lead to leakage of sensitive data (e.g. secrets, tokens) and denial-of-service through manipulation of shared buffers.

Recommendation

Upgrade vm2 to version 3.11.7, which isolates Node's shared Buffer pool from sandboxed code.

Other vulnerabilities in vm2

See all
Original NVD description (English source)

vm2 before 3.11.7 exposes Node's shared Buffer pool to sandboxed code, allowing disclosure of host memory used by Buffer.from, Buffer.concat, and related allocations. Sandboxed code can read and write to host-realm buffers by acquiring ArrayBuffers from small allocations, leading to sensitive data exposure and potential denial-of-service.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS