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

CVE-2025-43187: Apple macOS hdiutil RCE Vulnerability

CVE-2025-43187 is a remote code execution vulnerability in Apple macOS hdiutil that allows arbitrary code execution. This article covers the technical details, affected macOS versions, security impact, and mitigation.

Updated: January 22, 2026

CVE-2025-43187 Overview

CVE-2025-43187 is a local code execution vulnerability affecting Apple macOS that allows an attacker to unexpectedly execute arbitrary code when running an hdiutil command. The hdiutil utility is a core macOS component used for manipulating disk images, making this vulnerability particularly concerning for system administrators and users who regularly work with .dmg files and disk image operations.

Apple addressed this security issue by removing the vulnerable code from the affected macOS versions. The vulnerability requires local access and low privileges to exploit, but can result in high impact to confidentiality, integrity, and availability of the affected system.

Critical Impact

Local attackers with low privileges can achieve arbitrary code execution through the hdiutil command, potentially leading to full system compromise on unpatched macOS systems.

Affected Products

  • macOS Sequoia versions prior to 15.6
  • macOS Sonoma versions prior to 14.7.7
  • macOS Ventura versions prior to 13.7.7

Discovery Timeline

  • 2025-08-29 - CVE-2025-43187 published to NVD
  • 2025-11-03 - Last updated in NVD database

Technical Details for CVE-2025-43187

Vulnerability Analysis

This vulnerability exists within the hdiutil command-line utility, a fundamental macOS tool used for creating, converting, and mounting disk images. The flaw allows unexpected arbitrary code execution during hdiutil operations, indicating a potential command injection or unsafe code path within the utility's processing logic.

The local attack vector means an attacker needs either physical access to the target system or the ability to execute commands through an existing foothold. Once exploited, the attacker can execute code with the privileges of the current user, potentially escalating to full system compromise if the user has administrative access.

Apple's remediation approach of removing the vulnerable code entirely rather than patching it suggests the affected functionality was either deemed unnecessary or the vulnerability was fundamental to its design. This aggressive fix indicates the severity of the underlying issue.

Root Cause

The root cause relates to vulnerable code within the hdiutil utility that could be triggered during disk image operations. While Apple has not disclosed specific technical details, the nature of the vulnerability—arbitrary code execution through a command-line utility—suggests potential issues with:

  • Unsafe handling of disk image metadata or embedded content
  • Improper validation of input parameters passed to internal functions
  • Unsafe code paths triggered during specific disk image operations

Apple chose to remove the vulnerable code entirely, indicating the affected functionality was either redundant or could not be safely remediated.

Attack Vector

The attack requires local access to the target macOS system with low-privilege user credentials. An attacker could exploit this vulnerability by:

  1. Crafting a malicious disk image or input that triggers the vulnerable code path
  2. Executing an hdiutil command that processes the malicious content
  3. Achieving arbitrary code execution in the context of the current user

The attack does not require user interaction beyond the victim executing an hdiutil command, which could be triggered through social engineering or by placing malicious disk images in locations where they would be processed automatically.

Since the vulnerability requires local access, common attack scenarios include post-exploitation privilege escalation, lateral movement within compromised networks, or exploitation by malicious insiders.

Detection Methods for CVE-2025-43187

Indicators of Compromise

  • Unexpected hdiutil process executions with unusual arguments or parent processes
  • Child processes spawned from hdiutil that are atypical for disk image operations
  • Presence of suspicious .dmg or disk image files in user-accessible directories
  • Anomalous code execution traces originating from /usr/bin/hdiutil

Detection Strategies

  • Monitor process creation events for hdiutil commands followed by unexpected child process spawns
  • Implement endpoint detection rules for suspicious process chains involving hdiutil
  • Deploy behavioral analysis to detect code execution patterns inconsistent with normal disk image operations
  • Audit user command history for unusual hdiutil invocations with malformed or suspicious parameters

Monitoring Recommendations

  • Enable comprehensive endpoint logging for process creation and command-line arguments on macOS systems
  • Configure SentinelOne agents to monitor for exploitation attempts targeting hdiutil
  • Review macOS Unified Logs for hdiutil-related errors or anomalous behavior patterns
  • Implement file integrity monitoring for the hdiutil binary and related system components

How to Mitigate CVE-2025-43187

Immediate Actions Required

  • Update macOS Sequoia to version 15.6 or later immediately
  • Update macOS Sonoma to version 14.7.7 or later immediately
  • Update macOS Ventura to version 13.7.7 or later immediately
  • Audit systems for signs of prior exploitation before and after patching
  • Restrict hdiutil usage to trusted users where operationally feasible

Patch Information

Apple has released security updates that address this vulnerability by removing the vulnerable code from the hdiutil utility. The following patched versions are available:

macOS VersionFixed ReleaseAdvisory
macOS Sequoia15.6Apple Support Document 124151
macOS Sonoma14.7.7Apple Support Document 124149
macOS Ventura13.7.7Apple Support Document 124150

Additional technical details are available on the Full Disclosure Mailing List.

Workarounds

  • Limit hdiutil command execution to trusted administrative users only
  • Implement application allowlisting to restrict which users can execute hdiutil
  • Avoid processing disk images from untrusted or unknown sources until patches are applied
  • Monitor and restrict access to directories where disk images are commonly stored or processed
bash
# Check current macOS version to verify patch status
sw_vers -productVersion

# Verify hdiutil binary integrity (compare against known good hash after patching)
shasum -a 256 /usr/bin/hdiutil

# Monitor hdiutil process executions (for security auditing)
log stream --predicate 'process == "hdiutil"' --level debug

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechApple Macos

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo
  • Technical References
  • Full Disclosure Mailing List #32

  • Full Disclosure Mailing List #33

  • Full Disclosure Mailing List #34
  • Vendor Resources
  • Apple Support Document 124149

  • Apple Support Document 124150

  • Apple Support Document 124151
  • Related CVEs
  • CVE-2025-31200: Apple macOS Memory Corruption RCE Flaw

  • CVE-2024-54529: Apple macOS RCE Vulnerability

  • CVE-2024-54506: Apple macOS RCE Vulnerability

  • CVE-2025-43253: Apple macOS 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