Lucene search
+L

125 matches found

EUVD
EUVD
added 2026/02/06 7:50 p.m.9 views

EUVD-2026-5589

SandboxJS is a JavaScript sandboxing library. Prior to 0.8.29, there is a sandbox escape vulnerability due to a mismatch between the key on which the validation is performed and the key used for accessing properties. Even though the key used in property accesses is annotated as string, this is...

10CVSS5.4AI score0.00489EPSS
SaveExploits1References3
OSV
OSV
added 2026/02/06 7:50 p.m.10 views

CVE-2026-25641 SandboxJS has a sandbox escape via TOCTOU bug on keys in property accesses

SandboxJS is a JavaScript sandboxing library. Prior to 0.8.29, there is a sandbox escape vulnerability due to a mismatch between the key on which the validation is performed and the key used for accessing properties. Even though the key used in property accesses is annotated as string, this is...

10CVSS5.4AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/02/06 7:50 p.m.7 views

CVE-2026-25641 SandboxJS has a sandbox escape via TOCTOU bug on keys in property accesses

SandboxJS is a JavaScript sandboxing library. Prior to 0.8.29, there is a sandbox escape vulnerability due to a mismatch between the key on which the validation is performed and the key used for accessing properties. Even though the key used in property accesses is annotated as string, this is...

10CVSS5.4AI score0.00489EPSS
SaveExploits1References3
CNNVD
CNNVD
added 2026/02/06 12:00 a.m.12 views

SandboxJS 安全漏洞

SandboxJS is a security assessment tool developed by nyariv’s individual developer. Versions of SandboxJS prior to 0.8.29 contained security vulnerabilities; these vulnerabilities stemmed from unboxed function return values, which could allow arbitrary code to be executed outside of the sandbox...

10CVSS6.3AI score0.00782EPSS
SaveExploits1References3
CNNVD
CNNVD
added 2026/02/06 12:00 a.m.16 views

SandboxJS 安全漏洞

SandboxJS is a security assessment tool developed by nyariv. Versions of SandboxJS prior to 0.8.29 contained a security vulnerability that could lead to sandbox escape by overriding Map.prototype.has...

10CVSS6.6AI score0.00645EPSS
SaveExploits1References3
CNNVD
CNNVD
added 2026/02/06 12:00 a.m.14 views

SandboxJS 安全漏洞

SandboxJS is a security assessment tool developed by nyariv. Versions of SandboxJS prior to 0.8.29 contained a security vulnerability. This vulnerability stemmed from the execution of validation keys that did not match the keys used to access properties, which could lead to sandbox escape...

10CVSS5.9AI score0.00489EPSS
SaveExploits1References4
CNNVD
CNNVD
added 2026/02/06 12:00 a.m.17 views

SandboxJS 安全漏洞

SandboxJS is a security assessment tool developed by nyariv’s individual developer. Versions of SandboxJS prior to 0.8.29 contained a security vulnerability. This vulnerability stemmed from the use of hasOwnProperty to mask objects in the sandbox, allowing sandbox escape and disabling the prototy...

10CVSS6.6AI score0.00636EPSS
SaveExploits1References3
Snyk
Snyk
added 2026/02/05 9:33 p.m.9 views

Time-of-check Time-of-use (TOCTOU) Race Condition

Overview @nyariv/sandboxjs is a Javascript sandboxing library. Affected versions of this package are vulnerable to Time-of-check Time-of-use TOCTOU Race Condition in addOps and other methods in executor.ts, which do not enforce the type of property keys. An attacker can execute arbitrary code on...

10CVSS6.2AI score0.00489EPSS
SaveExploits1References2
OSV
OSV
added 2026/02/05 9:33 p.m.20 views

GHSA-7X3H-RM86-3342 @nyariv/sandboxjs vulnerable to sandbox escape via TOCTOU bug on keys in property accesses

Summary A sandbox escape vulnerabilities due to a mismatch between the key on which the validation is performed and the key used for accessing properties. Details Even though the key used in property accesses b in the code below is annotated as string, this is never enforced:...

10CVSS5.8AI score0.00489EPSS
SaveExploits1References5
Snyk
Snyk
added 2026/02/05 9:05 p.m.8 views

Arbitrary Code Injection

Overview @nyariv/sandboxjs is a Javascript sandboxing library. Affected versions of this package are vulnerable to Arbitrary Code Injection by overriding the Map.prototype.has method. An attacker can execute arbitrary code on the underlying operating system because Map is included in SAFEPROTOYPE...

