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

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

CVE-2026-28942 is a use-after-free flaw in Apple iPadOS that causes Safari crashes when processing malicious web content. This article covers the technical details, affected versions, impact, and mitigation.

Published: May 18, 2026

CVE-2026-28942 Overview

CVE-2026-28942 is a use-after-free memory corruption vulnerability affecting Apple's web rendering stack across multiple operating systems. Processing maliciously crafted web content can trigger an unexpected Safari crash. The flaw is classified under [CWE-416: Use After Free] and stems from improper memory management during web content processing. Apple addressed the issue with improved memory management in Safari 26.5, iOS 26.5, iPadOS 26.5, macOS Tahoe 26.5, tvOS 26.5, visionOS 26.5, and watchOS 26.5. The vulnerability requires user interaction, typically by luring a victim to a malicious web page. No public proof-of-concept exploit or in-the-wild exploitation has been reported.

Critical Impact

Remote attackers can crash Safari and impact device availability when a user visits maliciously crafted web content.

Affected Products

  • Apple iOS and iPadOS prior to 26.5
  • Apple macOS Tahoe prior to 26.5 and Safari prior to 26.5
  • Apple tvOS, visionOS, and watchOS prior to 26.5

Discovery Timeline

  • 2026-05-11 - CVE-2026-28942 published to NVD
  • 2026-05-14 - Last updated in NVD database

Technical Details for CVE-2026-28942

Vulnerability Analysis

The vulnerability is a use-after-free condition triggered while Safari and underlying WebKit components process attacker-controlled web content. A use-after-free occurs when a program continues to reference memory after it has been released back to the allocator. An attacker who controls the layout of the freed allocation can cause the application to read or operate on attacker-influenced data through the dangling pointer. In this case, the immediate observed impact is an unexpected Safari process crash, indicating availability impact rather than confirmed code execution. Apple resolved the issue with improved memory management, which typically involves tightening object lifetime tracking and ensuring pointers are invalidated when their referents are freed.

Root Cause

The root cause is improper memory lifecycle handling in the affected web content processing code path. An object is freed while at least one reference remains in use, producing a dangling pointer that is later dereferenced during rendering or script execution.

Attack Vector

Exploitation requires a user to load attacker-controlled web content in Safari or any application that renders pages through the affected WebKit components. The attack is remote and network-based but requires user interaction, such as clicking a link or visiting a compromised site. Attackers commonly chain such issues through drive-by downloads, malvertising, or phishing campaigns. No public exploit or proof-of-concept code is available for this issue.

For technical details on Apple's fix, see the vendor advisories: Apple Support Article #127110, Apple Support Article #127115, Apple Support Article #127118, Apple Support Article #127119, Apple Support Article #127120, and Apple Support Article #127121.

Detection Methods for CVE-2026-28942

Indicators of Compromise

  • Unexpected or repeated Safari process crashes on iOS, iPadOS, macOS, tvOS, visionOS, or watchOS devices.
  • Crash report entries referencing WebKit or com.apple.WebKit processes shortly after navigation events.
  • Outbound network connections to recently registered domains immediately preceding browser crashes.

Detection Strategies

  • Monitor endpoint telemetry for Safari and WebKit process termination events on managed Apple fleets.
  • Correlate browser crash artifacts with browsing history, DNS lookups, and downloaded content to identify malicious pages.
  • Inspect MDM-reported OS and Safari versions to flag devices running pre-26.5 builds that remain exposed.

Monitoring Recommendations

  • Forward Apple unified logs and crash diagnostics to a centralized SIEM for retention and analysis.
  • Alert on bursts of WebKit crashes across multiple users, which can indicate a malicious campaign.
  • Track URL reputation telemetry from web proxies and secure web gateways to identify suspicious referrers.

How to Mitigate CVE-2026-28942

Immediate Actions Required

  • Update all Apple devices to Safari 26.5, iOS 26.5, iPadOS 26.5, macOS Tahoe 26.5, tvOS 26.5, visionOS 26.5, or watchOS 26.5.
  • Enforce minimum OS versions through MDM policies and block enrollment of non-compliant devices.
  • Communicate to users to avoid clicking untrusted links and to restart Safari if it crashes repeatedly.

Patch Information

Apple released fixes in Safari 26.5, iOS 26.5, iPadOS 26.5, macOS Tahoe 26.5, tvOS 26.5, visionOS 26.5, and watchOS 26.5. Refer to the corresponding Apple security advisories linked in the Attack Vector section for per-platform details and download instructions.

Workarounds

  • Restrict access to untrusted web content using web filtering or secure web gateway policies until devices are patched.
  • Enable Safari's Lockdown Mode on high-risk user accounts to reduce the browser attack surface.
  • Disable JavaScript on untrusted sites or use a hardened alternative browser where supported until updates are applied.
bash
# Verify installed Safari version on macOS
mdls -name kMDItemVersion /Applications/Safari.app

# Check macOS version
sw_vers -productVersion

# Trigger software update check (admin)
sudo softwareupdate --list
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

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.01%

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

  • Apple Support Article #127115

  • Apple Support Article #127118

  • Apple Support Article #127119

  • Apple Support Article #127120

  • Apple Support Article #127121
  • Related CVEs
  • 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

  • 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