CWE-1100Base

Insufficient Isolation of System-Dependent Functions

Incomplete in the CWE catalog · 4 CVEs mapped

4
CVEs mapped
9.4
Median CVSS
What it is

The product or code does not isolate system-dependent

functionality into separate standalone modules.

Recent examples
9.8cvss
CVE-2026-44008

CVE-2026-44008 - CRITICAL Severity Vulnerability

vm2 is an open source vm/sandbox for Node.js. Prior to 3.11.2, the new method neutralizeArraySpeciesBatch works with objects from the other side but can call into this side via getter on the array prototype exposing objects of the wrong side into the sandbox. This can be used to get host objects and get the host Function object. This allows attackers to write code which can escape from the VM2 sandbox and execute arbitrary commands on the host system. This vulnerability is fixed in 3.11.2.

CRITICALno explanation yet
1%
epss
9.1cvss
CVE-2026-44007

CVE-2026-44007 - CRITICAL Severity Vulnerability

vm2 is an open source vm/sandbox for Node.js. Prior to 3.11.1, when a NodeVM is created with nesting: true, sandbox code can unconditionally require('vm2') regardless of the outer VM's require configuration — including require: false. With access to vm2, the sandbox constructs a new inner NodeVM with its own unrestricted require settings and executes arbitrary OS commands on the host. Any application that runs untrusted code inside a NodeVM with nesting: true is fully compromised. This vulnerability is fixed in 3.11.1.

CRITICALno explanation yet
1%
epss
9.8cvss
CVE-2025-3466

Unsanitized Input in langgenius/dify

langgenius/dify versions 1.1.0 to 1.1.2 are vulnerable to unsanitized input in the code node, allowing execution of arbitrary code with full root permissions. The vulnerability arises from the ability to override global functions in JavaScript, such as parseInt, before sandbox security restrictions are imposed. This can lead to unauthorized access to secret keys, internal network servers, and lateral movement within dify.ai. The issue is resolved in version 1.1.3.

CRITICALno explanation yet
1%
epss
The record
Technical detail
CWE ID
CWE-1100
Abstraction
Base
Structure
Simple
Status
Incomplete
References (1)