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

CVE-2025-46307: Apple macOS Information Disclosure Flaw

CVE-2025-46307 is an information disclosure vulnerability in Apple macOS that allows apps to access sensitive user data due to a logic issue. This article covers the technical details, affected versions, and mitigation.

Published: May 28, 2026

CVE-2025-46307 Overview

CVE-2025-46307 is a logic flaw in Apple macOS that allows a local application to access sensitive user data. Apple addressed the issue with improved restrictions and released a fix in macOS Tahoe 26. The weakness is categorized under [CWE-284] Improper Access Control. Exploitation requires local code execution with low privileges and no user interaction, making it relevant to malicious or compromised applications already running on a target system.

Critical Impact

A local app can bypass access restrictions to read sensitive user data on unpatched macOS systems, undermining confidentiality controls enforced by the operating system.

Affected Products

  • Apple macOS versions prior to macOS Tahoe 26
  • Systems where local applications run without enforced sandbox restrictions
  • macOS endpoints that have not applied the Apple security update referenced in Apple advisory 125110

Discovery Timeline

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

Technical Details for CVE-2025-46307

Vulnerability Analysis

The vulnerability stems from a logic issue in the access control checks that gate sensitive user data on macOS. An application running locally with low privileges can leverage the flaw to reach data that the operating system should protect. Apple's advisory describes the resolution as improved restrictions, indicating that the previous logic did not fully constrain the conditions under which protected resources could be accessed.

The CVSS vector indicates a confidentiality-only impact with no effect on integrity or availability. Attack complexity is low, but the local attack vector means an adversary must already have code execution on the host. This aligns with post-compromise scenarios where an attacker pivots through a malicious app, a trojanized installer, or a sandboxed process attempting to escape data access boundaries.

Root Cause

The root cause is improper access control [CWE-284] in a macOS component that evaluates whether a requesting app is permitted to read certain user data. Apple's fix tightens these restrictions, suggesting a missing or insufficient permission check in the affected code path.

Attack Vector

An attacker with the ability to run an application locally on the target macOS device crafts requests that pass through the flawed access control logic. The request reaches sensitive user data without triggering the expected denial. No user interaction or elevated privileges are required beyond standard app execution rights.

No public exploit is available, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog. EPSS data indicates a low likelihood of exploitation at this time. See the Apple Support Document for vendor technical details.

Detection Methods for CVE-2025-46307

Indicators of Compromise

  • Unexpected process activity from non-Apple-signed or recently installed applications attempting to access user data directories such as ~/Library, ~/Documents, or TCC-protected resources
  • Anomalous reads of protected files by processes that have not previously requested those entitlements
  • Installation of applications from unverified sources shortly before suspicious data access events

Detection Strategies

  • Monitor Endpoint Security framework events (ES_EVENT_TYPE_NOTIFY_OPEN, ES_EVENT_TYPE_NOTIFY_READDIR) for processes accessing sensitive paths outside their declared entitlements
  • Correlate TCC (Transparency, Consent, and Control) prompts and denials with subsequent successful access events on the same paths
  • Track macOS version inventory against the Apple Tahoe 26 release to identify unpatched endpoints

Monitoring Recommendations

  • Enable unified logging collection for com.apple.TCC and access control subsystems and forward to a centralized analytics platform
  • Baseline normal application behavior for sensitive data paths and alert on deviations
  • Review installed third-party applications and validate their notarization status and developer identity

How to Mitigate CVE-2025-46307

Immediate Actions Required

  • Upgrade affected macOS endpoints to macOS Tahoe 26 or later as documented in the Apple advisory
  • Restrict installation of applications to those from the Mac App Store or notarized developers using MDM policies
  • Review and revoke unnecessary Full Disk Access and other privacy entitlements granted to third-party apps

Patch Information

Apple released the fix in macOS Tahoe 26. The vendor documents the update and affected components in the Apple Support Document. Administrators should deploy the update through Apple Software Update or an MDM such as Jamf, Intune, or Kandji.

Workarounds

  • Limit local user accounts to standard (non-administrator) privileges to reduce the scope of installable applications
  • Use MDM configuration profiles to enforce Gatekeeper, System Integrity Protection, and restrictive Privacy preferences
  • Remove or quarantine untrusted applications until the macOS update is applied
bash
# Verify the installed macOS version on managed endpoints
sw_vers -productVersion

# Trigger a software update check and install available updates
sudo softwareupdate --list
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-284
  • Vendor Resources
  • Apple Support Document
  • Related CVEs
  • CVE-2025-43451: Apple macOS Information Disclosure Flaw

  • CVE-2025-43289: Apple macOS Information Disclosure Issue

  • 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