Lucene search
+L

125 matches found

Github Security Blog
Github Security Blog
added 2026/03/16 4:43 p.m.11 views

SandboxJS has an execution-quota bypass (cross-sandbox currentTicks race) in SandboxJS timers

Summary 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...

4.8CVSS5.9AI score0.00148EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2026/03/16 4:43 p.m.9 views

GHSA-7P5M-XRH7-769R SandboxJS has an execution-quota bypass (cross-sandbox currentTicks race) in SandboxJS timers

Summary 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...

4.8CVSS5.9AI score0.00148EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
added 2026/03/16 12:00 a.m.8 views

PT-2026-25822

Summary 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...

4.8CVSS5.9AI score0.00148EPSS
SaveExploits1References8
Circl
Circl
added 2026/03/14 12:08 p.m.13 views

CVE-2026-32723

creationtimestamp| type| source ---|---|--- 2026-03-14 12:08:17+00:00| published-proof-of-concept| https://github.com/nyariv/SandboxJS/security/advisories/GHSA-7p5m-xrh7-769r...

4.8CVSS5.8AI score0.00148EPSS
SaveExploits1References1
NVD
NVD
added 2026/03/13 7:54 p.m.9 views

CVE-2026-26954

SandboxJS is a JavaScript sandboxing library. Prior to 0.8.34, it is possible to obtain arrays containing Function, which allows escaping the sandbox. Given an array containing Function, and Object.fromEntries, it is possible to construct p: Function where p is any constructible property. This...

10CVSS0.00547EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2026/03/13 3:51 p.m.35 views

CVE-2026-26954 SandboxJS has a Sandbox Escape

SandboxJS is a JavaScript sandboxing library. Prior to 0.8.34, it is possible to obtain arrays containing Function, which allows escaping the sandbox. Given an array containing Function, and Object.fromEntries, it is possible to construct p: Function where p is any constructible property. This...

10CVSS0.00547EPSS
SaveExploits1References1
OSV
OSV
added 2026/03/13 3:51 p.m.8 views

CVE-2026-26954 SandboxJS has a Sandbox Escape

SandboxJS is a JavaScript sandboxing library. Prior to 0.8.34, it is possible to obtain arrays containing Function, which allows escaping the sandbox. Given an array containing Function, and Object.fromEntries, it is possible to construct p: Function where p is any constructible property. This...

10CVSS5.8AI score
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/03/13 3:51 p.m.13 views

CVE-2026-26954

SandboxJS is a JavaScript sandboxing library. Prior to 0.8.34, it is possible to obtain arrays containing Function, which allows escaping the sandbox. Given an array containing Function, and Object.fromEntries, it is possible to construct p: Function where p is any constructible property. This...

10CVSS5.8AI score0.00547EPSS
SaveExploits1References2Affected Software1
CVE
CVE
added 2026/03/13 3:51 p.m.33 views

CVE-2026-26954

SandboxJS is a JavaScript sandboxing library. Before version 0.8.34, it can leak arrays containing Function, enabling sandbox escape when used with Object.fromEntries to construct {[p]: Function} for any constructible property. This leads to Sandbox Escape with potential RCE as described in multi...

10CVSS5.8AI score0.00547EPSS
SaveExploits1References1Affected Software1
Vulnrichment
Vulnrichment
added 2026/03/13 3:51 p.m.5 views

CVE-2026-26954 SandboxJS has a Sandbox Escape

SandboxJS is a JavaScript sandboxing library. Prior to 0.8.34, it is possible to obtain arrays containing Function, which allows escaping the sandbox. Given an array containing Function, and Object.fromEntries, it is possible to construct p: Function where p is any constructible property. This...

10CVSS5.8AI score0.00547EPSS
SaveExploits1References1
Snyk
Snyk
added 2026/03/13 1:46 p.m.11 views

Arbitrary Code Injection

Overview @nyariv/sandboxjs is a Javascript sandboxing library. Affected versions of this package are vulnerable to Arbitrary Code Injection via the executor module. An attacker can execute arbitrary code by crafting input that allows them get to arrays containing Function and escape the intended...

