Goal Reached Thanks to every supporter β€” we hit 100%!

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2026-26332 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: A critical Sandbox Escape in `vm2` (Node.js VM). <br>πŸ’₯ **Consequences**: Attackers bypass isolation, executing **Arbitrary Code** on the host. Total loss of security boundary.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: Improper handling of `SuppressedError`. <br>πŸ” **CWE**: CWE-94 (Code Injection). The sandbox fails to suppress error contexts correctly, leaking host context.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: `patriksimek/vm2` library. <br>πŸ“‰ **Versions**: All versions **prior to 3.11.0**. <br>βœ… **Fixed**: Version 3.11.0 and later.

Q4What can hackers do? (Privileges/Data)

πŸ‘‘ **Privileges**: Full Host Access. <br>πŸ’Ύ **Data**: Read/Write arbitrary files, execute system commands. <br>🌐 **Impact**: Complete Server Compromise (CVSS: High/Critical).

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: **LOW**. <br>πŸ”“ **Auth**: None required (PR:N). <br>🌐 **Vector**: Network (AV:N). <br>πŸ‘€ **UI**: None required (UI:N). Easy to exploit remotely.

Q6Is there a public Exp? (PoC/Wild Exploitation)

πŸ“œ **Public Exp?**: Yes. <br>πŸ”— **Proof**: GitHub Advisory GHSA-55hx-c926-fr95 confirms the flaw. <br>⚠️ **Status**: Known technique (SuppressedError leak). Wild exploitation likely.

Q7How to self-check? (Features/Scanning)

πŸ” **Check**: Scan for `vm2` dependency in `package.json`. <br>πŸ“Š **Version**: Check if version < 3.11.0. <br>πŸ› οΈ **Tool**: Use SAST/DAST tools detecting CWE-94 in Node.js sandboxes.

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed**: Yes. <br>πŸ”§ **Patch**: Upgrade to **vm2 v3.11.0+**. <br>πŸ“ **Ref**: See GitHub Release v3.11.0 for details.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: <br>1. **Isolate**: Run untrusted code in separate containers/processes. <br>2. **Disable**: Remove `vm2` if not strictly needed. <br>3. **Monitor**: Log for suspicious child process spawns.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. <br>πŸš€ **Priority**: **P0**. <br>πŸ“’ **Action**: Patch immediately. CVSS is High (H/H/H). No auth needed. High risk of active exploitation.