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-2023-42917

CVE-2023-42917: Apple Safari RCE Vulnerability

CVE-2023-42917 is a memory corruption RCE vulnerability in Apple Safari that enables arbitrary code execution through malicious web content. This article covers the technical details, affected versions, and mitigation steps.

Published: February 11, 2026

CVE-2023-42917 Overview

CVE-2023-42917 is a memory corruption vulnerability in Apple WebKit, the browser engine powering Safari and other Apple applications. The vulnerability exists due to improper locking mechanisms during web content processing, which can lead to arbitrary code execution when a victim visits a maliciously crafted webpage. Apple has confirmed that this vulnerability has been actively exploited in the wild against iOS versions prior to iOS 16.7.1, making it a critical security concern for all Apple device users.

Critical Impact

This vulnerability enables remote attackers to execute arbitrary code on affected devices through malicious web content. Active exploitation has been confirmed by Apple, and the vulnerability is listed in CISA's Known Exploited Vulnerabilities (KEV) catalog.

Affected Products

  • Apple Safari (versions prior to 17.1.2)
  • Apple iOS (versions prior to 17.1.2)
  • Apple iPadOS (versions prior to 17.1.2)
  • Apple macOS Sonoma (versions prior to 14.1.2)
  • Debian Linux 11.0 and 12.0 (WebKitGTK+)
  • Fedora 38 and 39 (WebKitGTK+)
  • WebKitGTK+

Discovery Timeline

  • 2023-11-30 - CVE-2023-42917 published to NVD
  • 2025-10-23 - Last updated in NVD database

Technical Details for CVE-2023-42917

Vulnerability Analysis

This vulnerability is classified as CWE-787 (Out-of-bounds Write), a type of memory corruption flaw that occurs when a program writes data outside the boundaries of allocated memory. In the context of WebKit, the memory corruption issue stems from inadequate locking mechanisms during the processing of web content.

When WebKit processes complex web content involving JavaScript execution and DOM manipulation, concurrent operations may access shared memory regions without proper synchronization. This race condition can corrupt memory structures, leading to a state where an attacker can influence program execution flow.

The vulnerability requires user interaction—specifically, a victim must navigate to an attacker-controlled or compromised webpage. Once triggered, the memory corruption can be leveraged to achieve arbitrary code execution within the context of the WebKit process, potentially allowing full device compromise depending on the attack chain employed.

Root Cause

The root cause of CVE-2023-42917 lies in insufficient locking mechanisms within WebKit's memory management routines. During concurrent web content processing operations, shared memory regions were not adequately protected with synchronization primitives. This allowed race conditions to occur where multiple execution threads could simultaneously read from and write to the same memory locations, resulting in memory corruption.

Apple addressed this issue by implementing improved locking mechanisms to ensure proper thread synchronization during critical memory operations in the WebKit engine.

Attack Vector

The attack vector for this vulnerability is network-based and requires user interaction. An attacker can exploit this vulnerability by:

  1. Crafting a malicious webpage containing specially designed web content that triggers the memory corruption
  2. Delivering the malicious page to victims through phishing emails, malicious advertisements, or compromised legitimate websites
  3. When the victim visits the page using Safari or any WebKit-based browser, the malicious content triggers the memory corruption
  4. The attacker leverages the memory corruption to achieve arbitrary code execution on the victim's device

The exploitation chain typically involves heap grooming techniques to place controlled data in predictable memory locations, followed by triggering the memory corruption to overwrite critical control structures such as function pointers or vtables.

Detection Methods for CVE-2023-42917

Indicators of Compromise

  • Unexpected Safari or WebKit process crashes followed by suspicious system behavior
  • Anomalous network connections from WebKit processes to unknown external hosts
  • Unusual JavaScript execution patterns or excessive memory allocation in browser processes
  • Creation of unauthorized processes spawned from Safari or WebKit components

Detection Strategies

  • Monitor for WebKit process crashes that exhibit memory corruption signatures in crash logs
  • Implement web content filtering to block known malicious domains associated with WebKit exploits
  • Deploy endpoint detection solutions capable of identifying exploitation attempts against browser engines
  • Analyze browser process behavior for anomalous child process creation or suspicious memory access patterns

Monitoring Recommendations

  • Enable verbose logging for WebKit and Safari processes to capture potential exploitation attempts
  • Configure SIEM solutions to alert on patterns consistent with browser-based exploitation chains
  • Monitor for the installation of persistence mechanisms that may follow successful exploitation
  • Track software versions across the environment to identify unpatched systems vulnerable to CVE-2023-42917

How to Mitigate CVE-2023-42917

Immediate Actions Required

  • Update all Apple devices to the latest security patches immediately (iOS 17.1.2, iPadOS 17.1.2, macOS Sonoma 14.1.2, Safari 17.1.2)
  • Update WebKitGTK+ packages on Linux distributions to patched versions
  • Prioritize patching for devices with internet-facing browser access due to confirmed active exploitation
  • Review and restrict browsing activities until patches can be applied to vulnerable systems

Patch Information

Apple has released security updates addressing this vulnerability across multiple platforms. Organizations should apply the following updates immediately:

  • iOS and iPadOS: Update to version 17.1.2 or later via Apple Support Document HT214031
  • macOS Sonoma: Update to version 14.1.2 or later via Apple Support Document HT214032
  • Safari: Update to version 17.1.2 or later via Apple Support Document HT214033

For Linux distributions, refer to:

  • Debian Security DSA-5575
  • Fedora Package Announcements

Given the confirmed active exploitation and CISA KEV listing, organizations should treat patching as an emergency priority.

Workarounds

  • Consider using alternative non-WebKit browsers on macOS systems until patches can be applied
  • Implement strict content filtering at the network perimeter to block known malicious domains
  • Enable Lockdown Mode on iOS devices for users at heightened risk of targeted attacks
  • Restrict browsing to trusted sites only and avoid clicking links from unknown sources until patched
bash
# Check Safari version on macOS
/Applications/Safari.app/Contents/MacOS/Safari --version

# Check WebKitGTK version on Linux (Debian/Ubuntu)
dpkg -l | grep webkit2gtk

# Update WebKitGTK on Debian/Ubuntu
sudo apt update && sudo apt upgrade libwebkit2gtk-4.0-37

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.07%

  • 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
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-787
  • Technical References
  • Full Disclosure Mailing List Post

  • Full Disclosure Mailing List Post

  • Full Disclosure Mailing List Post

  • Full Disclosure Mailing List Post

  • Full Disclosure Mailing List Post

  • Full Disclosure Mailing List Post

  • Full Disclosure Mailing List Post

  • Openwall OSS-Security Mailing List Post

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Gentoo GLSA 202401-04

  • Debian Security DSA-5575

  • CISA Known Exploited Vulnerabilities Catalog
  • Vendor Resources
  • Apple Support Document HT214031

  • Apple Support Document HT214032

  • Apple Support Document HT214033

  • Apple Support Document HT214033

  • Apple Support Document HT214034

  • Apple Support Document HT214062
  • 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-37450: 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