Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:npm/n8n@2.2.5
purl pkg:npm/n8n@2.2.5
Next non-vulnerable version 1.123.32
Latest non-vulnerable version 2.22.1
Risk
Vulnerabilities affecting this package (34)
Vulnerability Summary Fixed by
VCID-18zg-q45k-d3f3
Aliases:
CVE-2026-33751
GHSA-w83q-mcmx-mh42
n8n is an open source workflow automation platform. Prior to versions 1.123.27, 2.13.3, and 2.14.1, a flaw in the LDAP node's filter escape logic allowed LDAP metacharacters to pass through unescaped when user-controlled input was interpolated into LDAP search filters. In workflows where external user input is passed via expressions into the LDAP node's search parameters, an attacker could manipulate the constructed filter to retrieve unintended LDAP records or bypass authentication checks implemented in the workflow. Exploitation requires a specific workflow configuration. The LDAP node must be used with user-controlled input passed via expressions (e.g., from a form or webhook). The issue has been fixed in n8n versions 1.123.27, 2.13.3, and 2.14.1. Users should upgrade to one of these versions or later to remediate the vulnerability. If upgrading is not immediately possible, administrators should consider the following temporary mitigations: Limit workflow creation and editing permissions to fully trusted users only, disable the LDAP node by adding `n8n-nodes-base.ldap` to the `NODES_EXCLUDE` environment variable, and/or avoid passing unvalidated external user input into LDAP node search parameters via expressions. These workarounds do not fully remediate the risk and should only be used as short-term mitigation measures.
2.13.3
Affected by 0 other vulnerabilities.
2.14.1
Affected by 0 other vulnerabilities.
VCID-1rt1-y3w9-skc7
Aliases:
GHSA-364x-8g5j-x2pr
n8n has XSS in its Credential Management Flow ## Impact An authenticated user with permission to create and share credentials could craft a malicious OAuth2 credential containing a JavaScript URL in the Authorization URL field. If a victim opened the credential and interacted with the OAuth authorization button, the injected script would execute in their browser session. ## Patches The issue has been fixed in n8n versions 2.8.0 and 2.6.4. Users should upgrade to one of these versions or later to remediate the vulnerability. ## Workarounds If upgrading is not immediately possible, administrators should consider the following temporary mitigations: - Limit credential creation and sharing permissions to fully trusted users only. - Restrict access to the n8n instance to trusted users only. These workarounds do not fully remediate the risk and should only be used as short-term mitigation measures.
2.6.4
Affected by 20 other vulnerabilities.
2.8.0
Affected by 18 other vulnerabilities.
VCID-2kxv-vwc7-3ubf
Aliases:
GHSA-w673-8fjw-457c
n8n: Authenticated XSS and Open Redirect via Form Node ## Impact An authenticated user with permission to create or modify workflows could configure a Form Node with an unsanitized HTML description field or exploit an overly permissive iframe sandbox policy to perform stored cross-site scripting or redirect end users visiting the form to an arbitrary external URL. The vulnerability could be used to facilitate phishing attacks. ## Patches The issue has been fixed in n8n versions 1.123.24, 2.10.4 and 2.12.0. Users should upgrade to one of these versions or later to remediate the vulnerability. ## Workarounds If upgrading is not immediately possible, administrators should consider the following temporary mitigations: - Limit workflow creation and editing permissions to fully trusted users only. - Disable the Form node by adding `n8n-nodes-base.form` to the `NODES_EXCLUDE` environment variable. - Disable the Form Trigger node by adding `n8n-nodes-base.formTrigger` to the `NODES_EXCLUDE` environment variable. These workarounds do not fully remediate the risk and should only be used as short-term mitigation measures.
2.10.4
Affected by 8 other vulnerabilities.
2.12.0
Affected by 7 other vulnerabilities.
VCID-5fsf-m3s8-pfg2
Aliases:
CVE-2026-33722
GHSA-fxcw-h3qj-8m8p
n8n is an open source workflow automation platform. Prior to versions 2.6.4 and 1.123.23, an authenticated user without permission to list external secrets could reference a secret by the external name in a credential and retrieve its plaintext value when saving the credential. This bypassed the `externalSecret:list` permission check and allowed access to secrets stored in connected vaults without admin or owner privileges. This issue requires the instance to have an external secrets vault configured. The attacker must know or be able to guess the name of a target secret. The issue has been fixed in n8n versions 1.123.23 and 2.6.4. Users should upgrade to one of these versions or later to remediate the vulnerability. If upgrading is not immediately possible, administrators should consider the following temporary mitigations: Restrict n8n access to fully trusted users only, and/or disable external secrets integration until the patch can be applied. These workarounds do not fully remediate the risk and should only be used as short-term mitigation measures.
2.6.4
Affected by 20 other vulnerabilities.
VCID-6pzv-3t6r-akeq
Aliases:
CVE-2026-33696
GHSA-mxrg-77hm-89hv
n8n is an open source workflow automation platform. Prior to versions 2.14.1, 2.13.3, and 1.123.27, an authenticated user with permission to create or modify workflows could exploit a prototype pollution vulnerability in the XML and the GSuiteAdmin nodes. By supplying a crafted parameters as part of node configuration, an attacker could write attacker-controlled values onto `Object.prototype`. An attacker could use this prototype pollution to achieve remote code execution on the n8n instance. The issue has been fixed in n8n versions 2.14.1, 2.13.3, and 1.123.27. Users should upgrade to one of these versions or later to remediate the vulnerability. If upgrading is not immediately possible, administrators should consider the following temporary mitigations: Limit workflow creation and editing permissions to fully trusted users only, and/or disable the XML node by adding `n8n-nodes-base.xml` to the `NODES_EXCLUDE` environment variable. These workarounds do not fully remediate the risk and should only be used as short-term mitigation measures.
2.13.3
Affected by 0 other vulnerabilities.
2.14.1
Affected by 0 other vulnerabilities.
VCID-6xm5-7kq2-xqdm
Aliases:
GHSA-jh8h-6c9q-7gmw
n8n has an Authentication Bypass in its Chat Trigger Node
2.9.3
Affected by 10 other vulnerabilities.
2.10.1
Affected by 9 other vulnerabilities.
VCID-78yr-xz2p-rkff
Aliases:
CVE-2026-33660
GHSA-58qr-rcgv-642v
n8n is an open source workflow automation platform. Prior to versions 2.14.1, 2.13.3, and 1.123.26, an authenticated user with permission to create or modify workflows could use the Merge node's "Combine by SQL" mode to read local files on the n8n host and achieve remote code execution. The AlaSQL sandbox did not sufficiently restrict certain SQL statements, allowing an attacker to access sensitive files on the server or even compromise the instance. The issue has been fixed in n8n versions 2.14.1, 2.13.3, and 1.123.26. Users should upgrade to one of these versions or later to remediate the vulnerability. If upgrading is not immediately possible, administrators should consider the following temporary mitigations: Limit workflow creation and editing permissions to fully trusted users only, and/or disable the Merge node by adding `n8n-nodes-base.merge` to the `NODES_EXCLUDE` environment variable. These workarounds do not fully remediate the risk and should only be used as short-term mitigation measures.
2.13.3
Affected by 0 other vulnerabilities.
2.14.1
Affected by 0 other vulnerabilities.
VCID-95f5-4xkw-yuae
Aliases:
CVE-2026-27578
GHSA-2p9h-rqjw-gm92
n8n Vulnerable to Stored XSS via Various Nodes
2.9.3
Affected by 10 other vulnerabilities.
2.10.1
Affected by 9 other vulnerabilities.
VCID-9bcs-wgnz-m3e8
Aliases:
CVE-2026-25052
GHSA-gfvg-qv54-r4pc
n8n is an open source workflow automation platform. Prior to versions 1.123.18 and 2.5.0, a vulnerability in the file access controls allows authenticated users with permission to create or modify workflows to read sensitive files from the n8n host system. This can be exploited to obtain critical configuration data and user credentials, leading to complete account takeover of any user on the instance. This issue has been patched in versions 1.123.18 and 2.5.0.
2.5.0
Affected by 25 other vulnerabilities.
VCID-c4s3-zx71-c7h3
Aliases:
CVE-2026-25053
GHSA-9g95-qf3f-ggrw
n8n is an open source workflow automation platform. Prior to versions 1.123.10 and 2.5.0, vulnerabilities in the Git node allowed authenticated users with permission to create or modify workflows to execute arbitrary system commands or read arbitrary files on the n8n host. This issue has been patched in versions 1.123.10 and 2.5.0.
2.5.0
Affected by 25 other vulnerabilities.
VCID-camv-m2tf-qkac
Aliases:
CVE-2026-33663
GHSA-m63j-689w-3j35
n8n is an open source workflow automation platform. Prior to versions 2.14.1, 2.13.3, and 1.123.27, an authenticated user with the `global:member` role could exploit chained authorization flaws in n8n's credential pipeline to steal plaintext secrets from generic HTTP credentials (`httpBasicAuth`, `httpHeaderAuth`, `httpQueryAuth`) belonging to other users on the same instance. The attack abuses a name-based credential resolution path that does not enforce ownership or project scope, combined with a bypass in the credentials permission checker that causes generic HTTP credential types to be skipped during pre-execution validation. Together, these flaws allow a member-role user to resolve another user's credential ID and execute a workflow that decrypts and uses that credential without authorization. Native integration credential types (e.g. `slackApi`, `openAiApi`, `postgres`) are not affected by this issue. This vulnerability affects Community Edition only. Enterprise Edition has additional permission gates on workflow creation and execution that independently block this attack chain. The issue has been fixed in n8n versions 1.123.27, 2.13.3, and 2.14.1. Users should upgrade to one of these versions or later to remediate the vulnerability. If upgrading is not immediately possible, administrators should consider the following temporary mitigations: Restrict instance access to fully trusted users only, and/or audit credentials stored on the instance and rotate any generic HTTP credentials (`httpBasicAuth`, `httpHeaderAuth`, `httpQueryAuth`) that may have been exposed. These workarounds do not fully remediate the risk and should only be used as short-term mitigation measures.
2.13.3
Affected by 0 other vulnerabilities.
2.14.1
Affected by 0 other vulnerabilities.
VCID-cxss-9g41-gfb7
Aliases:
CVE-2026-1470
GHSA-5xrp-6693-jjx9
n8n contains a critical Remote Code Execution (RCE) vulnerability in its workflow Expression evaluation system. Expressions supplied by authenticated users during workflow configuration may be evaluated in an execution context that is not sufficiently isolated from the underlying runtime. An authenticated attacker could abuse this behavior to execute arbitrary code with the privileges of the n8n process. Successful exploitation may lead to full compromise of the affected instance, including unauthorized access to sensitive data, modification of workflows, and execution of system-level operations.
2.4.5
Affected by 29 other vulnerabilities.
2.5.1
Affected by 24 other vulnerabilities.
VCID-cyxm-4jde-myc1
Aliases:
GHSA-fvfv-ppw4-7h2w
n8n has a Guardrail Node Bypass
2.10.0
Affected by 17 other vulnerabilities.
VCID-d1rq-nmws-w3fy
Aliases:
GHSA-38c7-23hj-2wgq
n8n has Webhook Forgery on Zendesk Trigger Node
2.6.2
Affected by 22 other vulnerabilities.
VCID-d5bn-f87r-vka1
Aliases:
CVE-2026-33720
GHSA-vpgc-2f6g-7w7x
n8n is an open source workflow automation platform. Prior to version 2.8.0, when the `N8N_SKIP_AUTH_ON_OAUTH_CALLBACK` environment variable is set to `true`, the OAuth callback handler skips ownership verification of the OAuth state parameter. This allows an attacker to trick a victim into completing an OAuth flow against a credential object the attacker controls, causing the victim's OAuth tokens to be stored in the attacker's credential. The attacker can then use those tokens to execute workflows in their name. This issue only affects instances where `N8N_SKIP_AUTH_ON_OAUTH_CALLBACK=true` is explicitly configured (non-default). The issue has been fixed in n8n version 2.8.0. Users should upgrade to this version or later to remediate the vulnerability. If upgrading is not immediately possible, administrators should consider the following temporary mitigations: Avoid enabling `N8N_SKIP_AUTH_ON_OAUTH_CALLBACK=true` unless strictly required, and/ or restrict access to the n8n instance to fully trusted users only. These workarounds do not fully remediate the risk and should only be used as short-term mitigation measures.
2.8.0
Affected by 18 other vulnerabilities.
VCID-d5s2-xbfd-ukg7
Aliases:
CVE-2026-25049
GHSA-6cqr-8cfr-67f8
n8n is an open source workflow automation platform. Prior to versions 1.123.17 and 2.5.2, an authenticated user with permission to create or modify workflows could abuse crafted expressions in workflow parameters to trigger unintended system command execution on the host running n8n. This issue has been patched in versions 1.123.17 and 2.5.2.
2.5.2
Affected by 23 other vulnerabilities.
VCID-d763-b5fk-g3dm
Aliases:
CVE-2026-33724
GHSA-43v7-fp2v-68f6
n8n is an open source workflow automation platform. Prior to version 2.5.0, when the Source Control feature is configured to use SSH, the SSH command used for git operations explicitly disabled host key verification. A network attacker positioned between the n8n instance and the remote Git server could intercept the connection and present a fraudulent host key, potentially injecting malicious content into workflows or intercepting repository data. This issue only affects instances where the Source Control feature has been explicitly enabled and configured to use SSH (non-default). The issue has been fixed in n8n version 2.5.0. Users should upgrade to this version or later to remediate the vulnerability. If upgrading is not immediately possible, administrators should consider the following temporary mitigations: Disable the Source Control feature if it is not actively required, and/or restrict network access to ensure the n8n instance communicates with the Git server only over trusted, controlled network paths. These workarounds do not fully remediate the risk and should only be used as short-term mitigation measures.
2.5.0
Affected by 25 other vulnerabilities.
VCID-dm6y-ymh9-u3cm
Aliases:
CVE-2026-27577
GHSA-vpcf-gvg4-6qwr
n8n is an open source workflow automation platform. Prior to versions 2.10.1, 2.9.3, and 1.123.22, additional exploits in the expression evaluation of n8n have been identified and patched following CVE-2025-68613. An authenticated user with permission to create or modify workflows could abuse crafted expressions in workflow parameters to trigger unintended system command execution on the host running n8n. The issues have been fixed in n8n versions 2.10.1, 2.9.3, and 1.123.22. Users should upgrade to one of these versions or later to remediate all known vulnerabilities. If upgrading is not immediately possible, administrators should consider the following temporary mitigations. Limit workflow creation and editing permissions to fully trusted users only, and/or deploy n8n in a hardened environment with restricted operating system privileges and network access to reduce the impact of potential exploitation. These workarounds do not fully remediate the risk and should only be used as short-term mitigation measures.
2.9.3
Affected by 10 other vulnerabilities.
2.10.1
Affected by 9 other vulnerabilities.
VCID-f8r2-7ab1-w3d8
Aliases:
CVE-2026-33749
GHSA-qfc3-hm4j-7q77
n8n is an open source workflow automation platform. Prior to versions 1.123.27, 2.13.3, and 2.14.1, an authenticated user with permission to create or modify workflows could craft a workflow that produces an HTML binary data object without a filename. The `/rest/binary-data` endpoint served such responses inline on the n8n origin without `Content-Disposition` or `Content-Security-Policy` headers, allowing the HTML to render in the browser with full same-origin JavaScript access. By sending the resulting URL to a higher-privileged user, an attacker could execute JavaScript in the victim's authenticated session, enabling exfiltration of workflows and credentials, modification of workflows, or privilege escalation to admin. The issue has been fixed in n8n versions 1.123.27, 2.13.3, and 2.14.1. Users should upgrade to one of these versions or later to remediate the vulnerability. If upgrading is not immediately possible, administrators should consider the following temporary mitigations: Limit workflow creation and editing permissions to fully trusted users only, and/or restrict network access to the n8n instance to prevent untrusted users from accessing binary data URLs. These workarounds do not fully remediate the risk and should only be used as short-term mitigation measures.
2.13.3
Affected by 0 other vulnerabilities.
2.14.1
Affected by 0 other vulnerabilities.
VCID-g3sy-n7qb-kqat
Aliases:
CVE-2026-27493
GHSA-75g8-rv7v-32f7
n8n is an open source workflow automation platform. Prior to versions 2.10.1, 2.9.3, and 1.123.22, a second-order expression injection vulnerability existed in n8n's Form nodes that could allow an unauthenticated attacker to inject and evaluate arbitrary n8n expressions by submitting crafted form data. When chained with an expression sandbox escape, this could escalate to remote code execution on the n8n host. The vulnerability requires a specific workflow configuration to be exploitable. First, a form node with a field interpolating a value provided by an unauthenticated user, e.g. a form submitted value. Second, the field value must begin with an `=` character, which caused n8n to treat it as an expression and triggered a double-evaluation of the field content. There is no practical reason for a workflow designer to prefix a field with `=` intentionally — the character is not rendered in the output, so the result would not match the designer's expectations. If added accidentally, it would be noticeable and very unlikely to persist. An unauthenticated attacker would need to either know about this specific circumstance on a target instance or discover a matching form by chance. Even when the preconditions are met, the expression injection alone is limited to data accessible within the n8n expression context. Escalation to remote code execution requires chaining with a separate sandbox escape vulnerability. The issue has been fixed in n8n versions 2.10.1, 2.9.3, and 1.123.22. Users should upgrade to one of these versions or later to remediate the vulnerability. If upgrading is not immediately possible, administrators should consider the following temporary mitigations. Review usage of form nodes manually for above mentioned preconditions, disable the Form node by adding `n8n-nodes-base.form` to the `NODES_EXCLUDE` environment variable, and/or disable the Form Trigger node by adding `n8n-nodes-base.formTrigger` to the `NODES_EXCLUDE` environment variable. These workarounds do not fully remediate the risk and should only be used as short-term mitigation measures.
2.9.3
Affected by 10 other vulnerabilities.
2.10.1
Affected by 9 other vulnerabilities.
VCID-ktyh-c1au-6yc7
Aliases:
CVE-2026-25055
GHSA-m82q-59gv-mcr9
n8n is an open source workflow automation platform. Prior to versions 1.123.12 and 2.4.0, when workflows process uploaded files and transfer them to remote servers via the SSH node without validating their metadata the vulnerability can lead to files being written to unintended locations on those remote systems potentially leading to remote code execution on those systems. As a prerequisites an unauthenticated attacker needs knowledge of such workflows existing and the endpoints for file uploads need to be unauthenticated. This issue has been patched in versions 1.123.12 and 2.4.0.
2.4.0
Affected by 30 other vulnerabilities.
VCID-p2w8-9t9n-7baw
Aliases:
CVE-2026-27495
GHSA-jjpj-p2wh-qf23
n8n is an open source workflow automation platform. Prior to versions 2.10.1, 2.9.3, and 1.123.22, an authenticated user with permission to create or modify workflows could exploit a vulnerability in the JavaScript Task Runner sandbox to execute arbitrary code outside the sandbox boundary. On instances using internal Task Runners (default runner mode), this could result in full compromise of the n8n host. On instances using external Task Runners, the attacker might gain access to or impact other task executed on the Task Runner. Task Runners must be enabled using `N8N_RUNNERS_ENABLED=true`. The issue has been fixed in n8n versions 2.10.1, 2.9.3, and 1.123.22. Users should upgrade to one of these versions or later to remediate the vulnerability. If upgrading is not immediately possible, administrators should consider the following temporary mitigations. Limit workflow creation and editing permissions to fully trusted users only, and/or use external runner mode (`N8N_RUNNERS_MODE=external`) to limit the blast radius. These workarounds do not fully remediate the risk and should only be used as short-term mitigation measures.
2.9.3
Affected by 10 other vulnerabilities.
2.10.1
Affected by 9 other vulnerabilities.
VCID-qrf6-n324-ybbj
Aliases:
CVE-2026-27497
GHSA-wxx7-mcgf-j869
n8n is an open source workflow automation platform. Prior to versions 2.10.1, 2.9.3, and 1.123.22, an authenticated user with permission to create or modify workflows could leverage the Merge node's SQL query mode to execute arbitrary code and write arbitrary files on the n8n server. The issues have been fixed in n8n versions 2.10.1, 2.9.3, and 1.123.22. Users should upgrade to one of these versions or later to remediate all known vulnerabilities. If upgrading is not immediately possible, administrators should consider the following temporary mitigations. Limit workflow creation and editing permissions to fully trusted users only, and/or disable the Merge node by adding `n8n-nodes-base.merge` to the `NODES_EXCLUDE` environment variable. These workarounds do not fully remediate the risk and should only be used as short-term mitigation measures.
2.9.3
Affected by 10 other vulnerabilities.
2.10.1
Affected by 9 other vulnerabilities.
VCID-r89t-ywcr-kbev
Aliases:
GHSA-q4fm-pjq6-m63g
n8n has a Stored XSS Vulnerability in its Form Trigger ## Impact An authenticated user with permission to create or modify workflows could exploit a flaw in the Form Trigger node's CSS sanitization to store a cross-site scripting (XSS) payload. The injected script executes persistently for every visitor of the published form, enabling form submission hijacking and phishing. The existing Content Security Policy prevents direct n8n session cookie theft but does not prevent script execution or form action manipulation. ## Patches The issue has been fixed in n8n versions 2.12.0, 2.11.2, and 1.123.25. Users should upgrade to one of these versions or later to remediate the vulnerability. ## Workarounds If upgrading is not immediately possible, administrators should consider the following temporary mitigations: - Limit workflow creation and editing permissions to fully trusted users only. - Disable the Form Trigger node by adding `n8n-nodes-base.formTrigger` to the `NODES_EXCLUDE` environment variable. These workarounds do not fully remediate the risk and should only be used as short-term mitigation measures.
2.11.2
Affected by 8 other vulnerabilities.
VCID-ra9y-br8w-k7au
Aliases:
CVE-2026-27496
GHSA-xvh5-5qg4-x9qp
n8n is an open source workflow automation platform. Prior to versions 1.123.22, 2.9.3, and 2.10.1, an authenticated user with permission to create or modify workflows could use the JavaScript Task Runner to allocate uninitialized memory buffers. Uninitialized buffers may contain residual data from the same Node.js process — including data from prior requests, tasks, secrets, or tokens — resulting in information disclosure of sensitive in-process data. Task Runners must be enabled using `N8N_RUNNERS_ENABLED=true`. In external runner mode, the impact is limited to data within the external runner process. The issue has been fixed in n8n versions 1.123.22, 2.10.1 , and 2.9.3. Users should upgrade to this version or later to remediate the vulnerability. If upgrading is not immediately possible, administrators should consider the following temporary mitigations: Limit workflow creation and editing permissions to fully trusted users only, and/or use external runner mode (`N8N_RUNNERS_MODE=external`) to isolate the runner process. These workarounds do not fully remediate the risk and should only be used as short-term mitigation measures.
2.9.3
Affected by 10 other vulnerabilities.
2.10.1
Affected by 9 other vulnerabilities.
VCID-s86a-mpj9-dfhg
Aliases:
CVE-2026-25056
GHSA-hv53-3329-vmrm
n8n is an open source workflow automation platform. Prior to versions 1.118.0 and 2.4.0, a vulnerability in the Merge node's SQL Query mode allowed authenticated users with permission to create or modify workflows to write arbitrary files to the n8n server's filesystem potentially leading to remote code execution. This issue has been patched in versions 1.118.0 and 2.4.0.
2.4.0
Affected by 30 other vulnerabilities.
VCID-s8p4-nts1-2fh2
Aliases:
GHSA-vjf3-2gpj-233v
n8n has an SSO Enforcement Bypass in its Self-Service Settings API
2.8.0
Affected by 18 other vulnerabilities.
VCID-ty34-7aqe-27gv
Aliases:
GHSA-3c7f-5hgj-h279
n8n has XSS in Chat Trigger Node through Custom CSS ## Impact An authenticated user with permission to create or modify workflows could inject malicious JavaScript into the Custom CSS field of the Chat Trigger node. Due to a misconfiguration in the `sanitize-html` library, the sanitization could be bypassed, resulting in stored XSS on the public chat page. Any user visiting the chat URL would be affected. ## Patches The issue has been fixed in n8n versions 1.123.27, 2.13.3, and 2.14.1. Users should upgrade to one of these versions or later to remediate the vulnerability. ## Workarounds If upgrading is not immediately possible, administrators should consider the following temporary mitigations: - Limit workflow creation and editing permissions to fully trusted users only. - Disable the Chat Trigger node by adding `@n8n/n8n-nodes-langchain.chatTrigger` to the `NODES_EXCLUDE` environment variable. These workarounds do not fully remediate the risk and should only be used as short-term mitigation measures.
2.13.3
Affected by 0 other vulnerabilities.
2.14.1
Affected by 0 other vulnerabilities.
VCID-ubn7-w3vz-hqgb
Aliases:
CVE-2026-27494
GHSA-mmgg-m5j7-f83h
n8n is an open source workflow automation platform. Prior to versions 2.10.1, 2.9.3, and 1.123.22, an authenticated user with permission to create or modify workflows could use the Python Code node to escape the sandbox. The sandbox did not sufficiently restrict access to certain built-in Python objects, allowing an attacker to exfiltrate file contents or achieve RCE. On instances using internal Task Runners (default runner mode), this could result in full compromise of the n8n host. On instances using external Task Runners, the attacker might gain access to or impact other task executed on the Task Runner. Task Runners must be enabled using `N8N_RUNNERS_ENABLED=true`. The issue has been fixed in n8n versions 2.10.1, 2.9.3, and 1.123.22. Users should upgrade to this version or later to remediate the vulnerability. If upgrading is not immediately possible, administrators should consider the following temporary mitigations. Limit workflow creation and editing permissions to fully trusted users only., and/or disable the Code node by adding `n8n-nodes-base.code` to the `NODES_EXCLUDE` environment variable. These workarounds do not fully remediate the risk and should only be used as short-term mitigation measures.
2.9.3
Affected by 10 other vulnerabilities.
2.10.1
Affected by 9 other vulnerabilities.
VCID-umut-3bp5-y3eq
Aliases:
CVE-2026-33713
GHSA-98c2-4cr3-4jc3
n8n is an open source workflow automation platform. Prior to versions 2.14.1, 2.13.3, and 1.123.26, an authenticated user with permission to create or modify workflows could exploit a SQL injection vulnerability in the Data Table Get node. On default SQLite DB, single statements can be manipulated and the attack surface is practically limited. On PostgreSQL deployments, multi-statement execution is possible, enabling data modification and deletion. The issue has been fixed in n8n versions 1.123.26, 2.13.3, and 2.14.1. Users should upgrade to one of these versions or later to remediate the vulnerability. If upgrading is not immediately possible, administrators should consider the following temporary mitigations: Limit workflow creation and editing permissions to fully trusted users only, disable the Data Table node by adding `n8n-nodes-base.dataTable` to the `NODES_EXCLUDE` environment variable, and/or review existing workflows for Data Table Get nodes where `orderByColumn` is set to an expression that incorporates external or user-supplied input. These workarounds do not fully remediate the risk and should only be used as short-term mitigation measures.
2.13.3
Affected by 0 other vulnerabilities.
2.14.1
Affected by 0 other vulnerabilities.
VCID-wbd6-q158-8khm
Aliases:
CVE-2026-25115
GHSA-8398-gmmx-564h
n8n is an open source workflow automation platform. Prior to version 2.4.8, a vulnerability in the Python Code node allows authenticated users to break out of the Python sandbox environment and execute code outside the intended security boundary. This issue has been patched in version 2.4.8.
2.4.8
Affected by 28 other vulnerabilities.
VCID-wg96-fujy-33db
Aliases:
GHSA-f3f2-mcxc-pwjx
n8n: SQL Injection in MySQL, PostgreSQL, and Microsoft SQL nodes
2.4.0
Affected by 30 other vulnerabilities.
VCID-xf7g-p8s2-rqbj
Aliases:
GHSA-mqpr-49jj-32rc
n8n: Webhook Forgery on Github Webhook Trigger
2.5.0
Affected by 25 other vulnerabilities.
VCID-xnnq-fzcn-7fbg
Aliases:
CVE-2026-33665
GHSA-c545-x2rh-82fc
n8n is an open source workflow automation platform. Prior to versions 2.4.0 and 1.121.0, when LDAP authentication is enabled, n8n automatically linked an LDAP identity to an existing local account if the LDAP email attribute matched the local account's email. An authenticated LDAP user who could control their own LDAP email attribute could set it to match another user's email — including an administrator's — and upon login gain full access to that account. The account linkage persisted even if the LDAP email was later reverted, resulting in a permanent account takeover. LDAP authentication must be configured and active (non-default). The issue has been fixed in n8n versions 2.4.0 and 1.121.0. Users should upgrade to one of these versions or later to remediate the vulnerability. If upgrading is not immediately possible, administrators should consider the following temporary mitigations: Disable LDAP authentication until the instance can be upgraded, restrict LDAP directory permissions so that users cannot modify their own email attributes, and/or audit existing LDAP-linked accounts for unexpected account associations. These workarounds do not fully remediate the risk and should only be used as short-term mitigation measures.
2.4.0
Affected by 30 other vulnerabilities.
Vulnerabilities fixed by this package (0)
Vulnerability Summary Aliases
This package is not known to fix vulnerabilities.

