<?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>RPM — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/rpm/</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, 28 May 2026 08:18:30 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/rpm/feed.xml" rel="self" type="application/rss+xml"/><item><title>CVE-2026-44604: RPM rpmuncompress Command Injection Vulnerability</title><link>https://feed.craftedsignal.io/briefs/2026-05-rpm-command-injection/</link><pubDate>Thu, 28 May 2026 08:18:30 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-rpm-command-injection/</guid><description>A command injection vulnerability (CVE-2026-44604) exists in the `rpmuncompress` utility of RPM; when extracting specially crafted ZIP, 7z, or GEM archives, an attacker can inject shell commands via a malicious top-level folder name, leading to arbitrary code execution as the user running the extraction.</description><content:encoded><![CDATA[<p>A command injection vulnerability, CVE-2026-44604, affects the <code>rpmuncompress</code> utility within RPM. This flaw occurs during the extraction of specific archive formats, namely ZIP, 7z, and GEM. The utility unsafely incorporates the archive&rsquo;s top-level folder name into a shell command without proper sanitization. By crafting a malicious archive with shell metacharacters embedded in the folder name, an attacker can inject arbitrary commands. The vulnerability can be exploited by any user able to trigger the RPM extraction process and results in command execution with the privileges of the user running the <code>rpmuncompress</code> command. This is a critical security concern as it allows for privilege escalation and system compromise.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker crafts a malicious ZIP, 7z, or GEM archive. The archive&rsquo;s top-level folder name contains shell metacharacters (e.g., <code>;</code>, <code>|</code>, <code>&amp;</code>).</li>
<li>A user is tricked into using the <code>rpmuncompress</code> utility or a similar tool that leverages it to extract the malicious archive to a specified destination directory.</li>
<li><code>rpmuncompress</code> processes the archive and extracts the top-level folder name.</li>
<li>Due to insufficient sanitization, the crafted folder name containing shell metacharacters is incorporated into a shell command.</li>
<li>The shell command is executed by the system, interpreting the metacharacters as command separators or modifiers.</li>
<li>The injected commands execute arbitrary code within the context of the user running <code>rpmuncompress</code>.</li>
<li>The attacker gains control of the system or performs unauthorized actions.</li>
<li>The attacker achieves their objective, such as data exfiltration, installing malware, or creating new privileged accounts.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-44604 allows an attacker to execute arbitrary commands on the affected system with the privileges of the user running the <code>rpmuncompress</code> utility. This can lead to complete system compromise, data theft, or denial of service. The CVSS v3.1 base score is 7.0, indicating a high severity. Given the widespread use of RPM in Linux distributions, this vulnerability poses a significant risk to a large number of systems.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Deploy the Sigma rules in this brief to your SIEM to detect command injection attempts using shell metacharacters within archive names.</li>
<li>Where feasible, avoid using <code>rpmuncompress</code> on untrusted archives. If archive extraction is necessary, isolate the process in a sandboxed environment to limit the impact of potential command injection.</li>
<li>Apply patches or updates provided by Red Hat that address CVE-2026-44604.</li>
<li>Monitor process creation events for unusual commands being executed by <code>rpmuncompress</code> or related processes, as identified by the Sigma rules.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>command-injection</category><category>rpm</category><category>CVE-2026-44604</category><category>archive-extraction</category><category>linux</category></item></channel></rss>