Security Advisory

CVE-2026-32723

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2026-03-18 21:27:35
Last updated 2026-03-19 15:51:43
Assigner GitHub_M
State PUBLISHED

Description

SandboxJS is a JavaScript sandboxing library. Prior to 0.8.35, SandboxJS timers have an execution-quota bypass. A global tick state (`currentTicks.current`) is shared between sandboxes. Timer string handlers are compiled at execution time using that global tick state rather than the scheduling sandboxs tick object. In multi-tenant / concurrent sandbox scenarios, another sandbox can overwrite `currentTicks.current` between scheduling and execution, causing the timer callback to run under a different sandboxs tick budget and bypass the original sandboxs execution quota/watchdog. Version 0.8.35 fixes this issue.