Date Actor Action Vulnerability Source VulnerableCode Version
2026-06-12T21:41:12.156648+00:00 GitLab Importer Affected by VCID-2kxv-vwc7-3ubf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/GHSA-w673-8fjw-457c.yml 38.6.0
2026-06-12T21:40:27.146375+00:00 GitLab Importer Affected by VCID-ty34-7aqe-27gv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/GHSA-3c7f-5hgj-h279.yml 38.6.0
2026-06-12T21:40:14.439488+00:00 GitLab Importer Affected by VCID-r89t-ywcr-kbev https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/GHSA-q4fm-pjq6-m63g.yml 38.6.0
2026-06-12T21:39:56.504595+00:00 GitLab Importer Affected by VCID-1rt1-y3w9-skc7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/GHSA-364x-8g5j-x2pr.yml 38.6.0
2026-06-12T21:39:49.194499+00:00 GitLab Importer Affected by VCID-umut-3bp5-y3eq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-33713.yml 38.6.0
2026-06-12T21:39:06.289738+00:00 GitLab Importer Affected by VCID-18zg-q45k-d3f3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-33751.yml 38.6.0
2026-06-12T21:38:19.060451+00:00 GitLab Importer Affected by VCID-6pzv-3t6r-akeq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-33696.yml 38.6.0
2026-06-12T21:37:58.047202+00:00 GitLab Importer Affected by VCID-f8r2-7ab1-w3d8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-33749.yml 38.6.0
2026-06-12T21:37:14.446920+00:00 GitLab Importer Affected by VCID-xnnq-fzcn-7fbg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-33665.yml 38.6.0
2026-06-12T21:37:04.934239+00:00 GitLab Importer Affected by VCID-ra9y-br8w-k7au https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-27496.yml 38.6.0
2026-06-12T21:37:00.097011+00:00 GitLab Importer Affected by VCID-d763-b5fk-g3dm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-33724.yml 38.6.0
2026-06-12T21:36:51.491746+00:00 GitLab Importer Affected by VCID-5fsf-m3s8-pfg2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-33722.yml 38.6.0
2026-06-12T21:36:36.368727+00:00 GitLab Importer Affected by VCID-d5bn-f87r-vka1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-33720.yml 38.6.0
2026-06-12T21:36:28.235115+00:00 GitLab Importer Affected by VCID-78yr-xz2p-rkff https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-33660.yml 38.6.0
2026-06-12T21:36:19.079830+00:00 GitLab Importer Affected by VCID-camv-m2tf-qkac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-33663.yml 38.6.0
2026-06-12T21:10:47.270283+00:00 GitLab Importer Affected by VCID-s8p4-nts1-2fh2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/GHSA-vjf3-2gpj-233v.yml 38.6.0
2026-06-12T21:10:41.506926+00:00 GitLab Importer Affected by VCID-6xm5-7kq2-xqdm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/GHSA-jh8h-6c9q-7gmw.yml 38.6.0
2026-06-12T21:10:37.572388+00:00 GitLab Importer Affected by VCID-wg96-fujy-33db https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/GHSA-f3f2-mcxc-pwjx.yml 38.6.0
2026-06-12T21:10:33.427823+00:00 GitLab Importer Affected by VCID-xf7g-p8s2-rqbj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/GHSA-mqpr-49jj-32rc.yml 38.6.0
2026-06-12T21:10:18.206945+00:00 GitLab Importer Affected by VCID-d1rq-nmws-w3fy https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/GHSA-38c7-23hj-2wgq.yml 38.6.0
2026-06-12T21:10:12.075760+00:00 GitLab Importer Affected by VCID-cyxm-4jde-myc1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/GHSA-fvfv-ppw4-7h2w.yml 38.6.0
2026-06-12T21:09:07.518028+00:00 GitLab Importer Affected by VCID-95f5-4xkw-yuae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-27578.yml 38.6.0
2026-06-12T21:08:58.291038+00:00 GitLab Importer Affected by VCID-g3sy-n7qb-kqat https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-27493.yml 38.6.0
2026-06-12T21:08:48.688098+00:00 GitLab Importer Affected by VCID-ubn7-w3vz-hqgb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-27494.yml 38.6.0
2026-06-12T21:07:50.398227+00:00 GitLab Importer Affected by VCID-dm6y-ymh9-u3cm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-27577.yml 38.6.0
2026-06-12T21:07:29.012385+00:00 GitLab Importer Affected by VCID-qrf6-n324-ybbj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-27497.yml 38.6.0
2026-06-12T21:07:07.492960+00:00 GitLab Importer Affected by VCID-p2w8-9t9n-7baw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-27495.yml 38.6.0
2026-06-12T20:56:27.648477+00:00 GitLab Importer Affected by VCID-d5s2-xbfd-ukg7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-25049.yml 38.6.0
2026-06-12T20:56:21.103331+00:00 GitLab Importer Affected by VCID-s86a-mpj9-dfhg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-25056.yml 38.6.0
2026-06-12T20:56:10.142484+00:00 GitLab Importer Affected by VCID-9bcs-wgnz-m3e8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-25052.yml 38.6.0
2026-06-12T20:56:02.762231+00:00 GitLab Importer Affected by VCID-ktyh-c1au-6yc7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-25055.yml 38.6.0
2026-06-12T20:55:55.067425+00:00 GitLab Importer Affected by VCID-c4s3-zx71-c7h3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-25053.yml 38.6.0
2026-06-12T20:55:47.371194+00:00 GitLab Importer Affected by VCID-wbd6-q158-8khm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-25115.yml 38.6.0
2026-06-12T20:52:41.355382+00:00 GitLab Importer Affected by VCID-cxss-9g41-gfb7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-1470.yml 38.6.0