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

CVE-2025-46285: Apple macOS Privilege Escalation Flaw

CVE-2025-46285 is a privilege escalation vulnerability in Apple macOS caused by an integer overflow that allows apps to gain root privileges. This article covers the technical details, affected versions, and mitigation.

Published: May 26, 2026

CVE-2025-46285 Overview

CVE-2025-46285 is a local privilege escalation vulnerability in Apple operating systems caused by an integer overflow in timestamp handling. Apple addressed the issue by adopting 64-bit timestamps. A malicious application running on an affected device can exploit the flaw to gain root privileges, fully compromising the operating system. The vulnerability is classified under [CWE-190] (Integer Overflow or Wraparound) and affects multiple Apple platforms, including macOS, iOS, iPadOS, tvOS, visionOS, and watchOS.

Critical Impact

An app may be able to gain root privileges on affected Apple devices, enabling full local compromise.

Affected Products

  • Apple macOS Sequoia (prior to 15.7.3), Sonoma (prior to 14.8.3), and Tahoe (prior to 26.2)
  • Apple iOS and iPadOS (prior to 18.7.3 and 26.2)
  • Apple tvOS 26.2, visionOS 26.2, and watchOS 26.2

Discovery Timeline

  • 2025-12-12 - CVE-2025-46285 published to NVD
  • 2026-04-02 - Last updated in NVD database

Technical Details for CVE-2025-46285

Vulnerability Analysis

The vulnerability stems from an integer overflow in code that processed timestamp values using a fixed-width integer type. When timestamp arithmetic exceeded the representable range, the resulting wraparound produced values that violated assumptions made by downstream logic. Apple resolved the defect by widening the affected timestamp representation to 64 bits, eliminating the overflow condition.

Successful exploitation grants root privileges, allowing an attacker to bypass system protections, modify protected resources, install persistent components, and access sensitive user data. The flaw requires local access and low privileges but no user interaction.

Root Cause

The root cause is classified as [CWE-190] Integer Overflow or Wraparound. The original implementation used a smaller integer type to hold timestamp data, allowing values to wrap and produce inconsistent state. This inconsistency can be leveraged by an attacker-controlled application to manipulate privileged code paths.

Attack Vector

Exploitation requires a local, low-privileged application running on the targeted Apple device. The malicious app triggers the overflow condition through normal API interactions that propagate the corrupted timestamp into privileged components. No user interaction is required, and the attack does not cross network boundaries.

Apple did not publish exploit details, and no public proof-of-concept code is available. Technical specifics are documented in the Apple Support Advisory #125884 and related advisories.

Detection Methods for CVE-2025-46285

Indicators of Compromise

  • Unexpected processes running with root or system-level privileges originating from user-installed applications.
  • New or modified files in system-protected directories following execution of recently installed apps.
  • Unsigned or unexpected LaunchDaemons, LaunchAgents, or kernel extensions appearing after app installs.

Detection Strategies

  • Monitor for processes that transition from standard user context to root without a corresponding legitimate authentication event.
  • Audit Endpoint Security framework telemetry for es_event_exec and es_event_setuid events tied to non-Apple-signed binaries.
  • Correlate application installation events with privilege escalation activity across managed Apple endpoints.

Monitoring Recommendations

  • Inventory macOS, iOS, iPadOS, tvOS, visionOS, and watchOS device versions to identify unpatched systems.
  • Forward macOS Unified Log data and Endpoint Security events to a centralized SIEM for retrospective analysis.
  • Alert on installation of applications from outside trusted distribution channels on managed devices.

How to Mitigate CVE-2025-46285

Immediate Actions Required

  • Update macOS Sequoia to 15.7.3, macOS Sonoma to 14.8.3, and macOS Tahoe to 26.2.
  • Update iOS and iPadOS devices to 18.7.3 or 26.2, and update tvOS, visionOS, and watchOS to 26.2.
  • Restrict installation of untrusted applications on managed Apple endpoints until patches are applied.

Patch Information

Apple released fixes across the affected platform versions. Refer to the official advisories for build numbers and release notes: Apple Support Advisory #125887 and Apple Support Advisory #125888. Additional related advisories include #125884, #125885, #125886, #125889, #125890, and #125891.

Workarounds

  • No vendor-supplied workaround exists; patching is the only supported remediation.
  • Enforce application allowlisting through MDM policies to limit execution of untrusted code.
  • Disable installation of apps from unknown developers and enforce Gatekeeper and System Integrity Protection.

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

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.02%

  • 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
  • CWE-190
  • Technical References
  • Apple Support Advisory #125884

  • Apple Support Advisory #125885

  • Apple Support Advisory #125886

  • Apple Support Advisory #125889

  • Apple Support Advisory #125890

  • Apple Support Advisory #125891
  • Vendor Resources
  • Apple Support Advisory #125887

  • Apple Support Advisory #125888
  • Related CVEs
  • CVE-2025-43524: Apple macOS Privilege Escalation Flaw

  • CVE-2026-28976: Apple macOS Privilege Escalation Flaw

  • CVE-2026-28978: Apple macOS Privilege Escalation Flaw

  • CVE-2026-28910: 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