CVE-2026-22686

CRITICAL

NPM Enclave-vm < 2.7.0 - Code Injection

Title source: rule

Description

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.

Exploits (3)

github WORKING POC 10 stars
by XiaomingX · pythonpoc
https://github.com/XiaomingX/data-cve-poc-py-v1/tree/main/2026/CVE-2026-22686
nomisec WORKING POC 1 stars
by moltengama · poc
https://github.com/moltengama/CVE-2026-22686-RemoteCodeExecution-RCE-PoC
nomisec WORKING POC 1 stars
by amusedx · poc
https://github.com/amusedx/CVE-2026-22686

Scores

CVSS v3 10.0
EPSS 0.0020
EPSS Percentile 42.2%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H

Classification

CWE
CWE-94 CWE-693
Status published

Affected Products (2)

npm/enclave-vm < 2.7.0npm
agentfront/enclave < 2.7.0

Timeline

Published Jan 14, 2026
Tracked Since Feb 18, 2026