Lucene search
+L

154 matches found

NVD
NVD
added 2026/02/06 8:16 p.m.13 views

CVE-2026-25586

SandboxJS is a JavaScript sandboxing library. Prior to 0.8.29, a sandbox escape is possible by shadowing hasOwnProperty on a sandbox object, which disables prototype whitelist enforcement in the property-access path. This permits direct access to proto and other blocked prototype properties,...

10CVSS0.00648EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2026/02/06 7:54 p.m.7 views

CVE-2026-25586

SandboxJS is a JavaScript sandboxing library. Prior to 0.8.29, a sandbox escape is possible by shadowing hasOwnProperty on a sandbox object, which disables prototype whitelist enforcement in the property-access path. This permits direct access to proto and other blocked prototype properties,...

10CVSS5.4AI score0.00648EPSS
SaveExploits1References3Affected Software1
CVE
CVE
added 2026/02/06 7:54 p.m.38 views

CVE-2026-25586

SandboxJS (JavaScript sandboxing library) is affected by a sandbox-escape vulnerability prior to version 0.8.29. The flaw allows shadowing hasOwnProperty on a sandbox object, disabling prototype whitelist enforcement in the property-access path. This enables direct access to proto and other block...

10CVSS5.4AI score0.00648EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2026/02/06 7:54 p.m.44 views

CVE-2026-25586 SandboxJS has a Sandbox Escape via Prototype Whitelist Bypass and Host Prototype Pollution

SandboxJS is a JavaScript sandboxing library. Prior to 0.8.29, a sandbox escape is possible by shadowing hasOwnProperty on a sandbox object, which disables prototype whitelist enforcement in the property-access path. This permits direct access to proto and other blocked prototype properties,...

10CVSS0.00648EPSS
SaveExploits1References2
OSV
OSV
added 2026/02/06 7:54 p.m.11 views

CVE-2026-25586 SandboxJS has a Sandbox Escape via Prototype Whitelist Bypass and Host Prototype Pollution

SandboxJS is a JavaScript sandboxing library. Prior to 0.8.29, a sandbox escape is possible by shadowing hasOwnProperty on a sandbox object, which disables prototype whitelist enforcement in the property-access path. This permits direct access to proto and other blocked prototype properties,...

10CVSS5.5AI score
SaveExploits0References4
EUVD
EUVD
added 2026/02/06 7:53 p.m.12 views

EUVD-2026-5591

SandboxJS is a JavaScript sandboxing library. Prior to 0.8.29, 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 b...

10CVSS6AI score0.00796EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2026/02/06 7:53 p.m.8 views

CVE-2026-25520

SandboxJS is a JavaScript sandboxing library. Prior to 0.8.29, 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 b...

10CVSS6AI score0.00796EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2026/02/06 7:53 p.m.43 views

CVE-2026-25520 SandboxJS has a Sandbox Escape

SandboxJS is a JavaScript sandboxing library. Prior to 0.8.29, 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 b...

10CVSS0.00796EPSS
SaveExploits1References2
CVE
CVE
added 2026/02/06 7:53 p.m.31 views

CVE-2026-25520

CVE-2026-25520 affects SandboxJS (JavaScript sandboxing library) prior to version 0.8.29. The underlying issue is that function return values aren’t wrapped, allowing attackers to use Object.values/Object.entries and Array.prototype.at to retrieve the host’s Function constructor. With access to t...

10CVSS6AI score0.00796EPSS
SaveExploits1References2Affected Software1
Vulnrichment
Vulnrichment
added 2026/02/06 7:53 p.m.9 views

CVE-2026-25520 SandboxJS has a Sandbox Escape

SandboxJS is a JavaScript sandboxing library. Prior to 0.8.29, 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 b...

10CVSS6AI score0.00796EPSS
SaveExploits1References2
OSV
OSV
added 2026/02/06 7:53 p.m.15 views

CVE-2026-25520 SandboxJS has a Sandbox Escape

SandboxJS is a JavaScript sandboxing library. Prior to 0.8.29, 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 b...

10CVSS6AI score
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/02/06 7:51 p.m.8 views

CVE-2026-25587 SandboxJS has a Sandbox Escape

SandboxJS is a JavaScript sandboxing library. Prior to 0.8.29, as Map is in SAFEPROTOYPES, it's prototype can be obtained via Map.prototype. By overwriting Map.prototype.has the sandbox can be escaped. This vulnerability is fixed in 0.8.29...

10CVSS5.4AI score0.00656EPSS
SaveExploits1References2
OSV
OSV
added 2026/02/06 7:51 p.m.16 views

CVE-2026-25587 SandboxJS has a Sandbox Escape

SandboxJS is a JavaScript sandboxing library. Prior to 0.8.29, as Map is in SAFEPROTOYPES, it's prototype can be obtained via Map.prototype. By overwriting Map.prototype.has the sandbox can be escaped. This vulnerability is fixed in 0.8.29...

10CVSS5.5AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/02/06 7:51 p.m.40 views

CVE-2026-25587 SandboxJS has a Sandbox Escape

SandboxJS is a JavaScript sandboxing library. Prior to 0.8.29, as Map is in SAFEPROTOYPES, it's prototype can be obtained via Map.prototype. By overwriting Map.prototype.has the sandbox can be escaped. This vulnerability is fixed in 0.8.29...

10CVSS0.00656EPSS
SaveExploits1References2
CVE
CVE
added 2026/02/06 7:51 p.m.36 views

CVE-2026-25587

CVE-2026-25587 affects SandboxJS. Prior to 0.8.29, the Map object’s prototype could be leaked via Map.prototype, allowing an attacker to overwrite Map.prototype.has and escape the sandbox. The Red Hat/NVD entries describe this as a sandbox-escape vulnerability with potential for remote code execu...

10CVSS5.4AI score0.00656EPSS
SaveExploits1References2Affected Software1
EUVD
EUVD
added 2026/02/06 7:50 p.m.12 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.00497EPSS
SaveExploits1References3
OSV
OSV
added 2026/02/06 7:50 p.m.13 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.9 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.00497EPSS
SaveExploits1References3
CNNVD
CNNVD
added 2026/02/06 12:00 a.m.14 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.00796EPSS
SaveExploits1References3
CNNVD
CNNVD
added 2026/02/06 12:00 a.m.17 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.00656EPSS
SaveExploits1References3
Rows per page
Query Builder