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

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

CVE-2026-28969 is a use after free vulnerability in Apple iPadOS that may allow an app to cause unexpected system termination. This article covers the technical details, affected versions, and mitigation strategies.

Published: May 18, 2026

CVE-2026-28969 Overview

CVE-2026-28969 is a use-after-free vulnerability [CWE-416] affecting multiple Apple operating systems. The flaw allows a malicious app to trigger unexpected system termination by exploiting improper memory management. Apple addressed the issue through improved memory handling across its product line.

The vulnerability impacts iOS, iPadOS, macOS Sequoia, macOS Sonoma, macOS Tahoe, tvOS, visionOS, and watchOS. The Common Vulnerability Scoring System (CVSS) vector indicates a network-based attack vector with no privileges or user interaction required, but the impact is limited to availability degradation through process or system crashes.

Critical Impact

A locally installed application can trigger unexpected system termination across iOS, iPadOS, macOS, tvOS, visionOS, and watchOS devices, resulting in denial of service conditions.

Affected Products

  • Apple iOS (versions prior to 18.7.9 and 26.5) and iPadOS (versions prior to 18.7.9 and 26.5)
  • Apple macOS Sequoia (prior to 15.7.7), macOS Sonoma (prior to 14.8.7), and macOS Tahoe (prior to 26.5)
  • Apple tvOS, visionOS, and watchOS (versions prior to 26.5)

Discovery Timeline

  • 2026-05-11 - CVE-2026-28969 published to the National Vulnerability Database (NVD)
  • 2026-05-12 - Last updated in NVD database

Technical Details for CVE-2026-28969

Vulnerability Analysis

The vulnerability is a use-after-free condition classified under [CWE-416]. Use-after-free issues occur when a program continues to reference memory after it has been freed. Subsequent access to the dangling pointer leads to undefined behavior, including process or kernel crashes.

In this case, the affected Apple component allows a local application to trigger the unsafe memory access path. The result is unexpected system termination, producing denial-of-service conditions on the device. Apple's advisories confirm the fix involves improved memory management to ensure freed memory is no longer referenced.

While the CVSS vector lists the attack vector as network, the vulnerability description states an app must trigger the condition. The impact is constrained to availability — no confidentiality or integrity compromise is documented in the advisory.

Root Cause

The root cause is improper lifecycle tracking of an internal memory object. Code paths within the affected component release the object but retain or reuse a reference to it. When that reference is later dereferenced, the resulting memory access leads to unpredictable behavior and process termination.

Attack Vector

Exploitation requires the attacker to deliver or install an application on the target device. The application then invokes the vulnerable code path to trigger the use-after-free. The Exploit Prediction Scoring System (EPSS) probability for this CVE is 0.048%, indicating low observed exploitation likelihood at this time.

Apple has not disclosed the specific component or function affected. Refer to the Apple Support Advisory #127110 and related advisories for component-level details.

Detection Methods for CVE-2026-28969

Indicators of Compromise

  • Recurring unexpected system reboots or kernel panics on Apple devices running unpatched OS versions
  • Crash reports referencing memory access violations within the affected system component
  • Installation of recently sideloaded or untrusted applications preceding system termination events

Detection Strategies

  • Inventory all Apple endpoints and identify devices running iOS/iPadOS versions earlier than 18.7.9 or 26.5, and macOS versions earlier than 15.7.7, 14.8.7, or 26.5
  • Collect and review crash logs from mobile device management (MDM) telemetry for repeated process termination patterns
  • Monitor application installation events for unsigned or unverified applications that correlate with crash activity

Monitoring Recommendations

  • Forward macOS unified logs and iOS crash diagnostics to a centralized logging platform for correlation
  • Establish baselines for system termination events per device and alert on statistical outliers
  • Track patch compliance status across the Apple fleet using MDM reporting

How to Mitigate CVE-2026-28969

Immediate Actions Required

  • Update all 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 patch deployment through MDM policies and verify installation across managed endpoints
  • Restrict installation of untrusted applications via configuration profiles and App Store-only policies

Patch Information

Apple released patches addressing CVE-2026-28969 on multiple platforms. Patch details are documented in the official advisories: Apple Support Advisory #127110, #127111, #127115, #127116, #127117, #127118, #127119, and #127120.

Workarounds

  • No official workarounds have been published by Apple — patching is the required remediation
  • Limit installation privileges and require application notarization or App Store distribution where feasible
  • Apply MDM restrictions to block sideloading and developer-mode installations on managed devices
bash
# Verify current iOS/iPadOS version on a managed device via MDM query
# Example: profiles command on macOS to check OS build
sw_vers -productVersion

# macOS patch installation via softwareupdate
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
  • TypeUse After Free

  • Vendor/TechApple Ipados

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.05%

  • 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-416
  • 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-28992: 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