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

CVE-2024-54543: Apple Safari Buffer Overflow Vulnerability

CVE-2024-54543 is a buffer overflow vulnerability in Apple Safari that allows malicious web content to cause memory corruption. This article covers the technical details, affected versions, impact, and mitigation.

Published: May 26, 2026

CVE-2024-54543 Overview

CVE-2024-54543 is a memory corruption vulnerability affecting Apple Safari and multiple Apple operating systems. Processing maliciously crafted web content can trigger an out-of-bounds write condition [CWE-787], leading to memory corruption. Apple addressed the issue with improved memory handling across Safari 18.2, iOS 18.2, iPadOS 18.2, iPadOS 17.7.6, macOS Sequoia 15.2, tvOS 18.2, visionOS 2.2, and watchOS 11.2.

The flaw is exploitable over the network with low attack complexity and requires user interaction, such as visiting a malicious website. Successful exploitation can result in full compromise of confidentiality, integrity, and availability on the affected device.

Critical Impact

Remote attackers can corrupt memory and potentially achieve arbitrary code execution through crafted web content rendered in WebKit-based browsers and applications.

Affected Products

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

Discovery Timeline

  • 2025-01-27 - CVE-2024-54543 published to NVD
  • 2026-04-02 - Last updated in NVD database

Technical Details for CVE-2024-54543

Vulnerability Analysis

The vulnerability resides in the web content processing engine shared across Apple's browser and operating system stack, which is based on WebKit. When the engine parses maliciously crafted HTML, JavaScript, or related web resources, it writes data outside the bounds of an allocated buffer. This out-of-bounds write [CWE-787] corrupts adjacent memory structures.

Memory corruption in a browser rendering engine typically enables an attacker to overwrite function pointers, virtual table entries, or JavaScript object metadata. By controlling the corrupted values, an attacker can pivot toward arbitrary code execution within the sandboxed renderer process.

The vulnerability requires user interaction. A target must navigate to attacker-controlled content or open a crafted document that loads remote resources through a WebKit-based component such as an in-app browser view.

Root Cause

The underlying defect is improper bounds enforcement during memory operations in WebKit. Apple's advisory states the fix addresses the issue "with improved memory handling," which is consistent with adding length checks or correcting size calculations before write operations.

Attack Vector

Exploitation occurs through the network attack surface. An attacker hosts crafted web content on a website, delivers it through an embedded WebView, or sends it via phishing links and HTML email. When the victim's WebKit-based client renders the payload, the out-of-bounds write executes inside the renderer process.

No proof-of-concept exploit code is publicly available, and the issue is not listed in the CISA Known Exploited Vulnerabilities catalog. Technical details are documented in Apple's advisories. See the Apple Support Article 121837 and the Full Disclosure April 2025 post for vendor and community references.

Detection Methods for CVE-2024-54543

Indicators of Compromise

  • Unexpected crashes or signal terminations (SIGSEGV, SIGBUS) in Safari, WebContent, or com.apple.WebKit.WebContent processes recorded in macOS or iOS crash logs.
  • Outbound network connections to newly registered or low-reputation domains immediately following a browser session.
  • Spawning of unexpected child processes from Safari or WebKit-hosted applications.

Detection Strategies

  • Hunt for WebContent crash reports under ~/Library/Logs/DiagnosticReports/ on macOS endpoints and correlate timestamps with browsing activity.
  • Monitor EDR telemetry for anomalous process behavior originating from Safari.app, WebKit.framework, or applications embedding WKWebView.
  • Inspect HTTP/HTTPS proxy logs for requests to URLs containing unusually large inline scripts or malformed media payloads served before a crash event.

Monitoring Recommendations

  • Centralize browser and OS crash telemetry into a SIEM and alert on repeated WebKit renderer faults across multiple users.
  • Track Apple software version inventory and flag endpoints running Safari, iOS, iPadOS, macOS, tvOS, visionOS, or watchOS builds below the patched releases.
  • Enable DNS and web proxy logging to identify users visiting suspicious domains shortly before client-side instability.

How to Mitigate CVE-2024-54543

Immediate Actions Required

  • Update all Apple devices to Safari 18.2, iOS 18.2, iPadOS 18.2 or 17.7.6, macOS Sequoia 15.2, tvOS 18.2, visionOS 2.2, and watchOS 11.2 or later.
  • Enforce automatic updates through MDM policies for managed iOS, iPadOS, and macOS fleets.
  • Audit third-party applications using WKWebView to confirm they inherit the patched WebKit version.

Patch Information

Apple released the fix in the December 2024 security updates. Refer to the vendor advisories: Apple Support Article 121837, 121839, 121843, 121844, 121845, and 121846. Additional details appear in Apple Support Article 122372.

Workarounds

  • Restrict browsing to trusted domains using web filtering or DNS security controls until patches are deployed.
  • Disable JavaScript in Safari for high-risk users via configuration profiles where business workflows allow.
  • Block known malicious domains and newly registered domains at the network egress to reduce exposure to crafted web content.
bash
# Verify Safari version on macOS
mdls -name kMDItemVersion /Applications/Safari.app

# Verify macOS build
sw_vers

# Trigger software update check on macOS
sudo softwareupdate -l
sudo softwareupdate -ia --restart

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechApple Safari

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.14%

  • 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-787
  • Technical References
  • Apple Support Article 122372

  • Full Disclosure April 2025
  • Vendor Resources
  • Apple Support Article 121837

  • Apple Support Article 121839

  • Apple Support Article 121843

  • Apple Support Article 121844

  • Apple Support Article 121845

  • Apple Support Article 121846
  • Related CVEs
  • CVE-2025-31277: Apple Safari Buffer Overflow Vulnerability

  • CVE-2025-43433: Apple Safari Buffer Overflow Vulnerability

  • CVE-2025-43431: Apple Safari Buffer Overflow Vulnerability

  • CVE-2025-31278: Apple Safari Buffer Overflow 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