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

CVE-2026-28923: Apple macOS Privilege Escalation Flaw

CVE-2026-28923 is a privilege escalation vulnerability in Apple macOS that allows malicious apps to break out of their sandbox. This article covers the technical details, affected versions, impact, and mitigation.

Published: May 18, 2026

CVE-2026-28923 Overview

CVE-2026-28923 is a sandbox escape vulnerability in Apple macOS caused by insufficient redaction of sensitive data written to system logs. A malicious application running within the macOS sandbox can read this logged data and use it to break out of its sandbox boundary. Apple addressed the issue with improved data redaction in macOS Sequoia 15.7.7, macOS Sonoma 14.8.7, and macOS Tahoe 26.5. The flaw is tracked under CWE-532 (Insertion of Sensitive Information into Log File) and requires local access with low privileges.

Critical Impact

A sandboxed application can escape its security boundary and gain access to resources outside the sandbox, leading to high impact on confidentiality, integrity, and availability across the system.

Affected Products

  • Apple macOS Sequoia prior to 15.7.7
  • Apple macOS Sonoma prior to 14.8.7
  • Apple macOS Tahoe prior to 26.5

Discovery Timeline

  • 2026-05-11 - CVE-2026-28923 published to NVD
  • 2026-05-12 - Last updated in NVD database

Technical Details for CVE-2026-28923

Vulnerability Analysis

The vulnerability stems from a logging component that writes sensitive information to system logs without applying adequate redaction. Sandboxed applications on macOS run under restricted entitlements that limit access to user data, system resources, and inter-process communication channels. However, log records on macOS are accessible to processes with relatively low privileges through the unified logging subsystem.

When sensitive material is recorded in plaintext within these logs, a malicious sandboxed application can query the log stream to recover data it would otherwise be denied. This data can include tokens, identifiers, paths, or other artifacts that enable the attacker to construct a sandbox escape. The result is a scope change: code that started in a restricted context gains influence over resources owned by other components.

Root Cause

The root cause is improper data redaction in macOS logging routines, mapped to [CWE-532]. System components emitted private values into log entries without marking them as private or otherwise sanitizing the output. The fix introduces stronger redaction so that sensitive fields no longer appear in retrievable form.

Attack Vector

Exploitation requires local code execution as a sandboxed or low-privileged user. No user interaction is needed. The attacker delivers a malicious application through standard distribution channels, such as a sideloaded binary or a trojanized app. Once executed, the application reads the logs, extracts the leaked data, and uses it to perform actions outside its sandbox profile.

No verified proof-of-concept code is publicly available for this issue. The vulnerability mechanism is described in the Apple Support Article #127115, Apple Support Article #127116, and Apple Support Article #127117.

Detection Methods for CVE-2026-28923

Indicators of Compromise

  • Sandboxed processes invoking log show, log stream, or calling OSLog APIs to read system log archives outside their normal operational profile.
  • Unexpected access to /var/db/diagnostics/ or /var/db/uuidtext/ from user-space applications that lack a diagnostics-related purpose.
  • Sandboxed apps spawning child processes or accessing entitlements-protected resources shortly after parsing log content.

Detection Strategies

  • Monitor Endpoint Security framework events for ES_EVENT_TYPE_NOTIFY_OPEN on log database paths originating from sandboxed applications.
  • Baseline normal log-reading behavior per application and alert on deviations, particularly bulk reads from third-party apps.
  • Correlate log access events with subsequent privileged operations, such as XPC connections to system services or writes outside the application container.

Monitoring Recommendations

  • Enable telemetry collection from macOS endpoints using EDR agents that surface process, file, and entitlement activity.
  • Track installed application versions and macOS build numbers across the fleet to identify hosts still running pre-patch versions.
  • Review Gatekeeper and notarization events for newly introduced applications, especially those requesting log or diagnostics access.

How to Mitigate CVE-2026-28923

Immediate Actions Required

  • Update affected systems to macOS Sequoia 15.7.7, macOS Sonoma 14.8.7, or macOS Tahoe 26.5 without delay.
  • Inventory macOS endpoints and prioritize developer workstations and systems running untrusted third-party applications.
  • Restrict installation of unsigned or non-notarized applications through MDM policy until patching is complete.

Patch Information

Apple released fixes that introduce improved data redaction in the affected logging path. Patch details are published in Apple Support Article #127115 for macOS Tahoe 26.5, Apple Support Article #127116 for macOS Sonoma 14.8.7, and Apple Support Article #127117 for macOS Sequoia 15.7.7. Apply the relevant update through Software Update or your MDM platform.

Workarounds

  • No vendor-supplied workaround exists. Patching is the only supported remediation.
  • Limit local user privileges and enforce application allowlisting to reduce the likelihood of a malicious sandboxed app executing.
  • Disable or restrict access to diagnostic log archives for non-administrative users where operationally feasible.
bash
# Verify macOS build to confirm the patch is applied
sw_vers -productVersion
softwareupdate --list
sudo softwareupdate -i -a -R

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 Score8.8

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-532
  • Vendor Resources
  • Apple Support Article #127115

  • Apple Support Article #127116

  • Apple Support Article #127117
  • 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