Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:npm/n8n@1.123.22
purl pkg:npm/n8n@1.123.22
Next non-vulnerable version 1.123.33
Latest non-vulnerable version 2.22.1
Risk
Vulnerabilities affecting this package (28)
Vulnerability Summary Fixed by
VCID-1n3j-672w-p3f9
Aliases:
CVE-2026-33713
GHSA-98c2-4cr3-4jc3
n8n has SQL Injection in Data Table Node via orderByColumn Expression ## Impact 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. ## Patches 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. ## 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 Data Table node by adding `n8n-nodes-base.dataTable` to the `NODES_EXCLUDE` environment variable. - 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.
1.123.26
Affected by 21 other vulnerabilities.
2.13.3
Affected by 7 other vulnerabilities.
2.14.1
Affected by 7 other vulnerabilities.
VCID-2ucg-22n6-n3ag
Aliases:
CVE-2026-42232
GHSA-hqr4-h3xv-9m3r
n8n has XML Node Prototype Pollution that to RCE ## Impact An authenticated user with permission to create or modify workflows could achieve global prototype pollution via the XML Node leading to RCE when combined with other nodes exploiting the prototype pollution. ## Patches The issue has been fixed in n8n versions 1.123.32, 2.17.4, and 2.18.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 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.
1.123.32
Affected by 1 other vulnerability.
2.17.4
Affected by 1 other vulnerability.
2.18.1
Affected by 0 other vulnerabilities.
VCID-38wy-4z9b-gfeh
Aliases:
CVE-2026-33663
GHSA-m63j-689w-3j35
n8n is Vulnerable to Credential Theft via Name-Based Resolution and Permission Checker Bypass in Community Edition ## Impact 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. ## 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: - Restrict instance access to fully trusted users only. - 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.
1.123.27
Affected by 13 other vulnerabilities.
2.13.3
Affected by 7 other vulnerabilities.
2.14.1
Affected by 7 other vulnerabilities.
VCID-3fs8-b1v9-7qeb
Aliases:
GHSA-f3f2-mcxc-pwjx
n8n: SQL Injection in MySQL, PostgreSQL, and Microsoft SQL nodes An authenticated user with permission to create or modify workflows and access to a database credential could unknowingly create a workflow that was vulnerable to SQL injection, even while expecting inputs to be handled safely through escaped parameters. By supplying specially crafted table or column names, an attacker could inject arbitrary SQL because the MySQL, PostgreSQL, and Microsoft SQL nodes did not escape identifier values when constructing queries, enabling injection through node configuration parameters.
2.4.0
Affected by 37 other vulnerabilities.
VCID-4axp-5smx-g7bc
Aliases:
CVE-2026-42236
GHSA-49m9-pgww-9vq6
n8n Vulnerable to Unauthenticated Denial of Service via MCP Client Registration ## Impact The MCP OAuth client registration endpoint accepted unauthenticated requests and stored client data without adequate resource controls. An unauthenticated remote attacker could exhaust server memory resources by sending large registration payloads, rendering the n8n instance unavailable. The MCP enable/disable toggle gates MCP access but did not restrict client registrations, meaning the endpoint is reachable regardless of whether MCP access is enabled on the instance. The patches address the unbound registration with an upper bound of registered clients and disabling creation when MCP is disabled on the instance. Mean to restrict the payload size of requests already exist and can be used to control additional risks. ## Patches The issue has been fixed in n8n versions 1.123.32, 2.17.4, and 2.18.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: - Restrict network access to the n8n instance to prevent requests from untrusted sources. - Reduce the maximum accepted payload size by lowering the `N8N_PAYLOAD_SIZE_MAX` environment variable from its default value. These workarounds do not fully remediate the risk and should only be used as short-term mitigation measures.
1.123.32
Affected by 1 other vulnerability.
2.17.4
Affected by 1 other vulnerability.
2.18.1
Affected by 0 other vulnerabilities.
VCID-5dtu-z3ww-c3hx
Aliases:
CVE-2026-33722
GHSA-fxcw-h3qj-8m8p
n8n Has External Secrets Authorization Bypass in Credential Saving ## Impact 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. ## Patches 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. ## Workarounds If upgrading is not immediately possible, administrators should consider the following temporary mitigations: - Restrict n8n access to fully trusted users only. - 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.
1.123.23
Affected by 24 other vulnerabilities.
2.6.4
Affected by 27 other vulnerabilities.
VCID-74fh-jbha-m7d7
Aliases:
CVE-2026-33751
GHSA-w83q-mcmx-mh42
n8n Vulnerable to LDAP Filter Injection in LDAP Node ## Impact 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). ## 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 LDAP node by adding `n8n-nodes-base.ldap` to the `NODES_EXCLUDE` environment variable. - 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.
1.123.27
Affected by 13 other vulnerabilities.
2.13.3
Affected by 7 other vulnerabilities.
2.14.1
Affected by 7 other vulnerabilities.
VCID-7rw7-zc4s-huaq
Aliases:
CVE-2026-33720
GHSA-vpgc-2f6g-7w7x
n8n Has Authorization Bypass in OAuth Callback via N8N_SKIP_AUTH_ON_OAUTH_CALLBACK ## Impact 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). ## Patches The issue has been fixed in n8n version 2.8.0. Users should upgrade to this version or later to remediate the vulnerability. ## Workarounds 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. - 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 25 other vulnerabilities.
VCID-ardd-vu45-uba8
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.
1.123.27
Affected by 13 other vulnerabilities.
2.13.3
Affected by 7 other vulnerabilities.
2.14.1
Affected by 7 other vulnerabilities.
VCID-bbmg-r6ze-dugs
Aliases:
CVE-2026-42237
GHSA-hp3c-vfpm-q4f7
n8n has SQL Injection in Snowflake and MySQL Nodes ## Impact The fix for [GHSA-f3f2-mcxc-pwjx](https://github.com/advisories/GHSA-f3f2-mcxc-pwjx) did not cover the Snowflake node or the legacy MySQL v1 node. Both nodes construct SQL queries by directly interpolating user-controlled table names, column names, and update keys into query strings without identifier escaping, enabling SQL injection against the connected database. Exploitation requires a specific workflow configuration: - The Snowflake or MySQL v1 node must be used with user-controlled input passed via expressions (e.g., from a form or webhook) into identifier fields such as table name, column name, or update key. Successful exploitation could allow data exfiltration, modification, or deletion on the downstream database. ## Patches The issue has been fixed in n8n versions 1.123.32, 2.17.4, and 2.18.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. - Migrate workflows from the legacy MySQL v1 node to the MySQL v2 node, which already implements identifier escaping. - Disable the Snowflake node by adding `n8n-nodes-base.snowflake` to the `NODES_EXCLUDE` environment variable. - Avoid passing unvalidated external user input into table name, column name, or update key fields via expressions in the affected nodes. These workarounds do not fully remediate the risk and should only be used as short-term mitigation measures.
1.123.32
Affected by 1 other vulnerability.
2.17.4
Affected by 1 other vulnerability.
2.18.1
Affected by 0 other vulnerabilities.
VCID-bf5s-ucsz-rbgp
Aliases:
CVE-2026-33660
GHSA-58qr-rcgv-642v
n8n has Multiple Remote Code Execution Vulnerabilities in Merge Node AlaSQL SQL Mode ## Impact 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 intance. ## Patches 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. ## 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 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.
1.123.27
Affected by 13 other vulnerabilities.
2.13.3
Affected by 7 other vulnerabilities.
2.14.1
Affected by 7 other vulnerabilities.
VCID-ejke-qxks-u3gc
Aliases:
CVE-2026-42235
GHSA-537j-gqpc-p7fq
n8n Vulnerable to XSS via MCP OAuth client ## Impact An unauthenticated attacker could register a malicious MCP OAuth client with a crafted `client_name`. If a victim user authorized the OAuth consent dialog and a second user subsequently revoked that access, a toast notification would render the injected script. Clicking the link would execute arbitrary JavaScript in the victim's authenticated n8n browser session, enabling credential and session token theft, workflow manipulation, or privilege escalation. ## Patches This issue has been fixed in n8n version 2.14.2. Users should upgrade to this version or later to remediate the vulnerability. ## Workarounds If upgrading is not immediately possible, administrators should consider the following temporary mitigations: - Restrict access to the n8n instance and the MCP OAuth registration endpoint to trusted users only. - Disable MCP server functionality if it is not actively required. These workarounds do not fully remediate the risk and should only be used as short-term mitigation measures.
1.123.32
Affected by 1 other vulnerability.
2.17.4
Affected by 1 other vulnerability.
2.18.1
Affected by 0 other vulnerabilities.
VCID-fwxr-8gw5-9fgx
Aliases:
CVE-2026-42230
GHSA-f6x8-65q6-j9m9
n8n has Open Redirect in MCP OAuth Consent Flow ## Impact The `/mcp-oauth/register` endpoint accepted OAuth client registrations without authentication, allowing arbitrary `redirect_uri` values to be registered. When a user denies the MCP OAuth consent dialog, the `handleDeny` handler redirects the user to the registered `redirect_uri` without validation, enabling an open redirect to an attacker-controlled URL. An attacker can craft a phishing link and send it to a victim; if the victim clicks "Deny" on the consent page, they are silently redirected to an external site. ## Patches The issue has been fixed in n8n versions 1.123.32, 2.17.4, and 2.18.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: - Restrict network access to the n8n instance to prevent untrusted users from reaching the MCP OAuth endpoints. - Limit 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.
1.123.32
Affected by 1 other vulnerability.
2.17.4
Affected by 1 other vulnerability.
2.18.1
Affected by 0 other vulnerabilities.
VCID-fz16-2act-hqg7
Aliases:
CVE-2026-33696
GHSA-mxrg-77hm-89hv
n8n: Prototype Pollution in XML and GSuiteAdmin node parameters lead to RCE ## Impact An authenticated user with permission to create or modify workflows could exploit a prototype pollution vulnerability in the GSuiteAdmin node. By supplying a crafted parameter 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. ## Patches 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. ## 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 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.
1.123.27
Affected by 13 other vulnerabilities.
2.13.3
Affected by 7 other vulnerabilities.
2.14.1
Affected by 7 other vulnerabilities.
VCID-gbpq-vzwt-ykep
Aliases:
CVE-2026-42233
GHSA-r6jc-mpqw-m755
n8n has SQL Injection in Oracle Database Node via Limit Field ## Impact A flaw in the Oracle Database node's select operation allowed user-controlled input passed into the `Limit` field via expressions to be interpolated directly into the SQL query without sanitization or parameterization. In workflows where external input is passed into the `Limit` field (e.g., from a webhook), an attacker could inject arbitrary SQL and exfiltrate data from the connected Oracle database. Exploitation requires a specific workflow configuration: - The Oracle Database node must be used with user-controlled input passed via expressions into the `Limit` field. - Authentication requirements depend on the workflow's configuration (e.g., an unauthenticated webhook endpoint would allow unauthenticated exploitation). ## Patches The issue has been fixed in n8n versions 1.123.32, 2.17.4, and 2.18.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 Oracle Database node by adding `n8n-nodes-base.oracleDatabase` to the `NODES_EXCLUDE` environment variable. - Avoid passing unvalidated external user input into the Oracle Database node's `Limit` field via expressions. These workarounds do not fully remediate the risk and should only be used as short-term mitigation measures.
1.123.32
Affected by 1 other vulnerability.
2.17.4
Affected by 1 other vulnerability.
2.18.1
Affected by 0 other vulnerabilities.
VCID-gvjm-hukc-93f8
Aliases:
CVE-2026-42231
GHSA-q5f4-99jv-pgg5
n8n has Prototype Pollution in XML Webhook Body Parser that Leads to RCE ## Impact A flaw in the `xml2js` library used to parse XML request bodies in n8n's webhook handler allowed prototype pollution via a crafted XML payload. An authenticated user with permission to create or modify workflows could exploit this to pollute the JavaScript object prototype and, by chaining the pollution with the Git node's SSH operations, achieve remote code execution on the n8n host. ## Patches The issue has been fixed in n8n versions 1.123.32, 2.17.4, and 2.18.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. These workarounds do not fully remediate the risk and should only be used as short-term mitigation measures. --- n8n has adopted CVSS 4.0 as primary score for all security advisories. CVSS 3.1 vector strings are provided for backwards compatibility. CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
1.123.32
Affected by 1 other vulnerability.
2.17.4
Affected by 1 other vulnerability.
2.18.1
Affected by 0 other vulnerabilities.
VCID-h7b1-xmu3-wbc1
Aliases:
CVE-2026-42228
GHSA-f77h-j2v7-g6mw
n8n Vulnerable to Hijacking of Unauthenticated Chat Execution ## Impact The `/chat` WebSocket endpoint used by the Chat Trigger node's Hosted Chat feature did not verify that an incoming connection was authorized to interact with the target execution. An unauthenticated remote attacker who could identify a valid execution ID for a workflow in a waiting state could attach to that execution, receive the pending prompt intended for the legitimate user, and submit arbitrary input to resume or influence downstream workflow behavior. Exploitation requires the following conditions: - The instance exposes a public Hosted Chat workflow with authentication set to `None`. - A target execution is in a waiting state at the time of the attack. - The attacker can obtain or discover the execution ID of that waiting execution. ## Patches The issue has been fixed in n8n versions 1.123.32, 2.17.4, and 2.18.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: - Enable authentication on all Chat Trigger nodes by setting the Authentication field to `n8n User Auth` rather than `None`. These workarounds do not fully remediate the risk and should only be used as short-term mitigation measures. --- n8n has adopted CVSS 4.0 as primary score for all security advisories. CVSS 3.1 vector strings are provided for backwards compatibility. CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N
1.123.32
Affected by 1 other vulnerability.
2.17.4
Affected by 1 other vulnerability.
2.18.1
Affected by 0 other vulnerabilities.
VCID-m8k1-g6g5-qbfs
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.
1.123.24
Affected by 23 other vulnerabilities.
2.10.4
Affected by 15 other vulnerabilities.
2.12.0
Affected by 14 other vulnerabilities.
VCID-nazv-a4as-fkgk
Aliases:
CVE-2026-33749
GHSA-qfc3-hm4j-7q77
n8n Vulnerable to XSS via Binary Data Inline HTML Rendering ## Impact 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. ## 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. - 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.
1.123.27
Affected by 13 other vulnerabilities.
2.13.3
Affected by 7 other vulnerabilities.
2.14.1
Affected by 7 other vulnerabilities.
VCID-nf1f-y3be-pyaq
Aliases:
CVE-2026-42226
GHSA-r4v6-9fqc-w5jr
n8n's Credential Authorization Bypass in dynamic-node-parameters Allows Foreign API Key Replay ## Impact The `dynamic-node-parameters` endpoints did not verify whether the authenticated caller was authorized to use a supplied credential reference. An authenticated user with access to a shared workflow could supply a foreign credential ID in the request body, causing the backend to decrypt and use that credential in a helper execution path where the caller also controls the destination URL. This allowed the caller to force the backend to authenticate against attacker-controlled infrastructure using a credential belonging to another user, effectively exfiltrating a reusable API key. The issue is not limited to any single node type; any node that resolves credentials dynamically through these endpoints may be affected. ## Patches The issue has been fixed in n8n version 2.18.0. Users should upgrade to this version or later to remediate the vulnerability. ## Workarounds If upgrading is not immediately possible, administrators should consider the following temporary mitigations: - Restrict n8n access to fully trusted users only. - Avoid sharing workflows with users who should not have access to the credentials those workflows reference. These workarounds do not fully remediate the risk and should only be used as short-term mitigation measures.
1.123.33
Affected by 0 other vulnerabilities.
2.17.5
Affected by 0 other vulnerabilities.
VCID-ts5h-by8q-4ybw
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.
1.123.25
Affected by 22 other vulnerabilities.
2.11.2
Affected by 15 other vulnerabilities.
VCID-ttr7-jtyj-4ufp
Aliases:
GHSA-fvfv-ppw4-7h2w
n8n has a Guardrail Node Bypass An end user interacting with a workflow that uses the Guardrail node could craft an input that bypasses the default guardrail instructions.
2.10.0
Affected by 24 other vulnerabilities.
VCID-uz4t-m6tu-cuf3
Aliases:
CVE-2026-42234
GHSA-44v6-jhgm-p3m4
n8n has a Python Task Runner Sandbox Escape Vulnerability ## Impact An authenticated user with permission to create or modify workflows containing a Python Code Node could escape the sandbox and achieve arbitrary code execution on the task runner container. - This issue only affects instances where the Python Task Runner is enabled. ## Patches The issue has been fixed in n8n versions 1.123.32, 2.17.4, and 2.18.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 Python Code node by adding `n8n-nodes-base.code` to the `NODES_EXCLUDE` environment variable, or disable the Python Task Runner entirely. These workarounds do not fully remediate the risk and should only be used as short-term mitigation measures.
1.123.32
Affected by 1 other vulnerability.
2.17.4
Affected by 1 other vulnerability.
2.18.1
Affected by 0 other vulnerabilities.
VCID-vn1a-guqa-5fc3
Aliases:
CVE-2026-42227
GHSA-756q-gq9h-fp22
n8n has Public API Variables IDOR that Allows Cross-Project Secret Disclosure ## Impact An authenticated user with a valid API key scoped to `variable:list` could read variables from projects they are not a member of by supplying an arbitrary `projectId` query parameter to the public API variables endpoint. The handler queried the variables repository directly without enforcing project membership checks, bypassing the authorization-aware service layer used by the internal enterprise controller. If variables were misused to store sensitive information such as credentials or tokens, they should be rotated immediately. This issue only affects licensed enterprise or team deployments with multiple projects and the variables feature enabled. ## Patches The issue has been fixed in n8n versions 1.123.32, 2.17.4, and 2.18.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: - Restrict n8n access and API key issuance to fully trusted users only. - Audit existing project variables for sensitive values and rotate any secrets that may have been exposed. These workarounds do not fully remediate the risk and should only be used as short-term mitigation measures.
1.123.32
Affected by 1 other vulnerability.
2.17.4
Affected by 1 other vulnerability.
2.18.1
Affected by 0 other vulnerabilities.
VCID-vz7j-zkq3-zybm
Aliases:
CVE-2026-33724
GHSA-43v7-fp2v-68f6
n8n's Source Control SSH Configuration Uses StrictHostKeyChecking=no ## Impact 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). ## Patches The issue has been fixed in n8n version 2.5.0. Users should upgrade to this version or later to remediate the vulnerability. ## Workarounds If upgrading is not immediately possible, administrators should consider the following temporary mitigations: - Disable the Source Control feature if it is not actively required. - 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 32 other vulnerabilities.
VCID-w1wa-4kd7-abfm
Aliases:
CVE-2026-42229
GHSA-mp4j-h6gh-f6mp
n8n has SQL Injection in SeaTable Node ## Impact A flaw in the SeaTable node's `row:search` and `row:get` operations allowed user-controlled input to be concatenated directly into SQL query strings without escaping or parameterization. In workflows where external user input is passed via expressions into the SeaTable node's search or row retrieval parameters, an attacker could manipulate the constructed query to retrieve unintended rows from the connected SeaTable base, bypassing row-level filtering logic implemented in the workflow. Exploitation requires a specific workflow configuration: - The SeaTable node must be used with user-controlled input passed via expressions (e.g., from a form or webhook) into the `searchTerm` or `rowId` parameters. ## Patches The issue has been fixed in n8n versions 1.123.32, 2.17.4, and 2.18.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 SeaTable node by adding `n8n-nodes-base.seaTable` to the `NODES_EXCLUDE` environment variable. - Avoid passing unvalidated external user input into SeaTable node search or row retrieval parameters via expressions. These workarounds do not fully remediate the risk and should only be used as short-term mitigation measures.
1.123.32
Affected by 1 other vulnerability.
2.17.4
Affected by 1 other vulnerability.
2.18.1
Affected by 0 other vulnerabilities.
VCID-x1ad-c3rb-c3g7
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 27 other vulnerabilities.
2.8.0
Affected by 25 other vulnerabilities.
VCID-x4dc-p13b-h3aa
Aliases:
GHSA-vjf3-2gpj-233v
n8n has an SSO Enforcement Bypass in its Self-Service Settings API An authenticated user signed in through Single Sign-On (SSO) could disable SSO enforcement for their own account through the n8n API. This allowed the user to create a local password and authenticate directly with email and password, completely bypassing the organization's SSO policy, centralized identity management, and any identity-provider-enforced multi-factor authentication.
2.8.0
Affected by 25 other vulnerabilities.
Vulnerabilities fixed by this package (8)
Vulnerability Summary Aliases
VCID-3bk2-zvud-c7et n8n has Unauthenticated Expression Evaluation via Form Node 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: 1. A form node with a field interpolating a value provided by an unauthenticated user, e.g. a form submitted value. 2. 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. For example, a workflow uses a multi-step Form where a downstream Form node renders user-provided input back in an HTML field and precedes it with an `=` sign: `=<h2>Thank you, {{ $input.first().json[\"Name\"] }}!</h2>` 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. Due to these real-world constraints — the unlikely workflow configuration, the need for an additional sandbox escape, and the difficulty of discovery — we have assessed the severity as High rather than Critical, diverging from the base CVSS score to better reflect actual exploitability. CVE-2026-27493
GHSA-75g8-rv7v-32f7
VCID-axyq-35hd-skhq n8n: Expression Sandbox Escape Leads to RCE Additional exploits in the expression evaluation of n8n have been identified and patched following [CVE-2025-68613](https://github.com/n8n-io/n8n/security/advisories/GHSA-v98v-ff95-f3cp). 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. CVE-2026-27577
GHSA-vpcf-gvg4-6qwr
VCID-dd53-wba6-f3c6 n8n has Potential Remote Code Execution via Merge Node 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. CVE-2026-27497
GHSA-wxx7-mcgf-j869
VCID-j3t9-jkr4-7fbc n8n Vulnerable to Stored XSS via Various Nodes An authenticated user with permission to create or modify workflows could inject arbitrary scripts into pages rendered by the n8n application using different techniques on various nodes (Form Trigger node, Chat Trigger node, Send & Wait node, Webhook Node, and Chat Node). Scripts injected by a malicious workflow execute in the browser of any user who visits the affected page, enabling session hijacking and account takeover. CVE-2026-27578
GHSA-2p9h-rqjw-gm92
VCID-ka79-3enj-fkew n8n has Arbitrary File Read via Python Code Node Sandbox Escape 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`. CVE-2026-27494
GHSA-mmgg-m5j7-f83h
VCID-rh43-8ugj-ufe3 n8n has In-Process Memory Disclosure in its Task Runner ## Impact 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. ## Patches 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. ## 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. - 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. CVE-2026-27496
GHSA-xvh5-5qg4-x9qp
VCID-srsg-ge6y-2ybu n8n has an Authentication Bypass in its Chat Trigger Node When the Chat Trigger node is configured with n8n User Auth authentication, the authentication check could be circumvented. - This issue requires the Chat Trigger node to be configured with n8n User Auth authentication (non-default). GHSA-jh8h-6c9q-7gmw
VCID-tfcu-w2ek-wkf9 n8n has a Sandbox Escape in its JavaScript Task Runner 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`. CVE-2026-27495
GHSA-jjpj-p2wh-qf23

Date Actor Action Vulnerability Source VulnerableCode Version
2026-06-06T08:20:17.135929+00:00 GitLab Importer Affected by VCID-h7b1-xmu3-wbc1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-42228.yml 38.6.0
2026-06-06T08:20:12.271224+00:00 GitLab Importer Affected by VCID-nf1f-y3be-pyaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-42226.yml 38.6.0
2026-06-06T08:19:59.581663+00:00 GitLab Importer Affected by VCID-fwxr-8gw5-9fgx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-42230.yml 38.6.0
2026-06-06T08:19:51.389137+00:00 GitLab Importer Affected by VCID-vn1a-guqa-5fc3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-42227.yml 38.6.0
2026-06-06T08:19:41.973041+00:00 GitLab Importer Affected by VCID-gbpq-vzwt-ykep https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-42233.yml 38.6.0
2026-06-06T08:19:35.276193+00:00 GitLab Importer Affected by VCID-ejke-qxks-u3gc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-42235.yml 38.6.0
2026-06-06T08:19:28.079557+00:00 GitLab Importer Affected by VCID-w1wa-4kd7-abfm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-42229.yml 38.6.0
2026-06-06T08:19:23.077721+00:00 GitLab Importer Affected by VCID-gvjm-hukc-93f8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-42231.yml 38.6.0
2026-06-06T08:19:17.098685+00:00 GitLab Importer Affected by VCID-4axp-5smx-g7bc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-42236.yml 38.6.0
2026-06-06T08:19:05.401786+00:00 GitLab Importer Affected by VCID-uz4t-m6tu-cuf3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-42234.yml 38.6.0
2026-06-06T08:18:58.486122+00:00 GitLab Importer Affected by VCID-2ucg-22n6-n3ag https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-42232.yml 38.6.0
2026-06-06T08:18:52.754638+00:00 GitLab Importer Affected by VCID-bbmg-r6ze-dugs https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-42237.yml 38.6.0
2026-06-06T07:37:58.576491+00:00 GitLab Importer Affected by VCID-m8k1-g6g5-qbfs https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/GHSA-w673-8fjw-457c.yml 38.6.0
2026-06-06T07:37:28.039453+00:00 GitLab Importer Affected by VCID-ardd-vu45-uba8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/GHSA-3c7f-5hgj-h279.yml 38.6.0
2026-06-06T07:37:21.268073+00:00 GitLab Importer Affected by VCID-ts5h-by8q-4ybw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/GHSA-q4fm-pjq6-m63g.yml 38.6.0
2026-06-06T07:37:04.430348+00:00 GitLab Importer Affected by VCID-x1ad-c3rb-c3g7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/GHSA-364x-8g5j-x2pr.yml 38.6.0
2026-06-06T07:36:59.086619+00:00 GitLab Importer Affected by VCID-1n3j-672w-p3f9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-33713.yml 38.6.0
2026-06-06T07:36:24.331885+00:00 GitLab Importer Affected by VCID-74fh-jbha-m7d7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-33751.yml 38.6.0
2026-06-06T07:35:48.555810+00:00 GitLab Importer Affected by VCID-fz16-2act-hqg7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-33696.yml 38.6.0
2026-06-06T07:35:33.425746+00:00 GitLab Importer Affected by VCID-nazv-a4as-fkgk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-33749.yml 38.6.0
2026-06-06T07:34:45.360435+00:00 GitLab Importer Fixing VCID-rh43-8ugj-ufe3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-27496.yml 38.6.0
2026-06-06T07:34:42.390320+00:00 GitLab Importer Affected by VCID-vz7j-zkq3-zybm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-33724.yml 38.6.0
2026-06-06T07:34:36.977195+00:00 GitLab Importer Affected by VCID-5dtu-z3ww-c3hx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-33722.yml 38.6.0
2026-06-06T07:34:27.452656+00:00 GitLab Importer Affected by VCID-7rw7-zc4s-huaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-33720.yml 38.6.0
2026-06-06T07:34:21.979591+00:00 GitLab Importer Affected by VCID-bf5s-ucsz-rbgp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-33660.yml 38.6.0
2026-06-06T07:34:15.605444+00:00 GitLab Importer Affected by VCID-38wy-4z9b-gfeh https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-33663.yml 38.6.0
2026-06-06T07:06:15.159363+00:00 GitLab Importer Affected by VCID-x4dc-p13b-h3aa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/GHSA-vjf3-2gpj-233v.yml 38.6.0
2026-06-06T07:06:02.825567+00:00 GitLab Importer Affected by VCID-3fs8-b1v9-7qeb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/GHSA-f3f2-mcxc-pwjx.yml 38.6.0
2026-06-06T07:05:33.668987+00:00 GitLab Importer Affected by VCID-ttr7-jtyj-4ufp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/GHSA-fvfv-ppw4-7h2w.yml 38.6.0
2026-06-05T22:01:54.220551+00:00 GHSA Importer Fixing VCID-srsg-ge6y-2ybu https://github.com/advisories/GHSA-jh8h-6c9q-7gmw 38.6.0
2026-06-05T22:01:42.512977+00:00 GHSA Importer Fixing VCID-j3t9-jkr4-7fbc https://github.com/advisories/GHSA-2p9h-rqjw-gm92 38.6.0
2026-06-05T22:01:41.512577+00:00 GHSA Importer Fixing VCID-axyq-35hd-skhq https://github.com/advisories/GHSA-vpcf-gvg4-6qwr 38.6.0
2026-06-05T22:01:40.671987+00:00 GHSA Importer Fixing VCID-dd53-wba6-f3c6 https://github.com/advisories/GHSA-wxx7-mcgf-j869 38.6.0
2026-06-05T22:01:40.252274+00:00 GHSA Importer Fixing VCID-tfcu-w2ek-wkf9 https://github.com/advisories/GHSA-jjpj-p2wh-qf23 38.6.0
2026-06-05T22:01:39.521478+00:00 GHSA Importer Fixing VCID-ka79-3enj-fkew https://github.com/advisories/GHSA-mmgg-m5j7-f83h 38.6.0
2026-06-05T22:01:39.272849+00:00 GHSA Importer Fixing VCID-3bk2-zvud-c7et https://github.com/advisories/GHSA-75g8-rv7v-32f7 38.6.0
2026-06-05T18:21:05.602657+00:00 GHSA Importer Affected by VCID-2ucg-22n6-n3ag https://github.com/advisories/GHSA-hqr4-h3xv-9m3r 38.6.0
2026-06-04T16:58:54.987629+00:00 GithubOSV Importer Fixing VCID-rh43-8ugj-ufe3 https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/03/GHSA-xvh5-5qg4-x9qp/GHSA-xvh5-5qg4-x9qp.json 38.6.0
2026-06-04T16:56:13.647367+00:00 GithubOSV Importer Fixing VCID-ka79-3enj-fkew https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/02/GHSA-mmgg-m5j7-f83h/GHSA-mmgg-m5j7-f83h.json 38.6.0
2026-06-04T16:55:59.713676+00:00 GithubOSV Importer Fixing VCID-3bk2-zvud-c7et https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/02/GHSA-75g8-rv7v-32f7/GHSA-75g8-rv7v-32f7.json 38.6.0
2026-06-04T16:55:51.957254+00:00 GithubOSV Importer Fixing VCID-srsg-ge6y-2ybu https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/02/GHSA-jh8h-6c9q-7gmw/GHSA-jh8h-6c9q-7gmw.json 38.6.0
2026-06-04T16:55:36.118822+00:00 GithubOSV Importer Fixing VCID-axyq-35hd-skhq https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/02/GHSA-vpcf-gvg4-6qwr/GHSA-vpcf-gvg4-6qwr.json 38.6.0
2026-06-04T16:55:31.017059+00:00 GithubOSV Importer Fixing VCID-dd53-wba6-f3c6 https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/02/GHSA-wxx7-mcgf-j869/GHSA-wxx7-mcgf-j869.json 38.6.0
2026-06-04T16:54:56.683635+00:00 GithubOSV Importer Fixing VCID-j3t9-jkr4-7fbc https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/02/GHSA-2p9h-rqjw-gm92/GHSA-2p9h-rqjw-gm92.json 38.6.0
2026-06-04T16:54:53.889857+00:00 GithubOSV Importer Fixing VCID-tfcu-w2ek-wkf9 https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/02/GHSA-jjpj-p2wh-qf23/GHSA-jjpj-p2wh-qf23.json 38.6.0
2026-06-02T04:50:57.812389+00:00 GitLab Importer Fixing VCID-srsg-ge6y-2ybu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/GHSA-jh8h-6c9q-7gmw.yml 38.6.0
2026-06-02T04:50:51.754998+00:00 GitLab Importer Fixing VCID-j3t9-jkr4-7fbc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-27578.yml 38.6.0
2026-06-02T04:50:51.157332+00:00 GitLab Importer Fixing VCID-3bk2-zvud-c7et https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-27493.yml 38.6.0
2026-06-02T04:50:50.509875+00:00 GitLab Importer Fixing VCID-ka79-3enj-fkew https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-27494.yml 38.6.0
2026-06-02T04:50:46.955311+00:00 GitLab Importer Fixing VCID-axyq-35hd-skhq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-27577.yml 38.6.0
2026-06-02T04:50:45.299251+00:00 GitLab Importer Fixing VCID-dd53-wba6-f3c6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-27497.yml 38.6.0
2026-06-02T04:50:43.951168+00:00 GitLab Importer Fixing VCID-tfcu-w2ek-wkf9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-27495.yml 38.6.0