Lucene search
+L

125 matches found

NVD
NVD
added 2026/02/02 11:16 p.m.12 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...

10CVSS0.01091EPSS
SaveExploits1References3
CVE
CVE
added 2026/02/02 10:51 p.m.35 views

CVE-2026-25142

SandboxJS prior to version 0.8.27 fails to properly restrict lookupGetter , enabling sandbox escape and remote code execution via prototype access (notably through Map.prototype.has). The CVE-2026-25142 issue is fixed in 0.8.27. Affected component: SandboxJS sandboxing library; root cause: insuff...

10CVSS6AI score0.01091EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2026/02/02 10:51 p.m.41 views

CVE-2026-25142 SandboxJS Prototype Pollution -> Sandbox Escape -> RCE

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

10CVSS0.01091EPSS
SaveExploits1References3
OSV
OSV
added 2026/02/02 10:51 p.m.11 views

CVE-2026-25142 SandboxJS Prototype Pollution -> Sandbox Escape -> RCE

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 score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/02/02 10:51 p.m.1 views

CVE-2026-25142 SandboxJS Prototype Pollution -> Sandbox Escape -> RCE

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

10CVSS5.9AI score0.01091EPSS
SaveExploits1References3
ATTACKERKB
ATTACKERKB
added 2026/02/02 10:51 p.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
SaveExploits1References4Affected Software1
Snyk
Snyk
added 2026/02/02 8:17 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 via the lookupGetter function. An attacker can execute arbitrary code by bypassing prototype chain checks with function properties, and thereby escaping the...

10CVSS6AI score0.01091EPSS
SaveExploits1References3
OSV
OSV
added 2026/02/02 8:17 p.m.11 views

GHSA-9P4W-FQ8M-2HP7 SandboxJS Vulnerable to Prototype Pollution -> Sandbox Escape -> RCE

Summary SandboxJS does not properly restrict lookupGetter which can be used to obtain prototypes, which can be used for escaping the sandbox / remote code execution. Details https://github.com/nyariv/SandboxJS/blob/f212a38fb5a6d4bc2bc2e2466c0c011ce8d41072/src/executor.tsL368-L398 The Object...

10CVSS5.9AI score0.01091EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2026/02/02 8:17 p.m.13 views

SandboxJS Vulnerable to Prototype Pollution -> Sandbox Escape -> RCE

Summary SandboxJS does not properly restrict lookupGetter which can be used to obtain prototypes, which can be used for escaping the sandbox / remote code execution. Details https://github.com/nyariv/SandboxJS/blob/f212a38fb5a6d4bc2bc2e2466c0c011ce8d41072/src/executor.tsL368-L398 The Object...

10CVSS5.9AI score0.01091EPSS
SaveExploits1References5Affected Software1
Positive Technologies
Positive Technologies
added 2026/02/02 12:00 a.m.8 views

PT-2026-6406

Summary SandboxJS does not properly restrict lookupGetter which can be used to obtain prototypes, which can be used for escaping the sandbox / remote code execution. Details https://github.com/nyariv/SandboxJS/blob/f212a38fb5a6d4bc2bc2e2466c0c011ce8d41072/src/executor.tsL368-L398 The Object...

10CVSS5.9AI score0.01091EPSS
SaveExploits1References6
Positive Technologies
Positive Technologies
added 2026/02/02 12:00 a.m.15 views

PT-2026-5727

Name of the Vulnerable Software and Affected Versions SandboxJS versions prior to 0.8.27 Description SandboxJS is a JavaScript sandboxing library with an issue where the lookupGetter function is not properly restricted. This can allow obtaining prototypes, potentially leading to sandbox escape an...

10CVSS5.9AI score0.01091EPSS
SaveExploits1References11
CNNVD
CNNVD
added 2026/02/02 12:00 a.m.20 views

SandboxJS 代码注入漏洞

