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.
No analysis available yet.
Remediation
No remediation available yet.
Tracking
Sign in to view the affected projects.
Advisories
| Source | ID | Title |
|---|---|---|
Github GHSA |
GHSA-g8f2-4f4f-5jqw | SandboxJS has a sandbox escape via Function.caller leakage of internal call op |
References
History
Thu, 28 May 2026 18:00:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| 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. | |
| Title | SandboxJS: Sandbox escape via Function.caller leakage of internal call op | |
| Weaknesses | CWE-94 | |
| References |
| |
| Metrics |
cvssV3_1
|
Subscriptions
No data.
Status: PUBLISHED
Assigner: GitHub_M
Published:
Updated: 2026-05-28T17:50:31.581Z
Reserved: 2026-05-04T16:11:33.085Z
Link: CVE-2026-43898
No data.
Status : Undergoing Analysis
Published: 2026-05-28T18:16:32.837
Modified: 2026-05-28T18:38:35.797
Link: CVE-2026-43898
No data.
OpenCVE Enrichment
No data.
Weaknesses
Github GHSA