CVE-2026-92949 PUBLISHED

vm2 3.9.6 before 3.11.7 Sandbox Bypass via Accessor Descriptor

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

vm2 versions from 3.9.6 before 3.11.7 fail to properly restrict access to accessor properties on frozen objects, allowing sandboxed scripts to bypass vm.freeze() and vm.readonly() protections. Attackers can use Object.getOwnPropertyDescriptor() or lookupSetter() to extract and invoke host object setters directly, mutating properties the embedder explicitly marked read-only.

Metrics

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

Product Status

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

Credits

  • oran-s reporter

References

Problem Types

  • Modification of Assumed-Immutable Data (MAID) CWE