SandboxJS is a security assessment tool developed by nyariv. Versions of SandboxJS prior to 0.8.27 contained a code injection vulnerability. This vulnerability stemmed from improper restrictions on lookupGetter, which could lead to sandbox escape or remote code execution...

10CVSS6.1AI score0.01091EPSS
SaveExploits1References3
CNNVD
CNNVD
added 2026/01/28 12:00 a.m.14 views

SandboxJS security vulnerability

SandboxJS is a security assessment tool developed by nyariv. Versions of SandboxJS prior to 0.8.26 contained security vulnerabilities. These vulnerabilities stemmed from the lack of isolation of AsyncFunctions within SandboxFunctions, which could lead to sandbox escapes and remote code execution...

10CVSS6.2AI score0.01122EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2026/01/27 11:32 p.m.13 views

CVE-2026-23830

SandboxJS is a JavaScript sandboxing library. Versions prior to 0.8.26 have a sandbox escape vulnerability due to AsyncFunction not being isolated in SandboxFunction. The library attempts to sandbox code execution by replacing the global Function constructor with a safe, sandboxed version...

10CVSS6.3AI score0.01122EPSS
SaveExploits1References3Affected Software1
CVE
CVE
added 2026/01/27 11:32 p.m.46 views

CVE-2026-23830

SandboxJS (pre-0.8.26) contains a sandbox escape where AsyncFunction (and related constructors) are not isolated in SandboxFunction. The safe-replacement map omits AsyncFunction, GeneratorFunction, and AsyncGeneratorFunction, so accessing an async function’s .constructor can yield the native host...

10CVSS6.3AI score0.01122EPSS
SaveExploits1References2Affected Software1
Github Security Blog
Github Security Blog
added 2026/01/27 7:55 p.m.26 views

SandboxJS has Sandbox Escape via Unprotected AsyncFunction Constructor

Summary A sandbox escape vulnerability due to AsyncFunction not being isolated in SandboxFunction Details The library attempts to sandbox code execution by replacing the global Function constructor with a safe, sandboxed version SandboxFunction. This is handled in utils.ts by mapping Function to...

10CVSS6.3AI score0.01122EPSS
SaveExploits1References4Affected Software1
Snyk
Snyk
added 2026/01/27 7:55 p.m.12 views

Improper Control of Dynamically-Managed Code Resources

Overview @nyariv/sandboxjs is a Javascript sandboxing library. Affected versions of this package are vulnerable to Improper Control of Dynamically-Managed Code Resources via the AsyncFunction constructor not being properly isolated in the sandboxing function. An attacker can execute arbitrary cod...

10CVSS6.2AI score0.01122EPSS
SaveExploits1References3
Veracode
Veracode
added 2025/08/14 7:46 a.m.16 views

Prototype Pollution

@nyariv/sandboxjs is vulnerable to prototype pollution. The vulnerability is due to insufficient prototype access checks in the sandbox’s executor logic, particularly when handling JavaScript function objects, which allows an attacker to inject arbitrary properties into Object.prototype...

7CVSS7AI score0.00203EPSS
SaveExploits0References6Affected Software1
NVD
NVD
added 2025/07/31 3:15 p.m.21 views

CVE-2025-34146

A prototype pollution vulnerability exists in @nyariv/sandboxjs versions = 0.8.23, allowing attackers to inject arbitrary properties into Object.prototype via crafted JavaScript code. This can result in a denial-of-service DoS condition or, under certain conditions, escape the sandboxed environme...

7CVSS0.00203EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2025/07/31 2:59 p.m.4 views

CVE-2025-34146 nyariv sandboxjs 0.8.23 Prototype Pollution Sandbox Escape DoS

A prototype pollution vulnerability exists in @nyariv/sandboxjs versions = 0.8.23, allowing attackers to inject arbitrary properties into Object.prototype via crafted JavaScript code. This can result in a denial-of-service DoS condition or, under certain conditions, escape the sandboxed environme...

7CVSS6.8AI score0.00203EPSS
SaveExploits0References4
Rows per page
Query Builder