Radare2 Vulnerability: Command Injection via PDB Name
The National Vulnerability Database (NVD) has detailed a critical command injection vulnerability, CVE-2026-41015, impacting radare2, a powerful reverse engineering framework. The flaw resides in the rabin2 -PP command when radare2 is configured on UNIX-based systems without SSL enabled. Attackers can exploit this by supplying a malicious PDB (Program Database) name, leading to arbitrary command execution.
While radare2 users are generally advised to pull the latest code from Git rather than relying on release versions, the window of vulnerability was exceptionally narrow. NVD notes that the affected code existed between versions 6.1.2 and 6.1.3, a period lasting less than a week. Despite this short timeframe, the severity is significant, rated as HIGH with a CVSS score of 7.4.
The Common Vulnerability Scoring System (CVSS) vector CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H indicates a local attack vector (AV:L), though the exploit requires a high complexity (AC:H) and no privileges (PR:N) or user interaction (UI:N). The impact is high across confidentiality, integrity, and availability (C:H/I:H/A:H). This vulnerability falls under CWE-78, which specifically addresses OS command injection flaws.
Related ATT&CK Techniques
🛡️ Detection Rules
5 rules · 6 SIEM formats5 auto-generated detection rules for this incident, mapped to MITRE ATT&CK. Available in Sigma, Splunk SPL, Sentinel KQL, Elastic Lucene, QRadar AQL, and Wazuh.
Web Application Exploitation Attempt — CVE-2026-41015
Want this in your SIEM's native format? Get Splunk SPL, Sentinel KQL, Elastic, QRadar AQL, or Wazuh — ready to paste.
5 Sigma rules mapped to the ATT&CK techniques from this breach — pick your SIEM and get a ready-to-paste query.
Get All SIEM Formats →Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-41015 | Command Injection | radare2 before commit 9236f44 |
| CVE-2026-41015 | Command Injection | radare2 rabin2 -PP with PDB name |
| CVE-2026-41015 | Command Injection | radare2 on UNIX without SSL |