10CVSS6.2AI score0.00547EPSS
SaveExploits1References2
EUVD
EUVD
added 2026/03/13 1:46 p.m.11 views

EUVD-2026-12043

SandboxJS affected by a Sandbox Escape...

10CVSS5.8AI score0.00547EPSS
SaveExploits1References3
OSV
OSV
added 2026/03/13 1:46 p.m.7 views

GHSA-6R9F-759J-HJGV SandboxJS affected by a Sandbox Escape

Summary It is possible to obtain arrays containing Function, which allows escaping the sandbox. Details There are various ways to get an array containing Function, e.g. js Object.entriesthis.at1 // 'Function', Function: Function Object.valuesthis.slice1, 2 // Function: Function Given an array...

10CVSS5.8AI score0.00547EPSS
SaveExploits1References5
CNNVD
CNNVD
added 2026/03/13 12:00 a.m.12 views

SandboxJS 代码注入漏洞

SandboxJS is a security assessment tool developed by nyariv. Versions of SandboxJS prior to 0.8.34 contained a code injection vulnerability. This vulnerability stemmed from the possibility of accessing arrays containing functions, which could lead to sandbox escape...

10CVSS5.9AI score0.00547EPSS
SaveExploits1References1
Snyk
Snyk
added 2026/02/09 10:21 p.m.9 views

Prototype Pollution

Overview @nyariv/sandboxjs is a Javascript sandboxing library. Affected versions of this package are vulnerable to Prototype Pollution via the sandbox implements a protection mechanism using the isGlobal flag in the Prop class. An attacker can modify host built-in prototypes by laundering the...

10CVSS6.7AI score0.00552EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2026/02/09 9:12 p.m.9 views

CVE-2026-25881

SandboxJS is a JavaScript sandboxing library. Prior to 0.8.31, a sandbox escape vulnerability allows sandboxed code to mutate host built-in prototypes by laundering the isGlobal protection flag through array literal intermediaries. When a global prototype reference e.g., Map.prototype,...

9CVSS5.5AI score0.00552EPSS
SaveExploits1References3Affected Software1
CVE
CVE
added 2026/02/09 9:12 p.m.58 views

CVE-2026-25881

SandboxJS prior to version 0.8.31 contains a sandbox-escape vulnerability where sandboxed code can mutate host prototypes by laundering the isGlobal protection flag through array literals. Specifically, a global prototype reference (for example Map.prototype or Set.prototype) stored in an array a...

10CVSS5.5AI score0.00552EPSS
SaveExploits1References2Affected Software1
Vulnrichment
Vulnrichment
added 2026/02/09 9:12 p.m.5 views

CVE-2026-25881 @nyariv/sandboxjs has host prototype pollution from sandbox via array intermediary (sandbox escape)

SandboxJS is a JavaScript sandboxing library. Prior to 0.8.31, a sandbox escape vulnerability allows sandboxed code to mutate host built-in prototypes by laundering the isGlobal protection flag through array literal intermediaries. When a global prototype reference e.g., Map.prototype,...

9CVSS5.5AI score0.00552EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2026/02/09 9:12 p.m.38 views

CVE-2026-25881 @nyariv/sandboxjs has host prototype pollution from sandbox via array intermediary (sandbox escape)

SandboxJS is a JavaScript sandboxing library. Prior to 0.8.31, a sandbox escape vulnerability allows sandboxed code to mutate host built-in prototypes by laundering the isGlobal protection flag through array literal intermediaries. When a global prototype reference e.g., Map.prototype,...

9CVSS0.00552EPSS
SaveExploits1References2
OSV
OSV
added 2026/02/09 9:12 p.m.9 views

CVE-2026-25881 @nyariv/sandboxjs has host prototype pollution from sandbox via array intermediary (sandbox escape)

SandboxJS is a JavaScript sandboxing library. Prior to 0.8.31, a sandbox escape vulnerability allows sandboxed code to mutate host built-in prototypes by laundering the isGlobal protection flag through array literal intermediaries. When a global prototype reference e.g., Map.prototype,...

9CVSS5.6AI score
SaveExploits0References4
Rows per page
Query Builder