<?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/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>RPM.org - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/rpm.org/</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, 24 Sep 2026 14:47:26 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/rpm.org/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Command Injection in RPM Package Manager</title><link>https://feed.craftedsignal.io/briefs/2026-09-rpm-command-injection/</link><pubDate>Thu, 24 Sep 2026 14:47:26 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-rpm-command-injection/</guid><description>A command injection vulnerability (CVE-2026-95521) in the rpm package manager allows arbitrary command execution when processing maliciously crafted source RPM files containing %() macro constructs.</description><content:encoded><![CDATA[<p>CVE-2026-95521 is a high-severity command injection vulnerability identified in the rpm package manager. The flaw arises from insecure handling of source RPM files during installation or rebuild operations. When rpm processes a source RPM where the source or spec file basenames contain a %() macro construct, the package manager improperly invokes popen() to relocate the source file list. This execution path results in the arbitrary execution of attacker-supplied shell commands under the context of the user running the command, which may include build agents, developers, or system administrators. Because this logic is triggered by standard package processing workflows, it poses a significant risk to CI/CD pipelines and environments that ingest untrusted or third-party source packages.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows for arbitrary code execution on any system that processes a malicious .src.rpm file. The impact is significant for build infrastructure, development environments, and automated packaging systems, as an attacker can gain the privileges of the user running the rpm command to perform post-exploitation activities, such as credential theft or lateral movement within the build environment.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Identify all systems and CI/CD runners utilizing the rpm package manager for rebuilding or installing source packages.</li>
<li>Prioritize patching the rpm package as soon as security updates are provided by the vendor.</li>
<li>Implement strict verification controls for incoming .src.rpm files from untrusted third-party sources.</li>
<li>Audit build logs for occurrences of unexpected subshell execution or shell metacharacters within filenames handled by rpm.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>vulnerability</category><category>command-injection</category><category>supply-chain</category></item></channel></rss>