Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:npm/n8n@2.11.0
purl pkg:npm/n8n@2.11.0
Next non-vulnerable version 2.20.7
Latest non-vulnerable version 2.22.1
Risk 4.5
Vulnerabilities affecting this package (21)
Vulnerability Summary Fixed by
VCID-17dc-5ubt-g3e1
Aliases:
CVE-2026-42237
GHSA-hp3c-vfpm-q4f7
n8n is an open source workflow automation platform. Prior to versions 1.123.32, 2.17.4, and 2.18.1, the fix for 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. This issue has been patched in versions 1.123.32, 2.17.4, and 2.18.1.
2.17.4
Affected by 6 other vulnerabilities.
2.18.1
Affected by 5 other vulnerabilities.
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 12 other vulnerabilities.
2.14.1
Affected by 12 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.12.0
Affected by 19 other vulnerabilities.
VCID-456j-q8xt-57e3
Aliases:
CVE-2026-42233
GHSA-r6jc-mpqw-m755
n8n is an open source workflow automation platform. Prior to versions 1.123.32, 2.17.4, and 2.18.1, 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. This issue has been patched in versions 1.123.32, 2.17.4, and 2.18.1.
2.17.4
Affected by 6 other vulnerabilities.
2.18.1
Affected by 5 other vulnerabilities.
VCID-63pn-hppa-13bx
Aliases:
CVE-2026-45732
GHSA-6h4j-wcr9-2vg7
n8n Has a Cross-user Authorization Bypass in Dynamic Credential OAuth Endpoints ## Impact The OAuth1 and OAuth2 credential reconnect endpoints authorized access using `credential:read` rather than `credential:update`. An authenticated user with read-only access to a shared credential could initiate an OAuth reconnect flow and overwrite the stored token material for that credential with tokens bound to an external account they control. Workflows relying on the affected credential would subsequently execute under the attacker's OAuth identity, enabling data exfiltration to attacker-controlled external services and persistent takeover of shared integrations. This issue affects instances where credentials are shared with other users or across projects. ## Patches The issue has been fixed in n8n versions 1.123.43, 2.20.7, and 2.21.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 credential sharing to fully trusted users only. - Audit shared credentials for unexpected OAuth token changes and revoke any tokens that may have been replaced. 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:L/UI:N/S:C/C:N/I:H/A:N
2.20.7
Affected by 0 other vulnerabilities.
2.21.1
Affected by 3 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 12 other vulnerabilities.
2.14.1
Affected by 12 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 12 other vulnerabilities.
2.14.1
Affected by 12 other vulnerabilities.
VCID-7fn6-gvxs-wygq
Aliases:
CVE-2026-44789
GHSA-c8xv-5998-g76h
n8n: HTTP Request Node Pagination Prototype Pollution to RCE ## Impact An authenticated user with permission to create or modify workflows could achieve global prototype pollution via an unvalidated pagination parameter in the HTTP Request node. Combined with other techniques this could lead to RCE on the instance. ## Patches The issue has been fixed in n8n versions 1.123.43, 2.20.7, and 2.22.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 HTTP Request node by adding `n8n-nodes-base.httpRequest` to the `NODES_EXCLUDE` environment variable. 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:L/UI:N/S:C/C:H/I:H/A:H
2.20.7
Affected by 0 other vulnerabilities.
2.22.1
Affected by 0 other vulnerabilities.
VCID-8zpu-gnub-2bb8
Aliases:
CVE-2026-44792
GHSA-mhrx-qhrj-673w
n8n Has a Source Control Pull SQL Injection ## Impact An attacker with write access to the git repository connected to an n8n Source Control configuration could commit a malicious Data Table JSON file containing a crafted column name. When an administrator performed a Source Control Pull, n8n imported the file and could lead to SQL injection on the internal PostgreSQL instance. Exploitation requires all of the following conditions: - The n8n instance uses PostgreSQL as its database backend. - The Source Control feature is enabled and connected to a repository the attacker can write to. - An administrator triggers a Source Control Pull. ## Patches The issue has been fixed in n8n version 1.123.43, 2.20.7, and 2.21.1. 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 write access to the connected git repository to fully trusted users only. - Avoid pulling from repositories that may have been modified by untrusted parties. These workarounds do not fully remediate the risk and should only be used as short-term mitigation measures.
2.20.7
Affected by 0 other vulnerabilities.
2.21.1
Affected by 3 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 12 other vulnerabilities.
2.14.1
Affected by 12 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 12 other vulnerabilities.
2.14.1
Affected by 12 other vulnerabilities.
VCID-hx1p-thnm-4ud4
Aliases:
CVE-2026-44790
GHSA-57g9-58c2-xjg3
n8n Has an Arbitrary File Read via Git Node ## Impact An authenticated user with permission to create or modify workflows could inject CLI flags on the Git node's Push operation allowing an attacker to read arbitrary files from the n8n server potentially leading to full compromise. ## Patches The issue has been fixed in n8n versions 1.123.43, 2.20.7, and 2.22.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 Git node by adding `n8n-nodes-base.git` to the `NODES_EXCLUDE` environment variable. 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:L/UI:N/S:C/C:H/I:H/A:H
2.20.7
Affected by 0 other vulnerabilities.
2.22.1
Affected by 0 other vulnerabilities.
VCID-krxn-r6bc-cffu
Aliases:
CVE-2026-42236
GHSA-49m9-pgww-9vq6
n8n is an open source workflow automation platform. Prior to versions 1.123.32, 2.17.4, and 2.18.1, 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. This issue has been patched in versions 1.123.32, 2.17.4, and 2.18.1.
2.17.4
Affected by 6 other vulnerabilities.
2.18.1
Affected by 5 other vulnerabilities.
VCID-n38u-498z-gke2
Aliases:
CVE-2026-44791
GHSA-wrwr-h859-xh2r
n8n Has an XML Node Prototype Pollution Patch Bypass ## Impact An authenticated user with permission to create or modify workflows could bypass the patch for GHSA-hqr4-h3xv-9m3r in the XML node. When combined with other nodes, this could lead to RCE on the n8n host. ## Patches The issue has been fixed in n8n versions 1.123.43, 2.20.7, and 2.22.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. --- 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:L/UI:N/S:C/C:H/I:H/A:H
2.20.7
Affected by 0 other vulnerabilities.
2.22.1
Affected by 0 other vulnerabilities.
VCID-nhbw-hcq1-b3em
Aliases:
CVE-2026-42227
GHSA-756q-gq9h-fp22
n8n is an open source workflow automation platform. Prior to versions 1.123.32, 2.17.4, and 2.18.1, 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. This issue has been patched in versions 1.123.32, 2.17.4, and 2.18.1.
2.17.4
Affected by 6 other vulnerabilities.
2.18.1
Affected by 5 other vulnerabilities.
VCID-nva1-tjfr-ckb5
Aliases:
CVE-2026-42228
GHSA-f77h-j2v7-g6mw
n8n is an open source workflow automation platform. Prior to versions 1.123.32, 2.17.4, and 2.18.1, 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. This issue has been patched in versions 1.123.32, 2.17.4, and 2.18.1.
2.17.4
Affected by 6 other vulnerabilities.
2.18.1
Affected by 5 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 20 other vulnerabilities.
VCID-rq3f-24px-ykfk
Aliases:
CVE-2026-42230
GHSA-f6x8-65q6-j9m9
n8n is an open source workflow automation platform. Prior to versions 1.123.32, 2.17.4, and 2.18.1, 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. This issue has been patched in versions 1.123.32, 2.17.4, and 2.18.1.
2.17.4
Affected by 6 other vulnerabilities.
2.18.1
Affected by 5 other vulnerabilities.
VCID-su1t-s9q1-h7am
Aliases:
CVE-2026-42229
GHSA-mp4j-h6gh-f6mp
n8n is an open source workflow automation platform. Prior to versions 1.123.32, 2.17.4, and 2.18.1, 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. This issue has been patched in versions 1.123.32, 2.17.4, and 2.18.1.
2.17.4
Affected by 6 other vulnerabilities.
2.18.1
Affected by 5 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 12 other vulnerabilities.
2.14.1
Affected by 12 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 12 other vulnerabilities.
2.14.1
Affected by 12 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-13T21:03:04.035893+00:00 GitLab Importer Affected by VCID-7fn6-gvxs-wygq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-44789.yml 38.6.0
2026-06-13T21:02:44.747550+00:00 GitLab Importer Affected by VCID-hx1p-thnm-4ud4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-44790.yml 38.6.0
2026-06-13T21:01:47.465579+00:00 GitLab Importer Affected by VCID-63pn-hppa-13bx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-45732.yml 38.6.0
2026-06-13T21:01:40.528378+00:00 GitLab Importer Affected by VCID-8zpu-gnub-2bb8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-44792.yml 38.6.0
2026-06-13T21:01:34.478207+00:00 GitLab Importer Affected by VCID-n38u-498z-gke2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-44791.yml 38.6.0
2026-06-13T06:28:25.459529+00:00 GHSA Importer Affected by VCID-2kxv-vwc7-3ubf https://github.com/advisories/GHSA-w673-8fjw-457c 38.6.0
2026-06-12T22:15:42.797202+00:00 GitLab Importer Affected by VCID-nva1-tjfr-ckb5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-42228.yml 38.6.0
2026-06-12T22:15:30.059032+00:00 GitLab Importer Affected by VCID-rq3f-24px-ykfk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-42230.yml 38.6.0
2026-06-12T22:15:23.404670+00:00 GitLab Importer Affected by VCID-nhbw-hcq1-b3em https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-42227.yml 38.6.0
2026-06-12T22:15:16.284199+00:00 GitLab Importer Affected by VCID-456j-q8xt-57e3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-42233.yml 38.6.0
2026-06-12T22:15:05.612399+00:00 GitLab Importer Affected by VCID-su1t-s9q1-h7am https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-42229.yml 38.6.0
2026-06-12T22:14:56.881784+00:00 GitLab Importer Affected by VCID-krxn-r6bc-cffu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-42236.yml 38.6.0
2026-06-12T22:14:39.647317+00:00 GitLab Importer Affected by VCID-17dc-5ubt-g3e1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/n8n/CVE-2026-42237.yml 38.6.0
2026-06-12T21:41:12.375135+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.385315+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.662458+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:49.423710+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.508751+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.301186+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.265627+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:36:28.444484+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.322899+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