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

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

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

Published: May 18, 2026

CVE-2026-28947 Overview

CVE-2026-28947 is a use-after-free vulnerability [CWE-416] affecting Apple's WebKit-based browsing stack across multiple operating systems. Processing maliciously crafted web content can trigger an unexpected Safari crash and potentially enable arbitrary code execution in the renderer process. Apple addressed the flaw 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 is exploitable over the network and requires user interaction, such as visiting a malicious page.

Critical Impact

An attacker can crash Safari and potentially execute code in the browser process when a victim visits an attacker-controlled webpage.

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-28947 published to the National Vulnerability Database
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-28947

Vulnerability Analysis

The flaw is a use-after-free condition in Apple's web content processing stack. Apple's advisories indicate the issue was addressed with improved memory management, which is consistent with a lifetime tracking error on a heap-allocated object. When Safari parses or renders specifically crafted web content, an object is freed while another code path retains a dangling reference. Subsequent dereference of that reference operates on memory that has been reclaimed or repurposed by the allocator.

The attack vector is network-based with low complexity and no privileges required, but user interaction is necessary. A typical exploitation path involves the victim navigating to a malicious site or loading attacker-controlled content embedded in a trusted page. Impacts to confidentiality, integrity, and availability are all high, reflecting the potential for renderer-level code execution rather than a simple crash.

Root Cause

The root cause is improper management of object lifetimes within Safari's content handling logic. The fix tightens ownership and release semantics so that references cannot outlive the underlying allocation. Apple has not published deeper technical detail beyond the advisory text.

Attack Vector

An attacker hosts crafted HTML, JavaScript, or media content on a page reachable by the victim. When the victim's Safari instance processes the content, the use-after-free triggers, leading to a crash or controlled corruption of process memory. Exploitation does not require credentials or local access.

No verified public proof-of-concept code is available for CVE-2026-28947. Refer to the Apple Support advisories for vendor-supplied technical context.

Detection Methods for CVE-2026-28947

Indicators of Compromise

  • Unexpected Safari or WebContent process crashes recorded in macOS DiagnosticReports or iOS crash logs, particularly with EXC_BAD_ACCESS or heap corruption signatures.
  • Outbound connections from Safari to recently registered or low-reputation domains immediately preceding a renderer crash.
  • Repeated reloads of the same URL across multiple endpoints followed by abnormal child process termination.

Detection Strategies

  • Inventory Apple endpoints and flag devices running Safari, iOS, iPadOS, macOS, tvOS, visionOS, or watchOS versions earlier than 26.5.
  • Correlate browser crash telemetry with web proxy logs to identify URLs that consistently produce WebContent faults.
  • Hunt for anomalous child processes spawned by Safari following a navigation event, which may indicate post-exploitation behavior.

Monitoring Recommendations

  • Forward macOS unified logs and iOS device crash reports into a centralized logging pipeline for retrospective analysis.
  • Monitor MDM compliance dashboards for OS versions and enforce remediation SLAs on devices that remain unpatched.
  • Track DNS and HTTP egress from Safari processes to detect interaction with known-malicious infrastructure.

How to Mitigate CVE-2026-28947

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.
  • Use mobile device management to push the updates and verify installation across the fleet.
  • Instruct users to avoid untrusted links and to restart Safari after applying the update so older processes are not retained in memory.

Patch Information

Apple released fixes in the 26.5 update train. See the following advisories: Apple Support Document 127110, Apple Support Document 127115, Apple Support Document 127118, Apple Support Document 127119, Apple Support Document 127120, and Apple Support Document 127121.

Workarounds

  • Where immediate patching is not possible, restrict Safari usage and direct users to a hardened, fully patched alternative browser.
  • Enforce web filtering at the network edge to block access to known-malicious and newly registered domains.
  • Disable JavaScript in Safari for high-risk users via configuration profiles until the update is deployed.
bash
# Verify installed macOS and Safari versions before and after patching
sw_vers -productVersion
defaults read /Applications/Safari.app/Contents/Info.plist CFBundleShortVersionString

# Trigger MDM-managed software update on macOS
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 Score8.8

  • EPSS Probability0.05%

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

  • Apple Support Document 127115

  • Apple Support Document 127118

  • Apple Support Document 127119

  • Apple Support Document 127120
  • Related CVEs
  • CVE-2026-28942: 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