<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>N8n (&lt; 1.123.43) — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/n8n--1.123.43/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Thu, 14 May 2026 16:25:42 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/n8n--1.123.43/feed.xml" rel="self" type="application/rss+xml"/><item><title>n8n Cross-User Authorization Bypass in Dynamic Credential OAuth Endpoints (CVE-2026-45732)</title><link>https://feed.craftedsignal.io/briefs/2026-05-n8n-oauth-bypass/</link><pubDate>Thu, 14 May 2026 16:25:42 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-n8n-oauth-bypass/</guid><description>CVE-2026-45732 describes a high-severity authorization bypass vulnerability in n8n's OAuth1 and OAuth2 credential reconnect endpoints, where insufficient permission checks allow a user with read-only access to overwrite OAuth tokens, potentially leading to data exfiltration and persistent takeover of shared integrations.</description><content:encoded><![CDATA[<p>A cross-user authorization bypass vulnerability exists in n8n&rsquo;s Dynamic Credential OAuth endpoints. Specifically, the OAuth1 and OAuth2 credential reconnect endpoints incorrectly authorized access using <code>credential:read</code> instead of the necessary <code>credential:update</code> permission. This flaw allows an authenticated user with only read-only access to a shared credential to initiate an OAuth reconnect flow. By doing so, the attacker can overwrite the stored token material for the credential with tokens bound to an external account under their control. This can lead to workflows relying on the compromised credential executing under the attacker&rsquo;s OAuth identity. The issue affects n8n versions before 1.123.43, versions between 2.0.0-rc.0 and 2.20.7, and versions between 2.21.0 and 2.21.1.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker gains access to an n8n instance with shared credentials.</li>
<li>The attacker identifies a shared credential to which they have read-only access.</li>
<li>The attacker navigates to the OAuth1 or OAuth2 credential reconnect endpoint for the target credential.</li>
<li>Due to the authorization bypass (CVE-2026-45732), the attacker is able to initiate an OAuth reconnect flow despite lacking update permissions.</li>
<li>The attacker authenticates with their own external OAuth provider account.</li>
<li>The attacker&rsquo;s OAuth tokens are used to overwrite the existing tokens for the shared credential.</li>
<li>Workflows using the shared credential now execute under the attacker&rsquo;s OAuth identity.</li>
<li>The attacker can exfiltrate data to attacker-controlled external services or maintain persistent access to shared integrations.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability (CVE-2026-45732) allows an attacker to overwrite OAuth tokens in shared credentials, leading to data exfiltration to attacker-controlled external services. This can result in persistent takeover of shared integrations, potentially impacting multiple users or projects that rely on the compromised credential. The affected instances are those where credentials are shared with other users or across projects, creating a significant risk of unauthorized access and data breaches.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade n8n to version 1.123.43, 2.20.7, 2.21.1, or later to remediate CVE-2026-45732 as advised in the advisory.</li>
<li>If immediate upgrade is not possible, restrict credential sharing to fully trusted users as a temporary mitigation.</li>
<li>Audit shared credentials for unexpected OAuth token changes and revoke any tokens that may have been replaced as an additional short-term measure.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>authorization-bypass</category><category>oauth</category><category>credential-theft</category></item><item><title>n8n Arbitrary File Read via Git Node (CVE-2026-44790)</title><link>https://feed.craftedsignal.io/briefs/2026-05-n8n-file-read/</link><pubDate>Thu, 14 May 2026 16:23:03 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-n8n-file-read/</guid><description>An authenticated user with workflow creation or modification permissions can inject CLI flags into the Git node's Push operation, leading to arbitrary file read on the n8n server; patched in versions 1.123.43, 2.20.7, and 2.22.1, and tracked as CVE-2026-44790.</description><content:encoded><![CDATA[<p>A critical vulnerability, CVE-2026-44790, exists within the n8n workflow automation platform. The vulnerability resides in the Git node&rsquo;s Push operation, where an authenticated user with permissions to create or modify workflows can inject arbitrary CLI flags. This injection allows the attacker to read arbitrary files from the n8n server&rsquo;s file system. Successful exploitation can lead to complete compromise of the n8n instance, including access to sensitive data stored on the server, such as credentials, API keys, and internal configuration files. Patches have been released in n8n versions 1.123.43, 2.20.7, and 2.22.1 to address this vulnerability.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker gains authenticated access to an n8n instance.</li>
<li>The attacker obtains permissions to create or modify workflows within n8n.</li>
<li>The attacker creates or modifies a workflow to include the Git node.</li>
<li>Within the Git node&rsquo;s configuration, specifically the Push operation, the attacker injects malicious CLI flags. These flags are crafted to read arbitrary files from the server&rsquo;s file system (e.g., using <code>git --help</code>).</li>
<li>The workflow is executed, and the Git node attempts to perform the Push operation with the injected flags.</li>
<li>Due to the flag injection, the Git command executes with the attacker-supplied arguments.</li>
<li>The attacker retrieves the contents of the targeted file, which may contain sensitive information.</li>
<li>The attacker leverages the stolen information to further compromise the n8n instance or connected systems.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-44790 allows an attacker to read arbitrary files from the n8n server. This can expose sensitive information such as API keys, credentials, configuration files, and other internal data. A successful attack could lead to full compromise of the n8n instance and potentially impact connected systems and data. The severity of the impact is critical due to the potential for complete system takeover and sensitive data exposure.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade n8n to version 1.123.43, 2.20.7, 2.22.1, or later to patch CVE-2026-44790 as mentioned in the advisory.</li>
<li>Limit workflow creation and editing permissions to only fully trusted users as a short-term workaround.</li>
<li>Deploy the Sigma rule <code>Detect n8n Git Node CLI Injection</code> to identify potential exploitation attempts by monitoring process execution with suspicious Git commands.</li>
<li>Monitor n8n application logs for Git node operations involving unusual command-line arguments, focusing on commands that attempt to read files outside the intended Git repository.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>arbitrary file read</category><category>n8n</category><category>git node</category><category>CVE-2026-44790</category></item><item><title>n8n XML Node Prototype Pollution Patch Bypass Leads to RCE</title><link>https://feed.craftedsignal.io/briefs/2026-05-n8n-xml-prototype-bypass/</link><pubDate>Thu, 14 May 2026 16:22:47 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-n8n-xml-prototype-bypass/</guid><description>An authenticated n8n user with workflow creation privileges can bypass a previous patch for XML node prototype pollution, potentially leading to remote code execution on the n8n host when combined with other nodes; patched in versions 1.123.43, 2.20.7, and 2.22.1.</description><content:encoded><![CDATA[<p>An authenticated user with permission to create or modify workflows can bypass the patch for GHSA-hqr4-h3xv-9m3r in the XML node of n8n, a workflow automation platform. This vulnerability, identified as CVE-2026-44791, allows for prototype pollution. Successful exploitation, when chained with other nodes, can lead to remote code execution (RCE) on the n8n host. The affected versions include n8n versions prior to 1.123.43, versions 2.21.0 to 2.22.1 (excluding 2.22.1), and versions 2.0.0-rc.0 to 2.20.7 (excluding 2.20.7). This vulnerability matters to defenders because it allows attackers to gain complete control over the n8n instance, potentially compromising sensitive data and enabling further malicious activities.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker gains authenticated access to an n8n instance with workflow creation and modification privileges.</li>
<li>The attacker crafts a malicious workflow that includes the XML node.</li>
<li>The attacker exploits CVE-2026-44791, bypassing the patch for GHSA-hqr4-h3xv-9m3r by manipulating XML node parameters to inject a prototype pollution payload.</li>
<li>The prototype pollution modifies JavaScript object prototypes within the n8n environment.</li>
<li>The attacker chains the XML node with other nodes in the workflow (e.g., Function node, Execute Command node).</li>
<li>The polluted prototypes are leveraged by the subsequent nodes to execute arbitrary JavaScript code.</li>
<li>The arbitrary code execution allows the attacker to execute system commands on the n8n host.</li>
<li>The attacker achieves remote code execution (RCE), gaining control of the n8n host and potentially compromising the underlying system.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-44791 allows an attacker to achieve remote code execution on the n8n host. This could lead to the complete compromise of the n8n instance, potentially affecting all workflows and data managed by the platform. The attacker could potentially access sensitive information, modify workflows for malicious purposes, or use the compromised host as a pivot point for further attacks within the network. The vulnerability affects n8n instances running vulnerable versions prior to the patched versions, impacting any organization using n8n for workflow automation.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade n8n to version 1.123.43, 2.20.7, or 2.22.1 or later to remediate CVE-2026-44791, as mentioned in the overview.</li>
<li>Deploy the Sigma rule &ldquo;Detect n8n XML Node Prototype Pollution Attempt&rdquo; to identify suspicious workflow creations involving the XML node, as described in the rules section.</li>
<li>If immediate upgrade is not possible, implement the suggested workarounds by limiting workflow creation/editing permissions or disabling the XML node via the <code>NODES_EXCLUDE</code> environment variable, as detailed in the overview section.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>prototype pollution</category><category>RCE</category><category>n8n</category><category>CVE-2026-44791</category></item></channel></rss>