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
    • 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-23213

CVE-2024-23213: Apple Safari RCE Vulnerability

CVE-2024-23213 is a remote code execution flaw in Apple Safari 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: April 1, 2026

CVE-2024-23213 Overview

CVE-2024-23213 is a memory handling vulnerability affecting Apple's WebKit browser engine and multiple Apple operating systems. The flaw exists in how WebKit processes web content, allowing attackers to potentially execute arbitrary code on affected devices. This vulnerability impacts a wide range of Apple products including Safari, iOS, iPadOS, macOS, tvOS, and watchOS, making it a significant security concern for the Apple ecosystem.

Critical Impact

Processing maliciously crafted web content may lead to arbitrary code execution, potentially allowing attackers to take control of affected devices through drive-by browser attacks.

Affected Products

  • Apple Safari versions prior to 17.3
  • Apple iOS versions prior to 17.3 and iOS 16.7.5
  • Apple iPadOS versions prior to 17.3 and iPadOS 16.7.5
  • Apple macOS Sonoma versions prior to 14.3
  • Apple tvOS versions prior to 17.3
  • Apple watchOS versions prior to 10.3

Discovery Timeline

  • January 23, 2024 - CVE-2024-23213 published to NVD
  • June 20, 2025 - Last updated in NVD database

Technical Details for CVE-2024-23213

Vulnerability Analysis

This vulnerability stems from improper memory handling within WebKit, Apple's open-source web browser engine that powers Safari and serves as the foundation for web content rendering across all Apple platforms. The flaw is classified under CWE-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer), indicating that the vulnerability involves memory safety issues where data can be written or read outside intended buffer boundaries.

The attack requires user interaction—specifically, a victim must visit a malicious website or be redirected to attacker-controlled web content. Once triggered, the vulnerability can lead to arbitrary code execution within the context of the browser process. Given WebKit's privileged position in processing all web content on Apple devices, successful exploitation could result in significant system compromise including data theft, installation of malware, or further privilege escalation.

The vulnerability affects both current and legacy iOS branches (iOS 17.x and iOS 16.x), indicating the flaw exists in shared WebKit code that has been present across multiple release cycles.

Root Cause

The root cause of CVE-2024-23213 is improper memory handling within WebKit's web content processing routines. Memory handling vulnerabilities in browser engines typically occur during complex operations such as JavaScript execution, DOM manipulation, or rendering of specific HTML/CSS constructs. When memory is not properly allocated, tracked, or freed during these operations, it can lead to conditions where attackers can manipulate memory state to achieve code execution.

Apple addressed this issue with improved memory handling, suggesting the fix involved adding proper bounds checking, memory allocation validation, or correcting how memory resources are managed during web content processing.

Attack Vector

The attack vector for this vulnerability is network-based, requiring the victim to process malicious web content. Exploitation scenarios include:

  1. Drive-by download attacks - Victim visits a compromised or malicious website hosting exploit code
  2. Malicious advertisements - Exploit code delivered through advertising networks on legitimate websites
  3. Phishing campaigns - Targeted emails containing links to exploit pages
  4. Man-in-the-middle attacks - Injecting exploit code into HTTP traffic

The vulnerability requires user interaction (visiting a malicious page) but no authentication or special privileges. Once the malicious content is processed by the vulnerable WebKit engine, arbitrary code execution can occur without additional user consent.

Due to the sensitive nature of this vulnerability and the lack of verified proof-of-concept code in public repositories, specific exploitation techniques are not detailed here. Security teams should refer to Apple's security advisories for technical guidance on the vulnerability mechanics.

Detection Methods for CVE-2024-23213

Indicators of Compromise

  • Unexpected Safari or WebKit process crashes followed by suspicious system behavior
  • Unusual network connections originating from browser processes to unknown external hosts
  • Presence of unexpected processes spawned as children of Safari or WebKit-related services
  • Memory corruption artifacts in crash reports referencing WebKit components

Detection Strategies

  • Monitor for WebKit crash reports that indicate memory corruption patterns in system logs
  • Implement network monitoring for connections to known malicious infrastructure following browser activity
  • Deploy endpoint detection rules to identify suspicious child processes spawned by Safari or other WebKit-based applications
  • Review system logs for unusual privilege escalation attempts following web browsing sessions

Monitoring Recommendations

  • Enable detailed logging on Apple devices using profiles or MDM solutions to capture WebKit-related events
  • Configure SIEM rules to correlate browser crashes with subsequent suspicious activity
  • Monitor for updates to Apple devices and ensure patch compliance across the fleet
  • Subscribe to Apple security bulletins and threat intelligence feeds for emerging exploitation activity

How to Mitigate CVE-2024-23213

Immediate Actions Required

  • Update all Apple devices to the patched versions: Safari 17.3, iOS 17.3/16.7.5, iPadOS 17.3/16.7.5, macOS Sonoma 14.3, tvOS 17.3, and watchOS 10.3
  • Prioritize patching devices with internet-facing browsers and those used for accessing untrusted content
  • Verify update installation through device settings or MDM reporting dashboards
  • Educate users about the risks of visiting untrusted websites until patches are applied

Patch Information

Apple has released security updates addressing this vulnerability across all affected platforms. The patches implement improved memory handling to prevent the exploitation of this vulnerability. Detailed information is available in Apple's security advisories:

  • Apple Security Update HT214055 - Safari 17.3
  • Apple Security Update HT214056 - iOS 17.3 and iPadOS 17.3
  • Apple Security Update HT214059 - iOS 16.7.5 and iPadOS 16.7.5
  • Apple Security Update HT214060 - macOS Sonoma 14.3
  • Apple Security Update HT214061 - watchOS 10.3
  • Apple Security Update HT214063 - tvOS 17.3

Additionally, Fedora has released updates for WebKitGTK packages. See the Fedora Package Announcements for Linux-based WebKit updates.

Workarounds

  • Restrict access to untrusted websites through web filtering or proxy solutions until patches can be applied
  • Consider using alternative browsers on macOS as a temporary measure (though WebKit is still used system-wide for certain functions)
  • Implement content security policies on enterprise web properties to reduce exploit delivery surface
  • Use network segmentation to limit potential lateral movement if exploitation occurs
bash
# Check Safari version on macOS
/Applications/Safari.app/Contents/MacOS/Safari --version

# Check iOS/iPadOS version via command line (if accessible)
# Settings > General > About > Software Version

# Verify macOS version
sw_vers -productVersion

# Force software update check on macOS
softwareupdate --list

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechApple Safari

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.39%

  • 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-119
  • Technical References
  • Full Disclosure January 27, 2024

  • Full Disclosure January 33, 2024

  • Full Disclosure January 34, 2024

  • Full Disclosure January 36, 2024

  • Full Disclosure January 39, 2024

  • Full Disclosure January 40, 2024

  • Openwall OSS Security List

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Apple Security Knowledge Base HT214055

  • Apple Security Knowledge Base HT214056

  • Apple Security Knowledge Base HT214059

  • Apple Security Knowledge Base HT214060

  • Apple Security Knowledge Base HT214061

  • Apple Security Knowledge Base HT214063
  • Vendor Resources
  • Apple Security Update HT214055

  • Apple Security Update HT214056

  • Apple Security Update HT214059

  • Apple Security Update HT214060

  • Apple Security Update HT214061

  • Apple Security Update HT214063
  • Related CVEs
  • CVE-2023-32409: Apple Safari RCE Vulnerability

  • CVE-2024-27851: Apple Safari RCE Vulnerability

  • CVE-2025-24150: Apple Safari RCE Vulnerability

  • CVE-2023-42917: Apple Safari RCE 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