CVE-2026-92953 PUBLISHED

vm2 3.11.0 through 3.11.7 Prototype Pollution via TypedArray

Assigner: VulnCheck
Reserved: 17.09.2026 Published: 17.09.2026 Updated: 17.09.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:H/SC:N/SI:H/SA:H
CVSS Score: 9.3

Product Status

Vendor patriksimek
Product vm2
Versions Default: unaffected
  • affected from 3.11.0 to 3.11.8 (excl.)
  • Version 3.11.8 is unaffected

Credits

  • rexpository reporter

References

Problem Types

  • Improper Control of Dynamically-Managed Code Resources CWE