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-2025-1744

CVE-2025-1744: Radare2 Buffer Overflow Vulnerability

CVE-2025-1744 is a heap-based buffer overflow vulnerability in Radare2 that enables out-of-bounds write attacks. This article covers the technical details, affected versions before 5.9.9, security impact, and mitigation steps.

Updated: January 22, 2026

CVE-2025-1744 Overview

CVE-2025-1744 is a critical Out-of-bounds Write vulnerability affecting radare2, the popular open-source reverse engineering framework developed by radareorg. This vulnerability enables heap-based buffer over-read or buffer overflow conditions, potentially allowing attackers to execute arbitrary code or crash the application when processing maliciously crafted input.

Radare2 is widely used by security researchers, malware analysts, and reverse engineers for binary analysis, debugging, and forensics. The critical nature of this vulnerability poses significant risks to users who may analyze untrusted binaries or files, as the vulnerability can be triggered through network-accessible vectors.

Critical Impact

This vulnerability allows remote attackers to exploit heap-based buffer operations, potentially leading to arbitrary code execution, information disclosure, or denial of service on systems running vulnerable versions of radare2.

Affected Products

  • radare2 versions prior to 5.9.9
  • All platforms where radare2 is deployed (Linux, Windows, macOS, BSD)
  • Applications and tools built on the radare2 framework (r2pipe integrations, Cutter GUI)

Discovery Timeline

  • 2025-02-28 - CVE-2025-1744 published to NVD
  • 2025-07-01 - Last updated in NVD database

Technical Details for CVE-2025-1744

Vulnerability Analysis

This Out-of-bounds Write vulnerability (CWE-787) occurs within the radare2 codebase where improper boundary checks allow write operations beyond allocated heap buffer limits. The vulnerability stems from insufficient validation of input data sizes before performing memory operations, leading to either heap-based buffer over-reads or buffer overflows.

When radare2 processes certain malformed input, the application fails to properly validate buffer boundaries, allowing an attacker to corrupt adjacent heap memory. This memory corruption can be leveraged to overwrite critical data structures, potentially hijacking program control flow or leaking sensitive memory contents.

The network-accessible attack vector indicates that this vulnerability could be exploited through various input channels that radare2 supports, including analyzing malicious binaries or processing crafted file formats.

Root Cause

The root cause of CVE-2025-1744 lies in improper bounds checking during heap memory operations within radare2. The vulnerable code path fails to validate that write operations remain within the allocated buffer boundaries, allowing memory corruption when processing specially crafted input.

This class of vulnerability typically occurs when:

  • Buffer size calculations do not account for all edge cases
  • Loop conditions allow iterations beyond buffer boundaries
  • Pointer arithmetic is performed without proper validation
  • Size parameters from untrusted sources are used without sanitization

Attack Vector

The vulnerability is exploitable via network-based attack vectors with no authentication or user interaction required. An attacker could craft malicious binary files, debugging sessions, or analysis inputs that trigger the out-of-bounds write condition when processed by radare2.

Potential attack scenarios include:

  • Distributing malicious binary samples that exploit the vulnerability when analyzed
  • Targeting automated malware analysis pipelines using radare2
  • Exploiting remote debugging capabilities or r2pipe connections
  • Crafting malicious project files or database formats that trigger the vulnerability on load

The vulnerability mechanism involves heap memory operations where boundary validation is insufficient. When radare2 processes certain input patterns, write operations can exceed allocated buffer boundaries, corrupting adjacent heap metadata or application data structures. Technical details and the specific fix can be reviewed in the GitHub Pull Request #23969.

Detection Methods for CVE-2025-1744

Indicators of Compromise

  • Unexpected crashes or segmentation faults in radare2 during file analysis
  • Heap corruption errors or memory allocation failures in radare2 processes
  • Anomalous memory usage patterns when processing specific binary files
  • Core dumps containing evidence of heap buffer overflows

Detection Strategies

  • Monitor radare2 process behavior for signs of memory corruption using application-level monitoring
  • Implement file integrity monitoring on systems where radare2 analyzes untrusted binaries
  • Deploy endpoint detection solutions capable of identifying exploitation attempts against analysis tools
  • Use memory protection mechanisms (ASLR, stack canaries) to detect and mitigate exploitation attempts

Monitoring Recommendations

  • Log and audit all binary files processed by radare2 in automated analysis environments
  • Implement sandbox isolation for radare2 analysis operations on untrusted samples
  • Monitor system logs for unusual radare2 process terminations or crashes
  • Track radare2 version deployments across the organization to identify vulnerable installations

How to Mitigate CVE-2025-1744

Immediate Actions Required

  • Upgrade radare2 to version 5.9.9 or later immediately
  • Audit systems for vulnerable radare2 installations and prioritize patching
  • Isolate radare2 analysis environments from production networks until patched
  • Review recent analysis operations for any suspicious crashes or anomalies

Patch Information

The radare2 development team has addressed this vulnerability in version 5.9.9. The fix implements proper boundary validation for heap buffer operations, preventing the out-of-bounds write condition.

Users should update their radare2 installations through their package manager or by building from source:

  • Review the official fix at GitHub Pull Request #23969
  • Download the latest release from the official radare2 GitHub repository
  • Verify the integrity of downloaded packages before installation

Workarounds

  • Run radare2 in isolated sandbox environments when analyzing untrusted binaries
  • Implement resource limits and process isolation using containers or VMs
  • Disable network-facing features and remote debugging capabilities until patched
  • Use memory-safe wrapper scripts to detect and terminate abnormal radare2 behavior
bash
# Example: Running radare2 in an isolated container environment
docker pull radare/radare2:5.9.9
docker run --rm -it --network=none \
  --cap-drop=ALL \
  --read-only \
  -v /path/to/samples:/samples:ro \
  radare/radare2:5.9.9 \
  r2 /samples/suspicious_binary

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechRadare2

  • SeverityCRITICAL

  • CVSS Score10.0

  • EPSS Probability0.31%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/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
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-787
  • Vendor Resources
  • GitHub Pull Request for radare2
  • Related CVEs
  • CVE-2026-40517: radare2 PDB Parser RCE Vulnerability

  • CVE-2026-40527: radare2 Command Injection Vulnerability

  • CVE-2026-41015: radare2 Command Injection Vulnerability

  • CVE-2026-40499: radare2 PDB Parser RCE 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