10CVSS6.4AI score0.01091EPSS
SaveExploits2References2
OSV
OSV
added 2026/02/05 9:05 p.m.11 views

GHSA-66H4-QJ4X-38XP @nyariv/sandboxjs has a Sandbox Escape vulnerability

Summary As Map is in SAFEPROTOYPES, it's prototype can be obtained via Map.prototype. By overwriting Map.prototype.has the sandbox can be escaped. Details This is effectively equivalent to CVE-2026-25142, but without lookupGetter let was used during testing, it turns out the let implementation is...

10CVSS5.5AI score0.00645EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2026/02/05 9:05 p.m.15 views

@nyariv/sandboxjs has a Sandbox Escape vulnerability

Summary As Map is in SAFEPROTOYPES, it's prototype can be obtained via Map.prototype. By overwriting Map.prototype.has the sandbox can be escaped. Details This is effectively equivalent to CVE-2026-25142, but without lookupGetter let was used during testing, it turns out the let implementation is...

10CVSS5.4AI score0.00645EPSS
SaveExploits1References4Affected Software1
Snyk
Snyk
added 2026/02/05 9:04 p.m.4 views

Prototype Pollution

Overview @nyariv/sandboxjs is a Javascript sandboxing library. Affected versions of this package are vulnerable to Prototype Pollution via prototypeAccess on a shadowed sandbox object's hasOwnProperty. An attacker can execute arbitrary code on the underlying system by bypassing the prototype...

10CVSS6.9AI score0.00636EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/02/05 8:41 p.m.5 views

Prototype Pollution

Overview @nyariv/sandboxjs is a Javascript sandboxing library. Affected versions of this package are vulnerable to Prototype Pollution due to unfiltered access to the Function constructor, via Array.prototype.at. An attacker can execute arbitrary code on the underlying system by chaining calls to...

10CVSS6.9AI score0.00782EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2026/02/05 8:41 p.m.15 views

@nyariv/sandboxjs has a Sandbox Escape issue

Summary The return values of functions aren't wrapped. Object.values/Object.entries can be used to get an Array containing the host's Function constructor, by using Array.prototype.at you can obtain the hosts Function constructor, which can be used to execute arbitrary code outside of the sandbox...

10CVSS6AI score0.00782EPSS
SaveExploits1References4Affected Software1
Positive Technologies
Positive Technologies
added 2026/02/05 12:00 a.m.13 views

PT-2026-6653

Name of the Vulnerable Software and Affected Versions SandboxJS versions prior to 0.8.29 Description SandboxJS is a JavaScript sandboxing library. Prior to version 0.8.29, a flaw exists where the prototype of the Map object, present in SAFE PROTOYPES, can be accessed via Map.prototype. By...

10CVSS6.2AI score0.00645EPSS
SaveExploits1References14
Positive Technologies
Positive Technologies
added 2026/02/05 12:00 a.m.13 views

PT-2026-6652

SandboxJS and Affected Versions SandboxJS versions prior to 0.8.29 Description SandboxJS, a JavaScript sandboxing library, is susceptible to a sandbox escape issue. This occurs because of the ability to shadow the hasOwnProperty method on a sandbox object, which disables prototype whitelist...

10CVSS6.6AI score0.00636EPSS
SaveExploits1References14
Positive Technologies
Positive Technologies
added 2026/02/05 12:00 a.m.12 views

PT-2026-6658

Name of the Vulnerable Software and Affected Versions SandboxJS versions prior to 0.8.29 Description SandboxJS, a JavaScript sandboxing library, has a sandbox escape issue. This is due to a mismatch between the key used for validation and the key used for property access. The key, intended to be ...

10CVSS6.3AI score0.00489EPSS
SaveExploits1References15
Positive Technologies
Positive Technologies
added 2026/02/05 12:00 a.m.13 views

PT-2026-6648

Name of the Vulnerable Software and Affected Versions SandboxJS versions prior to 0.8.29 Description SandboxJS is a JavaScript sandboxing library affected by an issue where the return values of functions are not properly wrapped. This allows attackers to use Object.values or Object.entries to...

10CVSS6.7AI score0.00782EPSS
SaveExploits1References12
RedhatCVE
RedhatCVE
added 2026/02/04 3:15 a.m.5 views

CVE-2026-25142

SandboxJS is a JavaScript sandboxing library. Prior to 0.8.27, SanboxJS does not properly restrict lookupGetter which can be used to obtain prototypes, which can be used for escaping the sandbox / remote code execution. This vulnerability is fixed in 0.8.27...

10CVSS6AI score0.01091EPSS
SaveExploits1References1
Rows per page
Query Builder