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-4174

CVE-2026-4174: Radare2 Mach-O Parser DoS Vulnerability

CVE-2026-4174 is a denial of service flaw in Radare2's Mach-O file parser that causes resource consumption through local exploitation. This article covers the technical details, affected versions, and mitigation strategies.

Published: March 20, 2026

CVE-2026-4174 Overview

A resource consumption vulnerability has been discovered in Radare2 version 5.9.9, affecting the walk_exports_trie function within the Mach-O file parser component (libr/bin/format/mach0/mach0.c). This vulnerability allows local attackers to trigger excessive resource consumption by providing specially crafted Mach-O files, potentially leading to denial of service conditions.

Critical Impact

Local attackers can cause resource exhaustion in Radare2 by supplying maliciously crafted Mach-O binary files, impacting availability of the reverse engineering tool. Note: The existence of this vulnerability is disputed by the code maintainer.

Affected Products

  • Radare2 version 5.9.9
  • Radare2 versions prior to 6.1.2

Discovery Timeline

  • 2026-03-16 - CVE CVE-2026-4174 published to NVD
  • 2026-03-16 - Last updated in NVD database

Technical Details for CVE-2026-4174

Vulnerability Analysis

This vulnerability is classified as CWE-400 (Uncontrolled Resource Consumption). The flaw exists within the Mach-O file parsing functionality of Radare2, specifically in the walk_exports_trie function located in libr/bin/format/mach0/mach0.c. When processing specially crafted Mach-O binary files, the parser can enter a state of excessive resource consumption, potentially exhausting system resources.

The attack requires local access to the target system, meaning an attacker must be able to provide a malicious Mach-O file that will be processed by Radare2. This limits the attack surface but remains relevant in scenarios where Radare2 is used to analyze untrusted binaries.

It is important to note that this vulnerability is disputed by the code maintainer, who states that they "wont consider this bug a DoS." However, the issue has been addressed in version 6.1.2.

Root Cause

The root cause lies in inadequate resource management within the walk_exports_trie function when parsing the exports trie structure in Mach-O binary files. The function fails to properly limit resource consumption when processing malformed or specially crafted export trie data, allowing an attacker to trigger excessive CPU or memory usage through manipulated input.

Attack Vector

The attack vector is local, requiring the attacker to provide a malicious Mach-O file to a Radare2 instance for analysis. The exploitation scenario typically involves:

  1. Crafting a malicious Mach-O binary with specially manipulated exports trie data
  2. Providing the crafted file to a Radare2 instance (either directly or through social engineering)
  3. The vulnerable walk_exports_trie function processes the malicious data, leading to resource exhaustion

A proof-of-concept file generator has been publicly disclosed. Technical details and the PoC can be found in the GitHub Issue Discussion and the associated PoC file.

Detection Methods for CVE-2026-4174

Indicators of Compromise

  • Unusual CPU or memory spikes when Radare2 processes Mach-O binary files
  • Radare2 processes becoming unresponsive during file analysis operations
  • System resource exhaustion events coinciding with Mach-O file parsing activities

Detection Strategies

  • Monitor Radare2 process resource consumption for anomalous behavior during file analysis
  • Implement file integrity monitoring for Mach-O binaries before analysis
  • Deploy process monitoring to detect Radare2 instances consuming excessive resources
  • Review analysis logs for unusual patterns when processing untrusted binaries

Monitoring Recommendations

  • Set resource limits (ulimit) on Radare2 processes to prevent system-wide impact
  • Implement process monitoring alerts for abnormal CPU/memory consumption by r2 processes
  • Monitor for repeated crashes or hangs of Radare2 during binary analysis workflows

How to Mitigate CVE-2026-4174

Immediate Actions Required

  • Upgrade Radare2 to version 6.1.2 or later, which addresses this vulnerability
  • Avoid analyzing untrusted Mach-O files with vulnerable versions of Radare2
  • Implement resource limits on Radare2 processes using operating system controls
  • Consider running Radare2 in sandboxed or containerized environments when analyzing untrusted binaries

Patch Information

The vulnerability has been addressed in Radare2 version 6.1.2. The specific fix is available in commit 4371ae84c99c46b48cb21badbbef06b30757aba0. Users should upgrade to the patched version to remediate this vulnerability.

  • GitHub Commit Reference - Contains the patch addressing this vulnerability
  • GitHub Milestone Overview - Release milestone including the fix

Workarounds

  • Run Radare2 with resource limits using ulimit or cgroups to prevent system-wide impact
  • Use containerization (Docker, Podman) to isolate Radare2 analysis of untrusted files
  • Pre-validate Mach-O files using alternative tools before analysis with Radare2
bash
# Example: Running Radare2 with resource limits
# Limit virtual memory to 2GB and CPU time to 60 seconds
ulimit -v 2097152
ulimit -t 60
r2 suspicious_file.macho

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechRadare2

  • SeverityMEDIUM

  • CVSS Score4.8

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P/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
  • AvailabilityLow
  • CWE References
  • CWE-400
  • Technical References
  • GitHub Commit Reference

  • GitHub Issue Discussion

  • GitHub Milestone Overview

  • GitHub PoC File

  • VulDB Ctiid #351081

  • VulDB #351081

  • VulDB Submission #769799
  • 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