← Back to browse · API

CVE-2026-43898

Severity
CRITICAL
CVSS
10.0
EPSS
0.00472
Risk score
40.17
CISA KEV
No
PoC
No
Published
2026-05-28
Modified
2026-05-28
First seen
2026-08-07
Aliases
EUVD-2026-32968, GHSA-G8F2-4F4F-5JQW
Products
nyariv:sandboxjs < 0.9.6
Sources
euvd EUVD-2026-32968

Description

SandboxJS is a JavaScript sandboxing library. Prior to 0.9.6, sandbox-defined functions expose Function.caller, allowing sandboxed code to recover the internal LispType.Call runtime callback. That callback can then be invoked with attacker-controlled fake context and obj values to extract blocked host statics, recover the real host Function constructor, and execute arbitrary host JavaScript. This vulnerability is fixed in 0.9.6.

References