The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-2026-28976

CVE-2026-28976: Apple macOS Privilege Escalation Flaw

CVE-2026-28976 is a privilege escalation vulnerability in Apple macOS that allows applications to gain root privileges through information leakage. This article covers technical details, affected systems, and mitigation.

Published: May 18, 2026

CVE-2026-28976 Overview

CVE-2026-28976 is an information disclosure vulnerability affecting Apple macOS. Apple addressed the issue with additional validation logic in macOS Tahoe 26.5. According to the advisory, the flaw could allow an app to gain root privileges. The weakness is categorized under [CWE-200] (Exposure of Sensitive Information to an Unauthorized Actor).

The vulnerability is network-attackable with low complexity and no privileges or user interaction required. No public proof-of-concept exists, and the issue is not listed in the CISA Known Exploited Vulnerabilities catalog.

Critical Impact

An application may leak sensitive information that enables escalation to root privileges on affected macOS systems.

Affected Products

  • Apple macOS (versions prior to macOS Tahoe 26.5)
  • Systems where applications run with standard user privileges
  • macOS endpoints in enterprise and consumer deployments

Discovery Timeline

  • 2026-05-11 - CVE-2026-28976 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-28976

Vulnerability Analysis

The vulnerability is an information leakage flaw in Apple macOS. Apple's advisory states the issue was addressed with additional validation. An application running on the system can leverage the leaked information to gain root privileges. This represents a confidentiality-impacting weakness that ultimately enables local privilege escalation.

The issue maps to [CWE-200], which covers exposure of sensitive information to actors not explicitly authorized to access it. In this case, the leaked data appears to provide material useful for elevating an unprivileged process to root.

Root Cause

Apple has not published technical specifics about the underlying component. The vendor advisory indicates that insufficient validation in a privileged macOS subsystem permitted disclosure of sensitive data. The fix introduces additional validation checks to prevent unauthorized access to that data.

Attack Vector

An attacker requires the ability to run code on the target macOS host, typically through a malicious or compromised application. Once executed, the app queries the affected component to harvest the leaked information. The attacker then uses this information to escalate to root, bypassing standard macOS privilege boundaries.

No verified exploitation code is publicly available. Refer to the Apple Security Advisory for vendor-supplied details.

Detection Methods for CVE-2026-28976

Indicators of Compromise

  • Unexpected processes running with root or elevated entitlements that were launched from user-writable paths
  • Applications making unusual calls to privileged macOS subsystems or IPC endpoints
  • New launch daemons or launch agents written to /Library/LaunchDaemons/ or /Library/LaunchAgents/ shortly after an untrusted app executed

Detection Strategies

  • Monitor process lineage for non-system binaries spawning child processes that transition to UID 0
  • Inspect endpoints for macOS builds older than Tahoe 26.5 to identify exposed hosts
  • Correlate application installs from outside the App Store with subsequent privilege transitions

Monitoring Recommendations

  • Enable macOS Endpoint Security Framework (ESF) telemetry for ES_EVENT_TYPE_NOTIFY_EXEC and ES_EVENT_TYPE_NOTIFY_SETUID events
  • Track Gatekeeper and XProtect events for newly executed unsigned or ad-hoc signed applications
  • Audit Unified Logs for authorization service anomalies and unexpected sudo or authd activity

How to Mitigate CVE-2026-28976

Immediate Actions Required

  • Update affected systems to macOS Tahoe 26.5 or later as published in the Apple Security Advisory
  • Inventory macOS endpoints to confirm patch coverage across managed and unmanaged devices
  • Restrict installation of unsigned or untrusted applications via MDM policy

Patch Information

Apple resolved CVE-2026-28976 in macOS Tahoe 26.5 by adding validation to the affected component. Administrators should deploy the update through Software Update, MDM, or Apple Business Manager. Confirm the build version after deployment to verify remediation.

Workarounds

  • No vendor-supplied workaround exists; apply the macOS Tahoe 26.5 update
  • Limit local code execution by enforcing application allowlisting through Gatekeeper and Notarization policies
  • Reduce attack surface by removing unnecessary third-party applications from sensitive hosts
bash
# Verify macOS build and trigger update
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
  • TypePrivilege Escalation

  • Vendor/TechApple Macos

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-200
  • Vendor Resources
  • Apple Security Advisory
  • Related CVEs
  • CVE-2025-43524: Apple macOS Privilege Escalation Flaw

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

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

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