<?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>CVE-2026-44790 — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/cve-2026-44790/</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/tags/cve-2026-44790/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></channel></rss>