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

CVE-2026-28992: Apple iPadOS Use-After-Free Vulnerability

CVE-2026-28992 is a use-after-free memory corruption flaw in Apple iPadOS that may allow attackers to cause unexpected app termination. This article covers technical details, affected versions, impact, and mitigation.

Published: May 18, 2026

CVE-2026-28992 Overview

CVE-2026-28992 is a memory corruption vulnerability affecting multiple Apple operating systems. The flaw stems from improper locking, classified under [CWE-362] (Concurrent Execution using Shared Resource with Improper Synchronization, also known as a race condition). A local attacker with low privileges can trigger the condition to cause unexpected application termination. Apple addressed the issue through improved locking primitives across its OS portfolio.

Critical Impact

A local attacker can trigger memory corruption via a race condition, resulting in unexpected app termination and a denial-of-service condition on affected Apple devices.

Affected Products

  • Apple iOS 18.7.9 / iPadOS 18.7.9 and iOS 26.5 / iPadOS 26.5
  • Apple macOS Sequoia 15.7.7, macOS Sonoma 14.8.7, and macOS Tahoe 26.5
  • Apple tvOS 26.5, visionOS 26.5, and watchOS 26.5

Discovery Timeline

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

Technical Details for CVE-2026-28992

Vulnerability Analysis

The vulnerability is a race condition affecting shared resources within Apple operating systems. When two or more execution paths access the same memory region without proper synchronization, the resulting state can corrupt memory structures. Apple's advisory states the issue was addressed with improved locking, indicating the original code path lacked adequate mutual exclusion around a critical section.

Exploitation requires local access and elevated complexity, since the attacker must reliably win a race against legitimate operations. The outcome observed by Apple is unexpected app termination, which maps to an availability impact rather than confidentiality or integrity compromise.

Root Cause

The root cause is insufficient synchronization between concurrent threads or processes accessing shared state. Without correct locking, one execution context can read or modify data while another context mutates it, leaving objects in an inconsistent state. Subsequent dereferences against the corrupted structure produce a fault that terminates the affected application.

Attack Vector

The attack vector is local, requiring an attacker to execute code on the device with low privileges. The attacker repeatedly invokes the racing code path to provoke the unsynchronized window. No user interaction is required. Successful exploitation results in process crash rather than code execution, based on Apple's stated impact.

No verified proof-of-concept code is publicly available. Readers seeking technical detail should consult the linked Apple Support Advisory #127110 and the related advisories below.

Detection Methods for CVE-2026-28992

Indicators of Compromise

  • Repeated unexpected termination of a specific application on an Apple endpoint, particularly when the same process crashes across reboots.
  • Crash logs in ~/Library/Logs/DiagnosticReports/ (macOS) or device crash reports (iOS/iPadOS) referencing memory corruption or synchronization-related faults.
  • Local processes spawning unusual numbers of threads or making high-frequency syscalls against the affected subsystem.

Detection Strategies

  • Monitor endpoint telemetry for repeated ReportCrash events tied to the same binary on macOS hosts.
  • Track OS build versions across the fleet and flag devices running pre-patch versions of iOS, iPadOS, macOS, tvOS, visionOS, or watchOS.
  • Correlate local user sessions with abnormal process crash rates to identify potential exploitation attempts.

Monitoring Recommendations

  • Centralize Apple device crash reports and alert on clustered crashes that share a common signature.
  • Maintain an inventory of Apple OS versions and prioritize devices not yet on the patched builds.
  • Review local privilege boundaries on shared macOS workstations where untrusted users may run code.

How to Mitigate CVE-2026-28992

Immediate Actions Required

  • Update affected Apple devices to iOS 18.7.9 / iPadOS 18.7.9, iOS 26.5 / iPadOS 26.5, macOS Sequoia 15.7.7, macOS Sonoma 14.8.7, macOS Tahoe 26.5, tvOS 26.5, visionOS 26.5, or watchOS 26.5.
  • Enforce mobile device management (MDM) policies that require minimum patched OS versions before granting access to corporate resources.
  • Restrict local code execution on shared macOS systems and audit accounts with interactive login rights.

Patch Information

Apple released fixes across its full OS portfolio. Reference the vendor advisories: Apple Support Advisory #127110, #127111, #127115, #127116, #127117, #127118, #127119, and #127120. Patching is the definitive remediation, as the fix corrects the underlying locking logic.

Workarounds

  • No vendor-supplied workaround exists; apply the OS update as the primary remediation.
  • Limit local user access on multi-user macOS systems until patching is complete.
  • Disable or restrict third-party applications that exercise the affected subsystem if a specific trigger is identified in vendor follow-up guidance.
bash
# Verify the macOS build on an endpoint and confirm it meets the patched version
sw_vers -productVersion

# Trigger software update check on macOS
sudo softwareupdate -l
sudo softwareupdate -ia --restart

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

  • Vulnerability Details
  • TypeUse After Free

  • Vendor/TechApple Ipados

  • SeverityMEDIUM

  • CVSS Score4.7

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-362
  • Vendor Resources
  • Apple Support Advisory #127110

  • Apple Support Advisory #127111

  • Apple Support Advisory #127115

  • Apple Support Advisory #127116

  • Apple Support Advisory #127117

  • Apple Support Advisory #127118

  • Apple Support Advisory #127119

  • Apple Support Advisory #127120
  • Related CVEs
  • CVE-2026-28942: Apple iPadOS Use-After-Free Vulnerability

  • CVE-2026-28947: Apple iPadOS Use-After-Free Vulnerability

  • CVE-2026-28883: Apple iPadOS Use-After-Free Vulnerability

  • CVE-2026-28969: Apple iPadOS Use After Free Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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