cvedb.io
CVE-2026-32723
MEDIUM · CVSS 4.7
EPSS exploitation probability: 0%
Published 2026-03-18T22:16:24.827 · Last modified 2026-06-17T10:36:16.383

Summary

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.

Affected products

nyariv — sandboxjs

Does this affect you?

Add your gear to cvedb and we'll alert you only when nyariv ships something exploited.

Check my exposure →

References

This product uses data from the NVD API but is not endorsed or certified by the NVD. Informational only; not professional security advice.