Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2025-68668 — AI Deep Analysis Summary

CVSS 9.9 · Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: n8n (v1.0.0 to <2.0.0) suffers from a **Sandbox Escape** in the Python Code Node.…

Q2Root Cause? (CWE/Flaw)

🛡️ **Root Cause**: **CWE-693** (Protection Mechanism Failure). The Python execution environment lacks robust isolation, allowing code to break out of the intended sandbox boundary. 🧱

Q3Who is affected? (Versions/Components)

👥 **Affected**: Users running **n8n** versions **1.0.0** up to (but not including) **2.0.0**. 📦 Specifically impacts the **Python Code Node** component.

Q4What can hackers do? (Privileges/Data)

💀 **Impact**: Full **Remote Code Execution (RCE)**. Hackers gain the ability to run any command, potentially leading to total server compromise, data theft, or lateral movement. 🕵️‍♂️

Q5Is exploitation threshold high? (Auth/Config)

🔓 **Threshold**: **Low**. CVSS indicates **Network** access, **Low** complexity, and **No** user interaction required. ⚠️ However, it requires **Low Privileges** (PR:L) to trigger initially.

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

📂 **Exploitation**: **Yes**, PoCs are public.…

Q7How to self-check? (Features/Scanning)

🔍 **Check**: Scan for n8n instances running Python Code Nodes. Verify version is **< 2.0.0**. Use the provided PoC scripts to test sandbox isolation integrity. 🧪

Q8Is it fixed officially? (Patch/Mitigation)

✅ **Fix**: Official advisory released via **GitHub Security Advisories** (GHSA-62r4-hw23-cc8v). 🛠️ Upgrade to **n8n v2.0.0 or later** to patch the sandbox escape flaw.

Q9What if no patch? (Workaround)

🚧 **Workaround**: If upgrading isn't immediate, **disable the Python Code Node** entirely. Restrict access to n8n interfaces and monitor logs for suspicious command execution attempts. 🚫

Q10Is it urgent? (Priority Suggestion)

🔥 **Urgency**: **HIGH**. CVSS Score implies Critical impact (C:H, I:H). With public PoCs available, immediate patching to v2.0.0+ is strongly recommended. ⏳