<?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-41015 — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/cve-2026-41015/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata — refreshed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Thu, 16 Apr 2026 03:16:27 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/cve-2026-41015/feed.xml" rel="self" type="application/rss+xml"/><item><title>Radare2 Command Injection Vulnerability (CVE-2026-41015)</title><link>https://feed.craftedsignal.io/briefs/2026-04-radare2-cmd-injection/</link><pubDate>Thu, 16 Apr 2026 03:16:27 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-04-radare2-cmd-injection/</guid><description>Radare2 before commit 9236f44, when configured on UNIX without SSL, is vulnerable to command injection via a PDB name passed to rabin2 -PP, potentially allowing arbitrary code execution.</description><content:encoded><![CDATA[<p>CVE-2026-41015 is a command injection vulnerability affecting radare2, a reverse engineering framework, when configured on UNIX systems without SSL. The vulnerability occurs in the <code>rabin2</code> utility, specifically when processing Program Database (PDB) files with the <code>-PP</code> option. An attacker can inject arbitrary commands into the PDB name, which are then executed by the system. This vulnerability exists within a specific commit range after version 6.1.2 and before 6.1.3 (commit 9236f44). While radare2 encourages users to use the latest git version, the short timeframe of the vulnerable code increases the risk for users who have not updated within that period. Exploitation could lead to complete system compromise if the radare2 process has sufficient privileges.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies a vulnerable radare2 installation configured on a UNIX system without SSL.</li>
<li>Attacker crafts a malicious PDB file name containing embedded OS commands.</li>
<li>Attacker supplies the crafted PDB file name as input to the <code>rabin2 -PP</code> command.</li>
<li><code>rabin2</code> processes the PDB name without proper sanitization.</li>
<li>The embedded OS commands within the PDB name are executed by the system.</li>
<li>Attacker gains arbitrary code execution within the context of the radare2 process.</li>
<li>Attacker leverages the initial access to escalate privileges.</li>
<li>Attacker performs malicious actions such as data exfiltration, system compromise, or denial of service.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-41015 allows an attacker to execute arbitrary commands on the affected system. This can lead to complete system compromise, including data theft, malware installation, or denial of service. The impact is particularly severe if radare2 is running with elevated privileges. The number of potential victims is dependent on the number of radare2 installations running vulnerable versions and configurations, but it is estimated to be relatively low due to the specific configuration requirements and the short lifespan of the vulnerable code in the git repository.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Apply the patch from commit 9236f44 to remediate the command injection vulnerability in radare2.</li>
<li>Avoid configuring radare2 on UNIX systems without SSL to reduce the attack surface.</li>
<li>Deploy the Sigma rule <code>radare2-suspicious-rabin2-execution</code> to detect exploitation attempts involving the <code>rabin2</code> command.</li>
<li>Monitor process execution for <code>rabin2</code> with unusual command-line arguments as indicated by the rule <code>radare2-rabin2-pdb-injection</code>.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>radare2</category><category>command-injection</category><category>cve-2026-41015</category><category>linux</category></item></channel></rss>