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

CVE-2026-28847: Apple iPadOS DoS Vulnerability

CVE-2026-28847 is a denial of service vulnerability in Apple iPadOS caused by memory handling issues. Malicious web content can trigger unexpected process crashes. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: May 18, 2026

CVE-2026-28847 Overview

CVE-2026-28847 is a memory handling vulnerability affecting Apple's WebKit-based browser engine across the company's operating system lineup. Processing maliciously crafted web content can trigger an unexpected process crash, resulting in a denial-of-service condition. Apple addressed the flaw through improved memory handling in Safari 26.5 and accompanying OS updates. The vulnerability is classified under [CWE-119], indicating improper restriction of operations within the bounds of a memory buffer. Exploitation requires user interaction, typically through visiting a malicious webpage. While the issue does not lead to information disclosure or code execution based on available data, the wide deployment of WebKit across Apple's ecosystem makes it relevant for organizations managing Apple fleets.

Critical Impact

Maliciously crafted web content can crash the affected process, disrupting browser functionality and any embedded WebKit instances across iOS, iPadOS, macOS, tvOS, visionOS, and watchOS devices.

Affected Products

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

Discovery Timeline

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

Technical Details for CVE-2026-28847

Vulnerability Analysis

The vulnerability resides in Apple's WebKit rendering engine, which powers Safari and any application embedding web content on Apple platforms. When the engine processes crafted HTML, CSS, or JavaScript, a memory handling defect causes the renderer process to terminate unexpectedly. Apple's advisory describes the fix as "improved memory handling," indicating the original code path failed to correctly manage buffer boundaries or object lifetimes. The categorization under [CWE-119] places this issue in the broad family of buffer-bound restriction failures. Because no confidentiality or integrity impact is reported, exploitation appears limited to availability disruption rather than arbitrary code execution.

Root Cause

The defect involves improper memory handling within WebKit components responsible for parsing or rendering attacker-controlled web content. Specific function names and affected code paths are not disclosed in Apple's public advisory. The patch alters memory handling logic to prevent the conditions that trigger the crash.

Attack Vector

An attacker hosts crafted content on a webpage and lures a victim into visiting it through phishing, malvertising, or a compromised site. When the victim's browser renders the page, the WebKit process crashes. The attack requires user interaction and operates over the network. No authentication or privileges are needed on the target device. Embedded WebKit instances in third-party iOS and macOS applications are also exposed.

Detection Methods for CVE-2026-28847

Indicators of Compromise

  • Repeated Safari or WebKit-based application crashes shortly after navigating to external links or rendering embedded web content
  • Crash reports in ~/Library/Logs/DiagnosticReports/ on macOS referencing com.apple.WebKit.WebContent or related processes
  • Browser tabs reloading or showing "A problem repeatedly occurred" messages tied to specific URLs

Detection Strategies

  • Correlate endpoint crash telemetry with browsing history to identify URLs preceding WebKit process termination
  • Inventory Apple devices against the fixed versions (Safari 26.5, iOS/iPadOS 18.7.9 or 26.5, macOS Tahoe 26.5, tvOS/visionOS/watchOS 26.5) to flag unpatched assets
  • Inspect web proxy and DNS logs for connections to suspicious domains preceding browser crashes reported by users

Monitoring Recommendations

  • Aggregate macOS and iOS crash logs into a central log platform and alert on spikes in WebKit content process terminations
  • Monitor patch compliance dashboards to confirm rollout of the May 2026 Apple security updates across managed devices
  • Track threat intelligence sources for emerging proof-of-concept content targeting WebKit memory handling

How to Mitigate CVE-2026-28847

Immediate Actions Required

  • Deploy Apple's May 2026 security updates to all managed iOS, iPadOS, macOS, tvOS, visionOS, and watchOS devices through MDM or Software Update
  • Upgrade Safari to version 26.5 on supported macOS releases that receive the browser independently of the OS update
  • Notify users to avoid untrusted links and enable automatic updates on personal devices used for work

Patch Information

Apple released fixes in Safari 26.5, iOS 18.7.9 and iPadOS 18.7.9, iOS 26.5 and iPadOS 26.5, macOS Tahoe 26.5, tvOS 26.5, visionOS 26.5, and watchOS 26.5. Refer to the official advisories: Apple Support Document #127110, Apple Support Document #127111, Apple Support Document #127115, Apple Support Document #127118, Apple Support Document #127119, Apple Support Document #127120, and Apple Support Document #127121.

Workarounds

  • Restrict browsing to trusted sites until patches are applied, using content filtering at the network gateway
  • Disable JavaScript in Safari preferences for high-risk users when feasible, accepting reduced site functionality
  • Use MDM policies to enforce automatic OS updates and prevent users from deferring security patches
bash
# Verify Safari version on macOS
defaults read /Applications/Safari.app/Contents/Info.plist CFBundleShortVersionString

# Check macOS version
sw_vers -productVersion

# Trigger software update check via CLI
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
  • TypeDOS

  • Vendor/TechApple Ipados

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.04%

  • 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-119
  • Vendor Resources
  • Apple Support Document #127110

  • Apple Support Document #127111

  • Apple Support Document #127115

  • Apple Support Document #127118

  • Apple Support Document #127119

  • Apple Support Document #127120

  • Apple Support Document #127121
  • Related CVEs
  • CVE-2026-28902: Apple iPadOS DoS Vulnerability

  • CVE-2026-28903: Apple iPadOS DoS Vulnerability

  • CVE-2026-28936: Apple iPadOS DOS Vulnerability

  • CVE-2026-28955: Apple iPadOS DoS Vulnerability
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