A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2024-23226

CVE-2024-23226: Apple iPad OS RCE Vulnerability

CVE-2024-23226 is a remote code execution vulnerability in Apple iPad OS caused by improper memory handling. Processing malicious web content can lead to arbitrary code execution. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: May 26, 2026

CVE-2024-23226 Overview

CVE-2024-23226 is a memory corruption vulnerability affecting Apple's WebKit-based platforms across iOS, iPadOS, macOS, tvOS, visionOS, and watchOS. Processing maliciously crafted web content can trigger the flaw and lead to arbitrary code execution within the affected process. Apple addressed the issue with improved memory handling in iOS 17.4, iPadOS 17.4, macOS Sonoma 14.4, tvOS 17.4, visionOS 1.1, and watchOS 10.4. The vulnerability is categorized under [CWE-787] (Out-of-Bounds Write) and carries a CVSS 3.1 base score of 8.8.

Critical Impact

Remote attackers can achieve arbitrary code execution on unpatched Apple devices by luring a user to visit attacker-controlled web content.

Affected Products

  • Apple iOS and iPadOS prior to 17.4
  • Apple macOS Sonoma prior to 14.4
  • Apple tvOS prior to 17.4, visionOS prior to 1.1, watchOS prior to 10.4

Discovery Timeline

  • 2024-03-08 - CVE-2024-23226 published to NVD
  • 2026-04-02 - Last updated in NVD database

Technical Details for CVE-2024-23226

Vulnerability Analysis

The flaw resides in WebKit, the browser engine shared across Apple's operating systems and used by Safari and any application that embeds web views. According to Apple's advisories, the issue was addressed with improved memory handling, indicating a memory safety defect that occurs during the processing of web content. The vulnerability is mapped to [CWE-787] (Out-of-Bounds Write), a class of bug where the engine writes data past the bounds of an allocated buffer.

Successful exploitation results in arbitrary code execution inside the rendering process. Code execution within WebKit historically serves as the first stage of a multi-step exploit chain that can be combined with sandbox escapes and privilege escalation flaws to compromise the entire device. The EPSS score for this CVE is 0.898% with a percentile of 75.92, reflecting elevated interest relative to typical CVEs.

Root Cause

The root cause is improper memory handling in WebKit when parsing or rendering specific web content structures. Out-of-bounds write conditions in JavaScript engines and DOM handling code allow attackers to corrupt adjacent memory, overwrite object metadata, and ultimately redirect control flow. Apple did not disclose the specific component or function affected, but the fix involved tightening memory boundary checks.

Attack Vector

Exploitation requires the victim to load attacker-controlled web content in Safari or any application that renders pages through WebKit. User interaction is required, satisfied by clicking a link, opening an email containing remote content, or visiting a compromised website. Once the malicious payload is parsed, the out-of-bounds write triggers and the attacker gains code execution in the WebKit process. No authentication or prior access is required.

No verified public proof-of-concept code is available for this vulnerability. Technical details can be found in Apple's official advisories listed under Apple Support Document HT214081 and the associated platform-specific bulletins.

Detection Methods for CVE-2024-23226

Indicators of Compromise

  • Unexpected child processes spawned by Safari, WebKit com.apple.WebKit.WebContent, or applications hosting web views such as Mail and Messages.
  • Crash reports referencing WebKit, JavaScriptCore, or out-of-bounds memory access in ~/Library/Logs/DiagnosticReports/ on macOS.
  • Outbound network connections initiated by browser helper processes to unknown infrastructure following web content rendering.

Detection Strategies

  • Inventory Apple endpoints and flag any device running iOS, iPadOS, tvOS below 17.4, macOS Sonoma below 14.4, visionOS below 1.1, or watchOS below 10.4.
  • Hunt for anomalous process lineage where WebKit content processes execute shells, scripting interpreters, or file system enumeration utilities.
  • Correlate browser crash telemetry with subsequent persistence or lateral movement indicators on the same host.

Monitoring Recommendations

  • Forward macOS unified log entries and crash reports to a central analytics platform for retrospective hunting.
  • Monitor DNS and web proxy logs for connections to newly registered or low-reputation domains delivering exploit payloads to Safari.
  • Track patch compliance metrics for all Apple devices and alert when unpatched WebKit versions appear on the network.

How to Mitigate CVE-2024-23226

Immediate Actions Required

  • Update all Apple devices to the fixed versions: iOS 17.4, iPadOS 17.4, macOS Sonoma 14.4, tvOS 17.4, visionOS 1.1, and watchOS 10.4 or later.
  • Prioritize patching for users who routinely browse untrusted web content or operate in high-risk roles.
  • Enforce mobile device management (MDM) policies that block enrollment or network access for non-compliant Apple devices.

Patch Information

Apple released coordinated security updates addressing CVE-2024-23226. Refer to the official advisories for platform-specific patch details: iOS and iPadOS 17.4, macOS Sonoma 14.4, tvOS 17.4, watchOS 10.4, and the consolidated Apple Support Document 120881.

Workarounds

  • No vendor-supplied workaround exists; applying the official update is the only complete remediation.
  • Restrict use of Safari and WebKit-based apps to trusted sites until patches are deployed, and consider deploying a non-WebKit browser where policy permits.
  • Use network filtering to block known malicious domains and reduce exposure to drive-by exploitation attempts.
bash
# Verify macOS version meets the patched baseline
sw_vers -productVersion
# Expected output: 14.4 or later for macOS Sonoma

# Trigger software update check on macOS
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
  • TypeRCE

  • Vendor/TechApple Ipad Os

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.90%

  • 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
  • NVD-CWE-noinfo

  • CWE-787
  • Technical References
  • Apple Support Document 120881

  • Apple Support Document 120882

  • Apple Support Document 120883

  • Apple Support Document 120893

  • Apple Support Document 120895

  • Full Disclosure March 21, 2024

  • Full Disclosure March 24, 2024

  • Full Disclosure March 25, 2024

  • Full Disclosure March 26, 2024

  • Apple Support KB HT214081

  • Apple Support KB HT214084

  • Apple Support KB HT214087

  • Apple Support KB HT214088
  • Vendor Resources
  • Apple Support Document HT214081

  • Apple Support Document HT214084

  • Apple Support Document HT214086

  • Apple Support Document HT214087

  • Apple Support Document HT214088
  • Related CVEs
  • CVE-2024-23243: Apple iPadOS Information Disclosure Flaw

  • CVE-2025-24203: Apple iPadOS Privilege Escalation Flaw

  • CVE-2024-44297: Apple iPadOS Denial-of-Service 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