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-2024-54505

CVE-2024-54505: Apple Safari Use-After-Free Vulnerability

CVE-2024-54505 is a use-after-free flaw in Apple Safari that enables memory corruption through malicious web content. This article covers the technical details, affected Apple platforms, security impact, and patches.

Published: January 28, 2026

CVE-2024-54505 Overview

CVE-2024-54505 is a type confusion vulnerability affecting Apple's WebKit browser engine across multiple Apple platforms. The vulnerability exists in the memory handling routines within WebKit, where improper type validation allows an attacker to trigger memory corruption when a victim processes maliciously crafted web content. This vulnerability affects a wide range of Apple products including Safari, iOS, iPadOS, macOS, tvOS, visionOS, and watchOS.

Type confusion vulnerabilities occur when a program allocates or initializes a resource using one type but later accesses that resource using an incompatible type. In the context of WebKit, this can lead to memory corruption when the browser engine processes specially crafted JavaScript or HTML content, potentially allowing attackers to execute arbitrary code within the context of the browser process.

Critical Impact

Processing maliciously crafted web content may lead to memory corruption, potentially enabling remote code execution on affected Apple devices.

Affected Products

  • Apple Safari (versions prior to 18.2)
  • Apple iOS (versions prior to 18.2)
  • Apple iPadOS (versions prior to 17.7.3 and 18.2)
  • Apple macOS Sequoia (versions prior to 15.2)
  • Apple tvOS (versions prior to 18.2)
  • Apple visionOS (versions prior to 2.2)
  • Apple watchOS (versions prior to 11.2)

Discovery Timeline

  • December 12, 2024 - CVE-2024-54505 published to NVD
  • November 3, 2025 - Last updated in NVD database

Technical Details for CVE-2024-54505

Vulnerability Analysis

This vulnerability is classified as CWE-843 (Access of Resource Using Incompatible Type - Type Confusion). Type confusion vulnerabilities in browser engines like WebKit are particularly dangerous because they can be triggered remotely through malicious web content without requiring any user interaction beyond visiting a compromised or malicious website.

The vulnerability requires network access for exploitation, where an attacker must convince a user to visit a malicious website or inject malicious content into a legitimate website. Once the victim's browser processes the crafted content, the type confusion can lead to memory corruption, which may be leveraged to achieve arbitrary code execution with the privileges of the browser process.

The attack surface is broad due to WebKit's use across Apple's ecosystem, affecting not only Safari but also any application that uses WebView components for rendering web content on iOS, iPadOS, macOS, tvOS, visionOS, and watchOS devices.

Root Cause

The root cause of CVE-2024-54505 lies in improper memory handling within WebKit's type system. When processing certain web content, the engine fails to properly validate or enforce type constraints, allowing a resource to be accessed using an incompatible type. This type confusion leads to the engine operating on memory with incorrect assumptions about its structure or size, resulting in memory corruption.

Apple addressed this issue by implementing improved memory handling to ensure proper type validation and prevent the type confusion condition from occurring during web content processing.

Attack Vector

The attack vector for CVE-2024-54505 is network-based, requiring user interaction. An attacker can exploit this vulnerability through the following methods:

  1. Malicious Website: Creating a website containing specially crafted JavaScript or HTML that triggers the type confusion when rendered by WebKit
  2. Watering Hole Attack: Compromising legitimate websites frequented by targeted users and injecting malicious content
  3. Malvertising: Delivering malicious content through advertising networks to reach victims on otherwise trusted websites
  4. Phishing: Sending links to malicious pages via email, messaging apps, or social media

The exploitation does not require any authentication or special privileges, only that the victim visit a page containing the malicious content using an affected WebKit-based browser or application.

Detection Methods for CVE-2024-54505

Indicators of Compromise

  • Unusual WebKit or Safari process crashes that may indicate exploitation attempts
  • Unexpected child processes spawned by browser or WebView-containing applications
  • Anomalous network connections originating from browser processes to unknown destinations
  • Memory access violations or segmentation faults logged in system crash reports related to WebKit

Detection Strategies

  • Monitor system logs for WebKit-related crash reports that may indicate exploitation attempts
  • Implement web filtering to block access to known malicious domains distributing WebKit exploits
  • Deploy endpoint detection solutions capable of identifying memory corruption exploitation techniques
  • Analyze browser process behavior for indicators of code injection or shellcode execution

Monitoring Recommendations

  • Enable and centralize crash reporting across Apple devices to identify potential exploitation patterns
  • Monitor for unusual outbound network traffic from browser processes that may indicate successful compromise
  • Implement browser isolation technologies to contain potential exploitation attempts
  • Track security advisory releases from Apple and WebKit-GTK for ongoing threat intelligence

How to Mitigate CVE-2024-54505

Immediate Actions Required

  • Update all affected Apple devices to the latest available software versions immediately
  • Prioritize patching Safari and iOS/iPadOS devices due to their direct exposure to web-based attacks
  • Review and update any third-party applications that embed WebKit WebView components
  • Consider implementing network-level web filtering to block known malicious content

Patch Information

Apple has released security updates addressing CVE-2024-54505 across all affected platforms. Organizations and users should update to the following minimum versions:

  • Safari: Version 18.2 or later
  • iOS: Version 18.2 or later
  • iPadOS: Version 17.7.3 or 18.2 or later
  • macOS Sequoia: Version 15.2 or later
  • tvOS: Version 18.2 or later
  • visionOS: Version 2.2 or later
  • watchOS: Version 11.2 or later

Detailed patch information is available from Apple's security advisories:

  • Apple Security Update Advisory for Safari
  • Apple Security Update Advisory for iOS and iPadOS
  • Apple Security Update Advisory for macOS Sequoia

Additional advisories are available for tvOS, watchOS, and visionOS.

Linux distributions using WebKit-GTK should also apply available updates as noted in the Debian LTS Announcement.

Workarounds

  • Use content blockers and ad blockers to reduce exposure to potentially malicious web content
  • Disable JavaScript in Safari for untrusted websites through Settings > Safari > Advanced > JavaScript
  • Implement DNS-based filtering to block known malicious domains at the network level
  • Consider using browser isolation solutions for high-risk browsing activities until patches can be applied
bash
# Check current Safari version on macOS
/Applications/Safari.app/Contents/MacOS/Safari --version

# Check current iOS/iPadOS version via command line (requires mobile device management)
# Or navigate to Settings > General > About > Software Version on device

# Verify macOS version
sw_vers -productVersion

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 Safari

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.59%

  • 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-843
  • Technical References
  • Full Disclosure Mailing List Post - Dec 10 2024

  • Full Disclosure Mailing List Post - Dec 13 2024

  • Full Disclosure Mailing List Post - Dec 6 2024

  • Full Disclosure Mailing List Post - Dec 7 2024

  • Debian LTS Announcement - Jan 2025
  • Vendor Resources
  • Apple Security Update Advisory 121837

  • Apple Security Update Advisory 121838

  • Apple Security Update Advisory 121839

  • Apple Security Update Advisory 121843

  • Apple Security Update Advisory 121844

  • Apple Security Update Advisory 121845

  • Apple Security Update Advisory 121846
  • Related CVEs
  • CVE-2026-28859: Apple Safari Use-After-Free Vulnerability

  • CVE-2025-43529: Apple Safari Use-After-Free Vulnerability

  • CVE-2025-24201: Apple Safari Use-After-Free Vulnerability

  • CVE-2024-40782: Apple Safari 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