CVE-2026-27494: CWE-497: Exposure of Sensitive System Information to an Unauthorized Control Sphere in n8n-io n8n
CVE-2026-27494 is a high-severity vulnerability in the n8n workflow automation platform affecting versions prior to 2. 10. 1, 2. 9. 3, and 1. 123. 22. It allows an authenticated user with workflow creation or modification permissions to escape the Python Code node sandbox due to insufficient restrictions on built-in Python objects. Exploitation can lead to exfiltration of sensitive files or remote code execution (RCE). On instances using the default internal Task Runner, this can result in full host compromise, while external Task Runner setups risk cross-task interference or access.
AI Analysis
Technical Summary
The vulnerability identified as CVE-2026-27494 affects the n8n open source workflow automation platform, specifically its Python Code node component. Prior to patched versions 2.10.1, 2.9.3, and 1.123.22, the sandbox environment designed to isolate Python code execution was insufficiently restrictive. Authenticated users with permissions to create or modify workflows could exploit this flaw to escape the sandbox by accessing certain built-in Python objects that should have been blocked. This escape enables attackers to read arbitrary files on the host system or execute arbitrary code remotely. The impact varies depending on the Task Runner configuration: with the default internal Task Runner, attackers can fully compromise the host machine running n8n; with external Task Runners enabled via the environment variable N8N_RUNNERS_ENABLED=true, attackers may interfere with or access other tasks running on the Task Runner. The vulnerability requires only authenticated access with workflow editing rights, no additional user interaction or elevated privileges are necessary. The CVSS 4.0 base score is 7.1 (high), reflecting network attack vector, low attack complexity, no privileges required beyond workflow editing, and high confidentiality impact. The issue has been addressed by restricting access to sensitive Python objects in the sandbox in the fixed versions. Until upgrading, administrators are advised to limit workflow creation/modification permissions to fully trusted users and/or disable the Python Code node via the NODES_EXCLUDE environment variable, though these are partial mitigations.
Potential Impact
This vulnerability poses a significant risk to organizations using n8n for workflow automation, particularly those exposing the platform to multiple users or integrating sensitive systems. Exploitation can lead to unauthorized disclosure of sensitive files, potentially leaking credentials, configuration files, or business-critical data. Remote code execution can allow attackers to take full control of the host system when using internal Task Runners, leading to lateral movement, data exfiltration, or deployment of further malware. For setups with external Task Runners, attackers might disrupt or compromise other workflows, impacting business processes and service availability. The ease of exploitation by any authenticated user with workflow editing rights increases the threat surface, especially in environments with insufficient access controls. Organizations relying on n8n in production environments face risks of operational disruption, data breaches, and compliance violations if this vulnerability is exploited.
Mitigation Recommendations
The primary mitigation is to upgrade n8n to versions 2.10.1, 2.9.3, or 1.123.22 or later, which contain the patch restricting Python sandbox escape. Until upgrades can be performed, organizations should strictly limit workflow creation and modification permissions to a minimal set of fully trusted users to reduce the risk of exploitation. Additionally, disabling the Python Code node by adding 'n8n-nodes-base.code' to the NODES_EXCLUDE environment variable can prevent use of the vulnerable component, though this may impact legitimate workflows and does not fully eliminate risk. Monitoring workflow changes and audit logs for suspicious activity is recommended. Network segmentation and host-based controls should be employed to limit the impact of potential host compromise. Regular backups and incident response plans should be prepared to respond to any exploitation attempts. Finally, organizations should review Task Runner configurations and consider isolating or hardening these components to reduce cross-task risks.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, Netherlands, France, Japan, South Korea, India
CVE-2026-27494: CWE-497: Exposure of Sensitive System Information to an Unauthorized Control Sphere in n8n-io n8n
Description
CVE-2026-27494 is a high-severity vulnerability in the n8n workflow automation platform affecting versions prior to 2. 10. 1, 2. 9. 3, and 1. 123. 22. It allows an authenticated user with workflow creation or modification permissions to escape the Python Code node sandbox due to insufficient restrictions on built-in Python objects. Exploitation can lead to exfiltration of sensitive files or remote code execution (RCE). On instances using the default internal Task Runner, this can result in full host compromise, while external Task Runner setups risk cross-task interference or access.
AI-Powered Analysis
Technical Analysis
The vulnerability identified as CVE-2026-27494 affects the n8n open source workflow automation platform, specifically its Python Code node component. Prior to patched versions 2.10.1, 2.9.3, and 1.123.22, the sandbox environment designed to isolate Python code execution was insufficiently restrictive. Authenticated users with permissions to create or modify workflows could exploit this flaw to escape the sandbox by accessing certain built-in Python objects that should have been blocked. This escape enables attackers to read arbitrary files on the host system or execute arbitrary code remotely. The impact varies depending on the Task Runner configuration: with the default internal Task Runner, attackers can fully compromise the host machine running n8n; with external Task Runners enabled via the environment variable N8N_RUNNERS_ENABLED=true, attackers may interfere with or access other tasks running on the Task Runner. The vulnerability requires only authenticated access with workflow editing rights, no additional user interaction or elevated privileges are necessary. The CVSS 4.0 base score is 7.1 (high), reflecting network attack vector, low attack complexity, no privileges required beyond workflow editing, and high confidentiality impact. The issue has been addressed by restricting access to sensitive Python objects in the sandbox in the fixed versions. Until upgrading, administrators are advised to limit workflow creation/modification permissions to fully trusted users and/or disable the Python Code node via the NODES_EXCLUDE environment variable, though these are partial mitigations.
Potential Impact
This vulnerability poses a significant risk to organizations using n8n for workflow automation, particularly those exposing the platform to multiple users or integrating sensitive systems. Exploitation can lead to unauthorized disclosure of sensitive files, potentially leaking credentials, configuration files, or business-critical data. Remote code execution can allow attackers to take full control of the host system when using internal Task Runners, leading to lateral movement, data exfiltration, or deployment of further malware. For setups with external Task Runners, attackers might disrupt or compromise other workflows, impacting business processes and service availability. The ease of exploitation by any authenticated user with workflow editing rights increases the threat surface, especially in environments with insufficient access controls. Organizations relying on n8n in production environments face risks of operational disruption, data breaches, and compliance violations if this vulnerability is exploited.
Mitigation Recommendations
The primary mitigation is to upgrade n8n to versions 2.10.1, 2.9.3, or 1.123.22 or later, which contain the patch restricting Python sandbox escape. Until upgrades can be performed, organizations should strictly limit workflow creation and modification permissions to a minimal set of fully trusted users to reduce the risk of exploitation. Additionally, disabling the Python Code node by adding 'n8n-nodes-base.code' to the NODES_EXCLUDE environment variable can prevent use of the vulnerable component, though this may impact legitimate workflows and does not fully eliminate risk. Monitoring workflow changes and audit logs for suspicious activity is recommended. Network segmentation and host-based controls should be employed to limit the impact of potential host compromise. Regular backups and incident response plans should be prepared to respond to any exploitation attempts. Finally, organizations should review Task Runner configurations and consider isolating or hardening these components to reduce cross-task risks.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- GitHub_M
- Date Reserved
- 2026-02-19T19:46:03.542Z
- Cvss Version
- 4.0
- State
- PUBLISHED
Threat ID: 699f7718b7ef31ef0b6119e4
Added to database: 2/25/2026, 10:26:32 PM
Last enriched: 2/25/2026, 10:41:04 PM
Last updated: 2/26/2026, 6:52:00 AM
Views: 20
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2026-25191: Uncontrolled Search Path Element in Digital Arts Inc. FinalCode Ver.5 series
HighCVE-2026-23703: Incorrect default permissions in Digital Arts Inc. FinalCode Ver.5 series
HighCVE-2026-1311: CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in bearsthemes Worry Proof Backup
HighCVE-2026-2506: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in motahar1 EM Cost Calculator
MediumCVE-2026-2499: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in tgrk Custom Logo
MediumActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.