CVE-2026-92953

Summary

vm2 versions from 3.11.0 before 3.11.8 fail to protect host TypedArray and ArrayBuffer prototypes from sandbox mutation. Attackers can use prototype-walking primitives to reach and modify host Uint8Array.prototype, %TypedArray%.prototype, and ArrayBuffer.prototype, causing host-created typed arrays to observe attacker-controlled properties after VM.run() returns.

Affected Software

VendorProductVersion RangeStatus
patriksimekvm23.11.0 < 3.11.8affected
patriksimekvm23.11.8unaffected

Weaknesses

  • CWE-913: Improper Control of Dynamically-Managed Code Resources

References