LIVE · cybersecurity feed
Live wire
cve recordmedium

CVE-2026-32723

nyariv · sandboxjs

Published
CVSS4.7
Severitymedium
WeaknessCWE-362
ExploitedNot in CISA KEV

CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H

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 sandbox's 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 sandbox's tick budget and bypass the original sandbox's execution quota/watchdog. Version 0.8.35 fixes this issue.

References

← Back to the CVE Tracker

Our coverage of CVE-2026-32723

No stories yet. This page updates automatically when we publish reporting that references CVE-2026-32723.