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-2021-30761

CVE-2021-30761: Apple iPhone OS RCE Vulnerability

CVE-2021-30761 is a memory corruption RCE flaw in Apple iPhone OS that enables arbitrary code execution through malicious web content. This article covers technical details, affected versions, exploitation risks, and patches.

Published: March 4, 2026

CVE-2021-30761 Overview

CVE-2021-30761 is a memory corruption vulnerability affecting Apple iOS devices. The vulnerability exists due to improper state management in the WebKit browser engine. When a user processes maliciously crafted web content, the vulnerability can be exploited to achieve arbitrary code execution on the affected device. Apple has confirmed awareness of reports that this vulnerability has been actively exploited in the wild.

Critical Impact

This vulnerability enables remote arbitrary code execution through malicious web content and has been confirmed as actively exploited in the wild. CISA has added this vulnerability to their Known Exploited Vulnerabilities (KEV) catalog.

Affected Products

  • Apple iPhone OS versions prior to 12.5.4
  • Devices running iOS 12.x that have not been updated

Discovery Timeline

  • 2021-09-08 - CVE-2021-30761 published to NVD
  • 2025-10-23 - Last updated in NVD database

Technical Details for CVE-2021-30761

Vulnerability Analysis

This vulnerability is classified as CWE-787 (Out-of-Bounds Write), a memory corruption issue stemming from improper state management within the WebKit rendering engine. The flaw allows attackers to corrupt memory in a controlled manner, ultimately enabling arbitrary code execution within the context of the vulnerable application.

The vulnerability is exploitable over the network and requires user interaction—specifically, the victim must navigate to or be redirected to attacker-controlled web content. Once triggered, successful exploitation grants the attacker the ability to execute arbitrary code with the privileges of the WebKit process, potentially compromising the entire device.

Given Apple's confirmation of active exploitation and its inclusion in CISA's Known Exploited Vulnerabilities catalog, this vulnerability represents a significant threat to organizations with unpatched iOS 12.x devices in their environment.

Root Cause

The root cause of CVE-2021-30761 lies in improper state management within WebKit's memory handling routines. When processing specific sequences of web content, the browser engine fails to properly track and validate memory state, leading to out-of-bounds write conditions. This memory corruption can be leveraged by attackers to overwrite critical data structures and redirect program execution flow.

Attack Vector

The attack vector for this vulnerability is network-based, requiring the target user to interact with malicious web content. Exploitation scenarios include:

  1. Watering Hole Attacks: Compromising legitimate websites frequented by target victims
  2. Phishing Campaigns: Sending links to malicious websites via email, SMS, or messaging applications
  3. Malvertising: Injecting malicious content through compromised advertising networks
  4. Drive-by Downloads: Exploiting the vulnerability through embedded content on seemingly benign web pages

The vulnerability's exploitation through Safari or any WebKit-based browser makes it particularly dangerous, as users may be compromised simply by visiting a malicious webpage.

Detection Methods for CVE-2021-30761

Indicators of Compromise

  • Unexpected Safari or WebKit process crashes followed by unusual system behavior
  • Suspicious network connections to unknown domains immediately following web browsing activity
  • Anomalous memory allocation patterns in WebKit processes
  • Unauthorized process spawning from Safari or other WebKit-based applications

Detection Strategies

  • Monitor for WebKit crash reports and analyze crash dumps for signs of memory corruption exploitation
  • Implement network traffic analysis to identify connections to known malicious infrastructure
  • Deploy endpoint detection solutions capable of identifying memory corruption attack patterns
  • Review MDM logs for devices exhibiting unusual behavior patterns post-browsing activity

Monitoring Recommendations

  • Enable enhanced logging on iOS devices where possible through MDM solutions
  • Configure alerts for devices connecting to URLs associated with known exploit delivery infrastructure
  • Establish baseline behavioral patterns for Safari processes to detect anomalies
  • Monitor for updates to CISA's KEV catalog for additional indicators related to this vulnerability

How to Mitigate CVE-2021-30761

Immediate Actions Required

  • Update all iOS 12.x devices to iOS 12.5.4 or later immediately
  • Prioritize patching for devices belonging to high-value targets such as executives and IT administrators
  • Consider temporary restrictions on web browsing for critical devices until patched
  • Review device inventory to identify all iOS 12.x devices requiring updates

Patch Information

Apple has addressed this vulnerability in iOS 12.5.4. Organizations should apply this update immediately given the confirmed active exploitation. For detailed patch information, refer to the Apple Support Article HT212548.

Due to the inclusion of this vulnerability in CISA's Known Exploited Vulnerabilities Catalog, federal agencies are required to remediate this vulnerability within specified timeframes under Binding Operational Directive 22-01.

Workarounds

  • Restrict web browsing on vulnerable devices to trusted internal sites only until patches can be applied
  • Implement web content filtering to block access to known malicious domains
  • Consider deploying alternative browsers that do not rely on WebKit for critical browsing needs
  • Enable content blockers where available to reduce exposure to malicious web content
bash
# Verify iOS version via MDM query
# Devices should report iOS 12.5.4 or later
# Example: Check device inventory for vulnerable versions
mdm query --devices --filter "os_version < 12.5.4" --output vulnerable_devices.csv

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechApple Iphone Os

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.37%

  • 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
  • CISA Known Exploited Vulnerabilities
  • Vendor Resources
  • Apple Support Article
  • Related CVEs
  • CVE-2021-30666: Apple iPhone OS RCE Vulnerability

  • CVE-2021-30799: Apple iPhone OS RCE Vulnerability

  • CVE-2024-40785: Apple iPhone OS XSS Vulnerability

  • CVE-2021-30762: Apple iPhone OS Use After Free Vulnerability
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