CVE-2026-25533 Details
Description
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 behavior or the vm module and the function constructor access prevention can be side-stepped by leveraging host object references. This vulnerability is fixed in 2.10.1.
A vulnerability in the Enclave JavaScript sandbox, specifically in version 2.7.0 prior to 2.10.1, allows for unauthorized access to host references, leading to potential sandbox escape. This issue arises from inadequate security measures, where dynamic property accesses can bypass Abstract Syntax Tree (AST) sanitization, and the error object hardening fails to address the unique behaviors of the vm module. Exploitation can be achieved by leveraging these weaknesses to traverse prototype chains and access privileged operations, such as Node.js' require function, which can execute arbitrary code or commands on the host system.
Users are advised to update to Enclave version 2.10.1, where this vulnerability has been fixed.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Feb 9, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-835 | Loop with Unreachable Exit Condition ('Infinite Loop') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| agentfront enclave | >= 2.7.0, < 2.10.1 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Feb 20, 2026 | Initial Analysis | [email protected] |
| Feb 6, 2026 | New CVE Received | [email protected] |