CVE-2026-32723

Source
https://cve.org/CVERecord?id=CVE-2026-32723
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-32723.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-32723
Aliases
Published
2026-03-18T21:27:35.349Z
Modified
2026-04-10T05:42:27.474364Z
Severity
  • 4.8 (Medium) CVSS_V4 - CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N CVSS Calculator
Summary
SandboxJS timers have an execution-quota bypass (cross-sandbox currentTicks race)
Details

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.

Database specific
{
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
        "CWE-362"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/32xxx/CVE-2026-32723.json"
}
References

Affected packages

Git / github.com/nyariv/sandboxjs

Affected ranges

Type
GIT
Repo
https://github.com/nyariv/sandboxjs
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed

Affected versions

0.*
0.5.0
0.5.2
0.5.3
0.6.0
0.6.1
0.6.2
0.7.0
0.7.1
0.8.0
0.8.10
0.8.11
0.8.12
0.8.14
0.8.15
0.8.15.1
0.8.16
0.8.17
0.8.18
0.8.19
0.8.2
0.8.20
0.8.21
0.8.22
0.8.23
0.8.23-1
0.8.23.2
0.8.23.3
0.8.24
0.8.24-1
0.8.24-2
0.8.28
0.8.29
0.8.3
0.8.30
0.8.31
0.8.32
0.8.4
0.8.5
0.8.6
0.8.7
0.8.8
0.8.9
v0.*
v0.8.33
v0.8.34

Database specific

unresolved_ranges
[
    {
        "events": [
            {
                "introduced": "0"
            },
            {
                "fixed": "0.8.35"
            }
        ]
    }
]
source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-32723.json"