n8n Vulnerable to Arbitrary Command Execution in Pyodide based Python Code Node
Critical9.9CVE-2025-68668 · Published Dec 26, 2025 · updated Feb 3, 2026
### Impact A sandbox bypass vulnerability exists in the Python Code Node that uses Pyodide. An authenticated user with permission to create or modify workflows can exploit this vulnerability to execute arbitrary commands on the host system running n8n, using the same privileges as the n8n process. ### Patches In n8n version 1.111.0, a task-runner-based native Python implementation was introduced as an optional feature, providing a more secure isolation model. To enable it, you need to configure the `N8N_RUNNERS_ENABLED` and `N8N_NATIVE_PYTHON_RUNNER` environment variables. This implementation became the default starting with n8n version 2.0.0. ### Workarounds - Disable the Code Node by setting the environment variable `NODES_EXCLUDE: "[\"n8n-nodes-base.code\"]"` ([Docs)](https://docs.n8n.io/hosting/securing/blocking-nodes/) - Disable Python support in the Code node by setting the environment variable `N8N_PYTHON_ENABLED=false`, which was introduced in n8n version 1.104.0. - Configure n8n to use the task runner based Python sandbox via the `N8N_RUNNERS_ENABLED` and `N8N_NATIVE_PYTHON_RUNNER` environment variables. ([Docs](https://docs.n8n.io/hosting/configuration/task-runners/)...
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| n8n npm | >= 1.0.0, < 2.0.0 | 2.0.0 |
Details and references
### Impact A sandbox bypass vulnerability exists in the Python Code Node that uses Pyodide. An authenticated user with permission to create or modify workflows can exploit this vulnerability to execute arbitrary commands on the host system running n8n, using the same privileges as the n8n process. ### Patches In n8n version 1.111.0, a task-runner-based native Python implementation was introduced as an optional feature, providing a more secure isolation model. To enable it, you need to configure the `N8N_RUNNERS_ENABLED` and `N8N_NATIVE_PYTHON_RUNNER` environment variables. This implementation became the default starting with n8n version 2.0.0. ### Workarounds - Disable the Code Node by setting the environment variable `NODES_EXCLUDE: "[\"n8n-nodes-base.code\"]"` ([Docs)](https://docs.n8n.io/hosting/securing/blocking-nodes/) - Disable Python support in the Code node by setting the environment variable `N8N_PYTHON_ENABLED=false`, which was introduced in n8n version 1.104.0. - Configure n8n to use the task runner based Python sandbox via the `N8N_RUNNERS_ENABLED` and `N8N_NATIVE_PYTHON_RUNNER` environment variables. ([Docs](https://docs.n8n.io/hosting/configuration/task-runners/)) ### Resources - n8n documentation: [Blocking access to nodes](https://docs.n8n.io/hosting/securing/blocking-nodes/) - n8n documentation: [Code Node (Python)](https://docs.n8n.io/code/code-node/#python-native) - n8n documentation: [Task Runners](https://docs.n8n.io/hosting/configuration/task-runners/)
- CVSS 3.1
- CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:L
- Severity from
- GitHub (reviewed advisory)
- Weakness
- CWE-693
- Also known as
- CVE-2025-68668
More n8n advisories
All n8n| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| Jan 7 | n8n's Missing Stripe-Signature Verification Allows Unauthenticated Forged Webhooks | Medium6.5 | 2.2.2 |
| Jan 7 | n8n Vulnerable to Unauthenticated File Access via Improper Webhook Request Handling | Critical10.0 | 1.121.0 |
| Jan 6 | n8n Vulnerable to RCE via Arbitrary File Write | Critical9.9 | 1.121.3 |
| Dec 262025 | Self-hosted n8n has Legacy Code node that enables arbitrary file read/write | High7.1 | 2.0.0 |
| Dec 262025 | n8n's Possible Stored XSS in "Respond to Webhook" Node May Execute Outside iframe Sandbox | High7.3 | 1.114.0 |
| Dec 222025 | n8n Vulnerable to Remote Code Execution via Expression Injection | Critical9.9 | 1.120.4+1 more |