Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. @nyariv/sandboxjs
  4. ›
  5. CVE-2026-32723

CVE-2026-32723: SandboxJS has an execution-quota bypass (cross-sandbox currentTicks race) in SandboxJS timers

March 16, 2026 (updated March 19, 2026)

Assumed repo path is /Users/zwique/Downloads/SandboxJS-0.8.34 (no /Users/zwique/Downloads/SandboxJS found). 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.

Impact: execution quota bypass → CPU/resource abuse


References

  • github.com/advisories/GHSA-7p5m-xrh7-769r
  • github.com/nyariv/SandboxJS
  • github.com/nyariv/SandboxJS/commit/cc8f20b4928afed5478d5ad3d1737ef2dcfaac29
  • github.com/nyariv/SandboxJS/security/advisories/GHSA-7p5m-xrh7-769r
  • nvd.nist.gov/vuln/detail/CVE-2026-32723

Code Behaviors & Features

Detect and mitigate CVE-2026-32723 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 0.8.35

Fixed versions

  • 0.8.35

Solution

Upgrade to version 0.8.35 or above.

Impact 4.7 MEDIUM

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

Learn more about CVSS

Weakness

  • CWE-362: Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

Source file

npm/@nyariv/sandboxjs/CVE-2026-32723.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 24 Mar 2026 12:17:32 +0000.