<?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 (&gt;= 2.21.0, &lt; 2.22.1) — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/n8n--2.21.0--2.22.1/</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:23:03 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/n8n--2.21.0--2.22.1/feed.xml" rel="self" type="application/rss+xml"/><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>