Lucene search
K

105 matches found

NVD
NVD
added 2026/02/06 10:16 p.m.6 views

CVE-2026-25533

Enclave is a secure JavaScript sandbox designed for safe AI agent code execution. Prior to 2.10.1, the existing layers of security in enclave-vm are insufficient: The AST sanitization can be bypassed with dynamic property accesses, the hardening of the error objects does not cover the peculiar...

8.8CVSS0.00006EPSS
Exploits1References3
ATTACKERKB
ATTACKERKB
added 2026/02/06 9:16 p.m.3 views

CVE-2026-25533

Enclave is a secure JavaScript sandbox designed for safe AI agent code execution. Prior to 2.10.1, the existing layers of security in enclave-vm are insufficient: The AST sanitization can be bypassed with dynamic property accesses, the hardening of the error objects does not cover the peculiar...

6.4CVSS5.7AI score0.00006EPSS
Exploits1References4Affected Software1
OSV
OSV
added 2026/02/06 9:16 p.m.5 views

CVE-2026-25533 Enclave has a sandbox escape via infinite recursion and error objects

Enclave is a secure JavaScript sandbox designed for safe AI agent code execution. Prior to 2.10.1, the existing layers of security in enclave-vm are insufficient: The AST sanitization can be bypassed with dynamic property accesses, the hardening of the error objects does not cover the peculiar...

6.4CVSS5.7AI score0.00006EPSS
Exploits1References5
Cvelist
Cvelist
added 2026/02/06 7:53 p.m.26 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.00054EPSS
Exploits1References2
Vulnrichment
Vulnrichment
added 2026/02/06 7:53 p.m.1 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.00054EPSS
Exploits1References2
ATTACKERKB
ATTACKERKB
added 2026/02/06 7:53 p.m.2 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.00054EPSS
Exploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/05 8:41 p.m.5 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.00054EPSS
Exploits1References4Affected Software1
OSV
OSV
added 2026/02/05 8:41 p.m.3 views

GHSA-58JH-XV4V-PCX4 @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.00054EPSS
Exploits1References4
Veracode
Veracode
added 2026/02/03 5:46 a.m.4 views

Remote Code Execution (RCE)

SandboxJS is vulnerable to Remote Code Execution RCE. The vulnerability is due to missing isolation and replacement of AsyncFunction and related function constructors, which allows an attacker to access the native host AsyncFunction via the .constructor property and execute arbitrary code outside...

10CVSS6.2AI score0.00229EPSS
Exploits1References3Affected Software1
Veracode
Veracode
added 2026/01/19 9:19 a.m.3 views

Code Injection

Enclave is vulnerable to Code Injection. The vulnerability is due to exposure of a host-side Error object with an intact prototype chain to sandboxed code, which allows an attacker to traverse to the host Function constructor and execute arbitrary code in the Node.js host runtime...

10CVSS6.1AI score0.00274EPSS
Exploits3References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/01/14 4:52 p.m.8 views

enclave-vm Vulnerable to Sandbox Escape via Host Error Prototype Chain

A critical sandbox escape vulnerability exists in enclave-vm affected: 2.6.0, patched: 2.7.0 that can allow untrusted, sandboxed JavaScript to execute arbitrary code in the host Node.js runtime. When a tool invocation fails, enclave-vm exposes a host-side Error object to sandboxed code. This Erro...

10CVSS7.8AI score0.00274EPSS
Exploits3References4Affected Software1
NVD
NVD
added 2026/01/14 12:15 a.m.2 views

CVE-2026-22686

Enclave is a secure JavaScript sandbox designed for safe AI agent code execution. Prior to 2.7.0, there is a critical sandbox escape vulnerability in enclave-vm that allows untrusted, sandboxed JavaScript code to execute arbitrary code in the host Node.js runtime. When a tool invocation fails,...

10CVSS0.00274EPSS
Exploits3References2
CVE
CVE
added 2026/01/13 11:11 p.m.41 views

CVE-2026-22686

The CVE-2026-22686 issue affects enclave-vm prior to version 2.7.0. A sandbox escape exists when a tool invocation fails and a host-side Error object is leaked into the sandbox, allowing traversal of the host realm prototype chain to reach the host Function constructor. This enables arbitrary cod...

10CVSS7.6AI score0.00274EPSS
Exploits3References2Affected Software1
Vulnrichment
Vulnrichment
added 2026/01/13 11:11 p.m.2 views

CVE-2026-22686 Sandbox Escape via Host Error Prototype Chain in enclave-vm

Enclave is a secure JavaScript sandbox designed for safe AI agent code execution. Prior to 2.7.0, there is a critical sandbox escape vulnerability in enclave-vm that allows untrusted, sandboxed JavaScript code to execute arbitrary code in the host Node.js runtime. When a tool invocation fails,...

10CVSS7.6AI score0.00274EPSS
Exploits3References2
Positive Technologies
Positive Technologies
added 2026/01/13 12:0 a.m.2 views

PT-2026-2792

Name of the Vulnerable Software and Affected Versions Enclave versions prior to 2.7.0 Description Enclave is a secure JavaScript sandbox used for safe AI agent code execution. A critical sandbox escape issue exists in enclave-vm, allowing untrusted JavaScript code to execute arbitrary code in the...

10CVSS7.7AI score0.00274EPSS
Exploits3References11
Positive Technologies
Positive Technologies
added 2025/12/09 12:0 a.m.2 views

PT-2025-49862

🧵 6/15: The Exploit simplified: The vulnerability CVE-2024-555182 lies in the deserialization process. React wasn't verifying if a requested key actually existed on the object during this process. This allows an attacker to sneak in a request for the constructor of a function...

6.9AI score
Exploits0References1
VulnCheck KEV
VulnCheck KEV
added 2025/11/19 12:0 a.m.2 views

VulnCheck KEV: CVE-2025-55346

User-controlled input flows to an unsafe implementation of a dynamic Function constructor, allowing network attackers to run arbitrary unsandboxed JS code in the context of the host, by sending a simple POST request...

9.8CVSS6AI score0.00052EPSS
In wildExploits0References70
EUVD
EUVD
added 2025/10/07 12:30 a.m.2 views

EUVD-2018-0370

Malware in sbrugna...

9.8CVSS9.3AI score0.01261EPSS
Exploits1References7
Github Security Blog
Github Security Blog
added 2025/10/06 2:8 p.m.5 views

Flowise vulnerable to RCE via Dynamic function constructor injection

Summary User-controlled input flows to an unsafe implementaion of a dynamic Function constructor , allowing a malicious actor to run JS code in the context of the host not sandboxed leading to RCE. Details When creating a new Custom MCP Chatflow in the platform, the MCP Server Config displays a...

9.8CVSS7.8AI score0.00052EPSS
Exploits0References4Affected Software1
EUVD
EUVD
added 2025/10/06 2:8 p.m.2 views

EUVD-2025-24803

Flowise vulnerable to RCE via Dynamic function constructor injection...

9.8CVSS6.5AI score0.00052EPSS
Exploits0References4
Rows per page
Query Builder