Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-40517

CVE-2026-40517: radare2 PDB Parser RCE Vulnerability

CVE-2026-40517 is a command injection flaw in radare2's PDB parser that enables remote code execution via malicious PDB files. This article covers the technical details, affected versions, impact, and mitigation steps.

Published: April 23, 2026

CVE-2026-40517 Overview

CVE-2026-40517 is a command injection vulnerability affecting radare2 versions prior to 6.1.4. The flaw exists in the PDB parser's print_gvars() function, which fails to properly sanitize symbol names when processing PDB (Program Database) files. Attackers can craft malicious PDB files containing newline characters in symbol names to inject arbitrary radare2 commands, ultimately enabling arbitrary OS command execution when a user analyzes the malicious file.

Critical Impact

Successful exploitation allows attackers to execute arbitrary operating system commands on the victim's machine when they analyze a malicious PDB file using radare2's idp command.

Affected Products

  • radare2 versions prior to 6.1.4

Discovery Timeline

  • April 22, 2026 - CVE CVE-2026-40517 published to NVD
  • April 22, 2026 - Last updated in NVD database

Technical Details for CVE-2026-40517

Vulnerability Analysis

This command injection vulnerability (CWE-78) stems from improper input validation in radare2's PDB file parser. The print_gvars() function processes symbol names from PDB files and uses them in flag rename commands without adequate sanitization. When symbol names contain newline characters or other control sequences, these characters break out of the intended command context, allowing injection of additional radare2 commands.

The attack requires local access and user interaction—specifically, a user must open and analyze a maliciously crafted PDB file using the idp command. Once triggered, the attacker can leverage radare2's shell execution operator to escalate from radare2 command injection to full OS command execution.

Root Cause

The root cause is insufficient input sanitization in the print_gvars() function when interpolating symbol names into radare2's internal command string. PDB files store debug symbol information, including variable and function names. The parser trusts these names without validating or escaping special characters such as newlines, which can be used to terminate the current command and inject new ones.

Attack Vector

The attack vector is local, requiring an attacker to deliver a malicious PDB file to the victim. This could be accomplished through various social engineering methods such as including the malicious file in a software package, attaching it to an email, or hosting it on a code repository. When the victim uses radare2 to analyze the binary and loads the associated PDB file with the idp command, the injected commands execute automatically.

The exploitation flow involves:

  1. Crafting a PDB file with symbol names containing embedded newline characters
  2. Injecting radare2 commands after the newline that leverage the shell execution operator
  3. Distributing the malicious PDB file to victims
  4. Command execution occurs when victims analyze the file with radare2's idp command

For detailed technical analysis and proof-of-concept information, refer to the California Blog 0-Day Discovery article and the GitHub Issue #25730.

Detection Methods for CVE-2026-40517

Indicators of Compromise

  • PDB files containing newline characters (\n) or carriage returns within symbol names
  • Unusual radare2 command sequences in shell history or process logs
  • Unexpected child processes spawned from radare2 analysis sessions
  • PDB files with symbol names containing radare2 shell operator syntax

Detection Strategies

  • Implement file integrity monitoring for PDB files in development environments
  • Monitor for unusual process spawning patterns from radare2 processes
  • Deploy endpoint detection rules to identify command injection patterns in reverse engineering tools
  • Scan incoming PDB files for suspicious embedded characters before analysis

Monitoring Recommendations

  • Enable verbose logging in radare2 sessions when analyzing untrusted files
  • Monitor network connections initiated by radare2 processes for potential data exfiltration
  • Implement sandboxed environments for analyzing untrusted binary and debug files
  • Track file access patterns for PDB files from untrusted sources

How to Mitigate CVE-2026-40517

Immediate Actions Required

  • Upgrade radare2 to version 6.1.4 or later immediately
  • Avoid analyzing PDB files from untrusted sources until patched
  • Run radare2 in sandboxed or containerized environments when analyzing unknown files
  • Review any systems where untrusted PDB files may have been analyzed recently

Patch Information

The vulnerability has been addressed in radare2 version 6.1.4. The fix involves proper sanitization of symbol names before interpolation into internal commands. For details on the patch implementation, see GitHub Pull Request #25731. Users should update to the latest version using their package manager or by building from source.

Additional advisory information is available from VulnCheck Radare2 Command Injection Advisory.

Workarounds

  • Analyze untrusted PDB files in isolated virtual machines or containers with no network access
  • Use alternative debugging tools for analyzing PDB files from untrusted sources until upgrade is possible
  • Implement strict file source verification policies for all debug symbol files
  • Consider disabling PDB parsing functionality if not required for your workflow
bash
# Configuration example
# Upgrade radare2 to patched version
# Using package manager (example for systems with radare2 package)
sudo apt update && sudo apt install radare2

# Or build from source with latest patches
git clone https://github.com/radareorg/radare2
cd radare2
git checkout 6.1.4
sys/install.sh

# Verify installed version
r2 -v

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechRadare2

  • SeverityHIGH

  • CVSS Score8.4

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-78
  • Technical References
  • California Blog 0-Day Discovery

  • GitHub Issue #25730

  • GitHub Pull Request #25731

  • VulnCheck Radare2 Command Injection Advisory
  • Related CVEs
  • CVE-2026-40527: radare2 Command Injection Vulnerability

  • CVE-2026-41015: radare2 Command Injection Vulnerability

  • CVE-2026-40499: radare2 PDB Parser RCE Vulnerability

  • CVE-2026-4174: Radare2 Mach-O Parser DoS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English