A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-43290

CVE-2025-43290: Apple macOS Privilege Escalation Flaw

CVE-2025-43290 is a privilege escalation vulnerability in Apple macOS allowing apps to modify protected filesystem areas. This article covers the technical details, affected versions, security impact, and mitigation.

Published: May 28, 2026

CVE-2025-43290 Overview

CVE-2025-43290 is a permissions vulnerability in Apple macOS that allows a local application to modify protected parts of the file system. Apple addressed the issue by adding further restrictions to the affected component. The flaw is mapped to [CWE-732: Incorrect Permission Assignment for Critical Resource]. Apple released fixes in macOS Sequoia 15.7, macOS Sonoma 14.8, and macOS Tahoe 26.

The vulnerability requires local access and low privileges, but no user interaction. Successful exploitation impacts integrity of system files protected by macOS access controls.

Critical Impact

A local application can bypass macOS file system protections and modify resources that should be restricted by the operating system, undermining system integrity guarantees.

Affected Products

  • Apple macOS Sequoia (versions prior to 15.7)
  • Apple macOS Sonoma (versions prior to 14.8)
  • Apple macOS Tahoe (versions prior to 26)

Discovery Timeline

  • 2026-05-26 - CVE-2025-43290 published to NVD
  • 2026-05-27 - Last updated in NVD database

Technical Details for CVE-2025-43290

Vulnerability Analysis

The vulnerability resides in macOS file system permission enforcement. An application running with limited local privileges can modify components of the file system that are intended to be protected by the operating system. Apple's advisory describes the fix as adding additional restrictions, indicating the original permission model granted broader write access than required.

The issue is categorized under [CWE-732], which covers incorrect permission assignment on critical resources. In macOS, protected file system regions are typically guarded by System Integrity Protection (SIP), Transparency, Consent, and Control (TCC), and standard POSIX permissions. The vulnerability allowed an app to circumvent one of these layered controls.

EPSS data places the probability of exploitation at 0.004% as of 2026-05-28, reflecting low observed interest. No public proof-of-concept or in-the-wild exploitation has been reported.

Root Cause

The root cause is an overly permissive access control configuration on protected file system paths. The operating system did not enforce sufficient restrictions on which processes could write to these locations. Apple's remediation tightened the permission checks, blocking unauthorized modifications.

Attack Vector

An attacker requires local code execution on the target Mac, such as through a malicious or compromised application. Once running, the application can issue file system operations targeting protected directories or files. No user interaction is needed, and the impact is limited to integrity. Apple has not published exploitation details beyond the advisory text. Refer to the Apple Support Document #125110, Apple Support Document #125111, and Apple Support Document #125112 for vendor guidance.

Detection Methods for CVE-2025-43290

Indicators of Compromise

  • Unexpected modifications to protected macOS system directories or files outside vendor-signed update windows.
  • Unsigned or recently installed applications performing write operations against system-managed paths.
  • Sudden changes to launch daemons, configuration profiles, or other persistence-relevant files by non-privileged processes.

Detection Strategies

  • Monitor Endpoint Security framework (ES_EVENT_TYPE_NOTIFY_WRITE, ES_EVENT_TYPE_NOTIFY_RENAME) events targeting protected file system regions.
  • Compare file integrity baselines on critical system paths and alert on deviations between macOS update cycles.
  • Correlate process lineage with file system write events to flag non-privileged or unsigned binaries modifying protected resources.

Monitoring Recommendations

  • Track installed macOS versions across the fleet and identify hosts running pre-patch builds (below 15.7, 14.8, or 26).
  • Enable unified logging audit subsystem events related to file system access on managed endpoints.
  • Forward macOS telemetry to a centralized analytics platform to support retroactive hunts if new exploitation indicators emerge.

How to Mitigate CVE-2025-43290

Immediate Actions Required

  • Upgrade affected systems to macOS Sequoia 15.7, macOS Sonoma 14.8, or macOS Tahoe 26.
  • Inventory macOS endpoints and prioritize systems that handle sensitive data or have elevated trust roles.
  • Restrict installation of unsigned or non-curated applications via Gatekeeper and mobile device management (MDM) policy.

Patch Information

Apple released patches in macOS Sequoia 15.7, macOS Sonoma 14.8, and macOS Tahoe 26. Full advisory information is available in the Apple Support Document #125110, Apple Support Document #125111, and Apple Support Document #125112.

Workarounds

  • No vendor-supplied workaround exists; apply the available updates as the primary remediation.
  • Enforce least-privilege execution and avoid running untrusted applications on systems that cannot be immediately patched.
  • Verify that System Integrity Protection (SIP) and Gatekeeper remain enabled on all macOS endpoints.

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechApple Macos

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.00%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-732
  • Vendor Resources
  • Apple Support Document #125110

  • Apple Support Document #125111

  • Apple Support Document #125112
  • Related CVEs
  • CVE-2025-43306: Apple macOS Privilege Escalation Flaw

  • CVE-2025-46284: Apple macOS Privilege Escalation Flaw

  • CVE-2025-43524: Apple macOS Privilege Escalation Flaw

  • CVE-2026-28976: Apple macOS Privilege Escalation Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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