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

CVE-2025-43289: Apple macOS Information Disclosure Issue

CVE-2025-43289 is an information disclosure vulnerability in Apple macOS that allows malicious apps to access sensitive user data. This article covers the technical details, affected versions, and mitigation steps.

Published: May 28, 2026

CVE-2025-43289 Overview

CVE-2025-43289 is a logic flaw in Apple macOS that allows a malicious application to access sensitive user data. Apple addressed the issue with improved validation in macOS Sequoia 15.7, macOS Sonoma 14.8, and macOS Tahoe 26. The weakness is classified under [CWE-285] (Improper Authorization), indicating that authorization checks did not correctly enforce access boundaries to protected resources.

The vulnerability requires local access and low privileges, with no user interaction needed for exploitation. Successful exploitation results in confidentiality impact without affecting integrity or availability of the host.

Critical Impact

A locally installed malicious application can bypass authorization checks on macOS and read sensitive user data without triggering user prompts.

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-43289 published to the National Vulnerability Database
  • 2026-05-27 - Last updated in NVD database

Technical Details for CVE-2025-43289

Vulnerability Analysis

CVE-2025-43289 stems from an authorization logic flaw within macOS. Apple's advisory states the issue was resolved through improved validation, which indicates that a code path failed to correctly verify whether the requesting process held the necessary entitlements or permissions to access protected user data.

The CWE-285 classification (Improper Authorization) confirms that the affected component performed an action without properly verifying the actor's authorization to perform that action. Logic flaws of this class typically arise when validation occurs against attacker-controllable inputs or when checks are skipped in specific code paths.

Apple does not disclose precise component-level details for this vulnerability beyond the high-level summary. The fix is delivered through standard macOS security updates referenced in Apple Support articles 125110, 125111, and 125112.

Root Cause

The root cause is improper authorization within a macOS subsystem that mediates access to sensitive user data. The original logic permitted requests from contexts that should have been rejected, enabling an application running under a local user account to obtain data outside its expected scope.

Attack Vector

Exploitation requires local code execution on the target system, typically through a malicious application that the user has installed or executed. The attacker needs low privileges only, with no elevated rights, and the attack proceeds without user interaction once the malicious app runs. The scope remains unchanged, meaning the impact is contained within the security authority that owns the vulnerable component.

No public proof-of-concept code, exploit module, or in-the-wild exploitation has been reported. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog. Refer to the Apple Support Article 125110 for vendor technical context.

Detection Methods for CVE-2025-43289

Indicators of Compromise

  • Unexpected processes accessing user data directories such as ~/Library, ~/Documents, or TCC-protected locations without corresponding user consent prompts.
  • Installation of unsigned or ad-hoc signed applications from outside the Mac App Store followed by anomalous file read activity.
  • Newly launched binaries that issue requests to system services responsible for user data brokering shortly after first execution.

Detection Strategies

  • Monitor endpoint telemetry for processes that read sensitive user data without an associated user-initiated UI event.
  • Correlate application install events with subsequent access to privacy-protected resources to surface suspicious post-install behavior.
  • Compare installed macOS build versions against the patched releases (15.7, 14.8, 26) to identify exposed hosts in the fleet.

Monitoring Recommendations

  • Ingest macOS Unified Logs and Endpoint Security framework events into a central SIEM for behavioral analysis.
  • Track macOS software inventory continuously and alert on hosts running pre-patch builds of Sequoia, Sonoma, or Tahoe.
  • Baseline normal application access patterns to user data and alert on deviations involving newly installed or rarely used binaries.

How to Mitigate CVE-2025-43289

Immediate Actions Required

  • Apply the Apple security updates for macOS Sequoia 15.7, macOS Sonoma 14.8, or macOS Tahoe 26 across all managed endpoints.
  • Audit installed third-party applications and remove any that are unsigned, untrusted, or no longer required.
  • Restrict installation of applications to the Mac App Store and identified developers using Gatekeeper policy.

Patch Information

Apple has released fixes through the following advisories: Apple Support Article 125110, Apple Support Article 125111, and Apple Support Article 125112. Administrators should deploy these updates through MDM solutions or softwareupdate on individual hosts.

Workarounds

  • No vendor-supplied workaround exists; patching is the only complete remediation.
  • Limit local user privileges and remove administrative rights from standard user accounts where feasible.
  • Enforce application allowlisting to block execution of untrusted binaries on managed Macs.
bash
# Check current macOS version and apply available updates
sw_vers -productVersion
sudo softwareupdate --install --all --restart

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechApple Macos

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.01%

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

  • Apple Support Article 125111

  • Apple Support Article 125112
  • Related CVEs
  • CVE-2025-43451: Apple macOS Information Disclosure Flaw

  • CVE-2025-46307: Apple macOS Information Disclosure Flaw

  • CVE-2026-43652: Apple macOS Information Disclosure Flaw

  • CVE-2026-28961: Apple macOS Information Disclosure 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