๐Ÿ” CVE Alert

CVE-2026-100723

HIGH 7.5

vm2 before 3.12.2 Memory Disclosure via zlib Buffer Pool

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

vm2 before 3.12.2 does not apply its Buffer backing-store ownership invariant (byteOffset === 0 and buffer.byteLength === length) to Buffers returned from host builtin modules. When an application explicitly exposes Node's zlib module through NodeVM's builtin allowlist (require: { builtin: ['zlib'] }), zlib.deflateSync can return a Buffer backed by Node's shared small-buffer pool whose .buffer is the entire pool. Untrusted guest code can construct a full-width view of that ArrayBuffer (Buffer.from(result.buffer, 0, result.buffer.byteLength)) to read and modify bytes belonging to unrelated host buffers, disclosing and corrupting host-realm memory across the sandbox boundary.

CWE CWE-200
Vendor patriksimek
Product vm2
Published Sep 27, 2026
Stay Ahead of the Next One

Get instant alerts for patriksimek vm2

Be the first to know when new high vulnerabilities affecting patriksimek vm2 are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:L/A:N
Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
None
Scope
Changed
Confidentiality
High
Integrity
Low
Availability
None

Affected Versions

patriksimek / vm2
0 < 3.12.2

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/patriksimek/vm2/security/advisories/GHSA-489w-w794-jq94 github.com: https://github.com/patriksimek/vm2/commit/4f2508abeb252aa86eb6761c78b3b000248fb089 github.com: https://github.com/patriksimek/vm2/commit/5214b02ef13b82497fcb917b45320dfd014ffd09 vulncheck.com: https://www.vulncheck.com/advisories/vm2-before-3.12.2-memory-disclosure-via-zlib-buffer-pool

Credits

๐Ÿ” rexpository