CRITICAL🇵🇱 Wersja polska

CVE-2026-22686

CVSS 10.0v3.1pub. 2026-01-14upd. 2026-02-24

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, enclave-vm exposes a host-side Error object to sandboxed code. This Error object retains its host realm prototype chain, which can be traversed to reach the host Function constructor. An attacker can intentionally trigger a host error, then climb the prototype chain. Using the host Function constructor, arbitrary JavaScript can be compiled and executed in the host context, fully bypassing the sandbox and granting access to sensitive resources such as process.env, filesystem, and network. This breaks enclave-vm’s core security guarantee of isolating untrusted code. This vulnerability is fixed in 2.7.0.

🤖 AI Analysis
How it works

When a tool invocation ends in an error, enclave-vm exposes an Error object from the host environment to the sandboxed code. This object retains the original prototype chain from the host space, which can be traversed by the attacker up to the host's Function constructor. The attacker deliberately triggers a host-side error, then climbs the prototype chain to gain access to the Function constructor. Using it, they compile and execute arbitrary JavaScript code directly in the host context, completely bypassing the sandbox.

Impact

The attacker gains full control over the host Node.js environment, including access to environment variables (process.env), file system, and network, which is equivalent to complete takeover of the hosting process.

Mitigation & patch

Agentfront Enclave must be immediately updated to version 2.7.0, in which the vulnerability has been fixed. The patch is available in the manufacturer's repository (commit ed8bc438b2cd6e6f0b5f2de321e5be6f0169b5a1).

Who is affected

Agentfront Enclave (enclave-vm) in all versions preceding 2.7.0

Analysis generated by Claude AI (Anthropic) based on NVD data. Always verify with vendor.
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
  • Agentfront Enclave

    APP
    Agentfront
    < 2.7.0
🔵
CHECK WITH VENDOR
No clear patch data available. Check vendor references.
Tags
RCE
CWE
References

Related vulnerabilities

CVE-2026-27597CRITICAL10.0PL ✓ten sam produkt

Ucieczka z sandboxa i RCE w Agentfront Enclave (przed wersją 2.11.1)

CVE-2026-25533MEDIUM6.4ten sam produkt

Enclave is a secure JavaScript sandbox designed for safe AI agent code execution. Prior to 2.10.1, the existin...

CVE-2026-39885HIGH7.5ten sam vendor

FrontMCP is a TypeScript-first framework for the Model Context Protocol (MCP). Prior to 2.3.0, the mcp-from-op...