Threat Intelligence Database
Comprehensive database of the latest cyber threats affecting organizations worldwide. Filter and search to find specific threat intelligence relevant to your organization.
Stop chasing alerts. Route them.
Start free, then upgrade once to turn Radar into an automated delivery engine for your security stack.
Custom feeds / Automations: email, Slack, webhooks, SIEM/MISP / API access (baseline limits)
API access activates after upgrading in Console -> Billing.
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.
Filter Threats
Narrow down the results by type, severity, or affected countries
Threat Intelligence
Click on any threat for detailed analysis and mitigation recommendations
CVE-2026-54308: CWE-290: Authentication Bypass by Spoofing in n8n-io n8nCVE-2026-54308 0 n8n versions prior to 2.25.7 and 2.26.2 contain an authentication bypass vulnerability in the MicrosoftAgent365Trigger and StripeTrigger nodes. These nodes did not validate inbound requests, allowing an unauthenticated attacker who knows the webhook URL to submit forged payloads and trigger workflows with attacker-controlled data. The issue is fixed in versions 2.25.7 and 2.26.2. Join the discussion | CVE Database V5 | 06/23/2026, 15:42:39 UTC Added: 06/23/2026, 16:39:54 UTC |
CVE-2026-54305: CWE-200: Exposure of Sensitive Information to an Unauthorized Actor in n8n-io n8nCVE-2026-54305 0 n8n is an open source workflow automation platform. Prior to 1.123.55, 2.25.7, and 2.26.2, three EE endpoints used by the Dynamic Credentials feature accepted any authenticated n8n session without performing per-resource ownership or scope checks on the target workflow or credential. An authenticated user with no project membership or credential sharing relationship could enumerate credential identifiers, names, and types referenced by any private workflow in the instance, initiate an OAuth authorization flow against another user's credential to overwrite its stored tokens with tokens bound to an account they control, or revoke another user's stored credential tokens entirely. Workflows relying on a hijacked credential would subsequently execute under the attacker's OAuth identity, enabling data exfiltration to attacker-controlled external services and persistent takeover of integrations. Token revocation would break affected workflows. This vulnerability is fixed in 1.123.55, 2.25.7, and 2.26.2. Join the discussion | CVE Database V5 | 06/23/2026, 15:45:52 UTC Added: 06/23/2026, 16:39:53 UTC |
CVE-2026-54302: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in n8n-io n8nCVE-2026-54302 0 n8n is an open source workflow automation platform. Prior to 1.123.55, 2.25.7, and 2.26.2, an authenticated user with workflow edit access could inject arbitrary JavaScript into the Chat Trigger's generated page by setting a malicious webhookId. When a logged-in user visited the chat URL, the injected code executed in the n8n origin with that user's session privileges. This vulnerability is fixed in 1.123.55, 2.25.7, and 2.26.2. Join the discussion | CVE Database V5 | 06/23/2026, 15:46:21 UTC Added: 06/23/2026, 16:39:53 UTC |
CVE-2026-49444: CWE-20: Improper Input Validation in n8n-io n8nCVE-2026-49444 0 n8n is an open source workflow automation platform. Prior to 1.123.48, 2.21.8, and 2.22.4, 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 vulnerability is fixed in 1.123.48, 2.21.8, and 2.22.4. Join the discussion | CVE Database V5 | 06/23/2026, 15:50:31 UTC Added: 06/23/2026, 16:39:53 UTC |
CVE-2026-44792: CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') in n8n-io n8nCVE-2026-44792 0 n8n is an open source workflow automation platform. Prior to 1.123.43, 2.22.1, and 2.20.7, 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 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, and an administrator triggers a Source Control Pull. This vulnerability is fixed in 1.123.43, 2.22.1, and 2.20.7. Join the discussion | CVE Database V5 | 06/23/2026, 15:55:30 UTC Added: 06/23/2026, 16:39:52 UTC |
CVE-2026-44791: CWE-1321: Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') in n8n-io n8nCVE-2026-44791 0 n8n is an open source workflow automation platform. Prior to 1.123.43, 2.22.1, and 2.20.7, an authenticated user with permission to create or modify workflows could bypass the patch for CVE-2026-42232 in the XML node. When combined with other nodes, this could lead to RCE on the n8n host. This vulnerability is fixed in 1.123.43, 2.22.1, and 2.20.7. Join the discussion | CVE Database V5 | 06/23/2026, 15:54:17 UTC Added: 06/23/2026, 16:39:52 UTC |
CVE-2026-44790: CWE-88: Improper Neutralization of Argument Delimiters in a Command ('Argument Injection') in n8n-io n8nCVE-2026-44790 0 n8n is an open source workflow automation platform. Prior to 1.123.43, 2.22.1, and 2.20.7, 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. This vulnerability is fixed in 1.123.43, 2.22.1, and 2.20.7. Join the discussion | CVE Database V5 | 06/23/2026, 15:53:13 UTC Added: 06/23/2026, 16:39:52 UTC |
CVE-2026-54314: CWE-409: Improper Handling of Highly Compressed Data (Data Amplification) in n8n-io n8nCVE-2026-54314 0 A vulnerability in n8n workflow automation platform prior to version 2.24.0 allows unauthenticated attackers to cause memory exhaustion by sending specially crafted compressed archives to the Compression node's Decompress operation. This occurs because the node expands attacker-controlled archives into memory without limiting decompressed output size, leading to process termination and disruption of workflows. The issue is fixed in version 2.24.0. Join the discussion | CVE Database V5 | 06/23/2026, 15:33:52 UTC Added: 06/23/2026, 16:09:21 UTC |
CVE-2026-54311: CWE-488: Exposure of Data Element to Wrong Session in n8n-io n8nCVE-2026-54311 0 n8n is an open source workflow automation platform. Prior to 2.25.7 and 2.26.2, an authenticated user with permission to create or modify workflows could pollute the sandbox used by the Merge node's SQL Query mode. Because the sandbox context was cached and reused across all workflow executions on the instance, prototype mutations introduced by one user's workflow persist into subsequent Merge SQL executions belonging to other users or projects. This allowed a low-privileged attacker to intercept workflow data processed by other users on the same instance. This issue only affects multi-user n8n instances where more than one user has permission to create and execute workflows containing the Merge node in SQL Query mode. This vulnerability is fixed in 2.25.7 and 2.26.2. Join the discussion | CVE Database V5 | 06/23/2026, 15:41:11 UTC Added: 06/23/2026, 16:09:20 UTC |
Showing 1 to 9 of 9 results