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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.9 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: n8n workflow expression isolation is weak. πŸ“‰ **Consequences**: Remote Code Execution (RCE). Attackers can hijack the system completely.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: CWE-95 (Improper Neutralization of Special Elements). The expression evaluation sandbox is bypassed. πŸ› **Flaw**: Inadequate isolation between user input and code execution.

Q3Who is affected? (Versions/Components)

πŸ‘₯ **Affected**: All versions of **n8n** (the open-source workflow automation tool) prior to the fix. πŸ“¦ **Component**: The expression node/evaluation engine.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Capabilities**: Hackers gain **Full System Control**. πŸ“‚ **Data**: They can read/write any data the n8n service can access. πŸ”“ **Privileges**: Equivalent to the n8n process user (often root/admin).

Q5Is exploitation threshold high? (Auth/Config)

⚠️ **Threshold**: **Low**. CVSS: AV:N (Network), AC:L (Low Complexity), UI:N (No User Interaction). πŸ”‘ **Auth**: Requires **Low Privileges** (PR:L) to trigger. Not zero-click, but easy to exploit if you have access.

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

πŸ” **Public Exp**: No specific PoC code in the CVE data. πŸ“’ **Advisory**: JFASC Research published a detailed advisory. 🌐 **Status**: High risk of wild exploitation due to low complexity.

Q7How to self-check? (Features/Scanning)

πŸ”Ž **Self-Check**: Scan for n8n instances. πŸ§ͺ **Test**: Try injecting malicious expressions in workflow nodes. πŸ“‹ **Verify**: Check if the expression engine executes arbitrary JS/commands.

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed**: Yes. πŸ› οΈ **Patch**: Commit `aa4d1e5825829182afa0ad5b81f602638f55fa04` on GitHub. πŸ”„ **Action**: Update n8n to the patched version immediately.

Q9What if no patch? (Workaround)

🚧 **Workaround**: If unpatched, **disable** the expression node or restrict workflow editing to trusted admins only. 🚫 **Isolate**: Run n8n in a restricted container with minimal permissions.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. CVSS Score is High (H/H/H). πŸš€ **Priority**: Patch immediately. RCE via low-priv access is a top-tier threat for automation tools.