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

CVE-2021-1789: Apple iPadOS RCE Vulnerability

CVE-2021-1789 is a type confusion remote code execution vulnerability in Apple iPadOS that allows attackers to execute arbitrary code through malicious web content. This article covers technical details, affected versions, and mitigation.

Published: March 4, 2026

CVE-2021-1789 Overview

CVE-2021-1789 is a type confusion vulnerability in WebKit that affects multiple Apple products including iOS, iPadOS, macOS, tvOS, watchOS, and Safari. The vulnerability arises from improper state handling within the WebKit rendering engine. When a user visits a maliciously crafted webpage, an attacker can exploit this type confusion issue to achieve arbitrary code execution on the victim's device. This vulnerability has been added to CISA's Known Exploited Vulnerabilities catalog, indicating active exploitation in the wild.

Critical Impact

Successful exploitation allows remote attackers to execute arbitrary code on affected Apple devices through maliciously crafted web content. CISA has confirmed this vulnerability is being actively exploited.

Affected Products

  • Apple iOS (prior to 14.4) and iPadOS (prior to 14.4)
  • Apple macOS Big Sur (prior to 11.2), macOS Catalina, and macOS Mojave (prior to Security Update 2021-001)
  • Apple Safari (prior to 14.0.3)
  • Apple tvOS (prior to 14.4)
  • Apple watchOS (prior to 7.3)
  • WebKitGTK
  • Fedora 32 and 33

Discovery Timeline

  • 2021-04-02 - CVE-2021-1789 published to NVD
  • 2025-10-23 - Last updated in NVD database

Technical Details for CVE-2021-1789

Vulnerability Analysis

This vulnerability is classified as CWE-843 (Access of Resource Using Incompatible Type, also known as Type Confusion). Type confusion vulnerabilities occur when a program allocates or initializes a resource using one type but later accesses it using a type that is incompatible with the original type. In the context of WebKit's JavaScript engine, this can lead to memory corruption when the engine incorrectly interprets object types during execution.

The vulnerability resides in WebKit, Apple's open-source web browser engine that powers Safari and serves as the foundation for web rendering across all Apple platforms. When processing maliciously crafted web content, the engine fails to properly validate object types during state transitions, allowing an attacker to manipulate memory in unexpected ways.

Root Cause

The root cause stems from inadequate state handling within WebKit's JavaScript execution engine. When certain JavaScript operations are performed, the engine may incorrectly assume the type of an object, leading to type confusion. This occurs because the state management logic does not properly track or validate type information across all execution paths, creating an opportunity for attackers to craft specific JavaScript code that triggers the confusion condition.

Attack Vector

The attack is network-based and requires user interaction. An attacker must convince a victim to visit a malicious webpage or open a malicious document that renders web content. The exploitation flow typically involves:

  1. Victim visits an attacker-controlled webpage or is redirected to malicious content
  2. The webpage contains specially crafted JavaScript that triggers the type confusion
  3. The type confusion corrupts memory structures within WebKit
  4. The attacker leverages the memory corruption to achieve arbitrary code execution
  5. Code executes with the privileges of the browser process

Since Safari and WebKit-based browsers are the default rendering engines on Apple devices, this vulnerability presents a significant attack surface. The vulnerability affects not only Safari but any application using WebKit for rendering web content.

Detection Methods for CVE-2021-1789

Indicators of Compromise

  • Unusual WebKit or Safari process crashes followed by unexpected system behavior
  • Network connections to suspicious domains immediately following web browsing activity
  • Unexpected child processes spawned from Safari, WebKit-based apps, or web content processes
  • Evidence of memory corruption in WebKit crash logs or system diagnostics

Detection Strategies

  • Monitor for abnormal JavaScript execution patterns or excessive memory allocation in WebKit processes
  • Implement endpoint detection rules for suspicious process chains originating from browser processes
  • Deploy network monitoring to detect communication with known malicious infrastructure
  • Review crash reports for WebKit and Safari for patterns consistent with type confusion exploitation

Monitoring Recommendations

  • Enable comprehensive logging for browser processes and WebKit-related activities
  • Configure SentinelOne agents to monitor for behavioral indicators of browser-based exploitation
  • Implement web filtering to block access to known malicious domains serving exploit content
  • Set up alerts for unusual process behavior following web browsing sessions

How to Mitigate CVE-2021-1789

Immediate Actions Required

  • Update all Apple devices to the patched versions: iOS/iPadOS 14.4, macOS Big Sur 11.2, Safari 14.0.3, tvOS 14.4, and watchOS 7.3
  • For macOS Catalina and Mojave systems, apply Security Update 2021-001 immediately
  • Update WebKitGTK on Linux systems to the latest patched version
  • Fedora users should apply the security updates via the package manager
  • Prioritize patching given the CISA Known Exploited Vulnerabilities listing

Patch Information

Apple has released security updates addressing this vulnerability across all affected platforms. Organizations should reference the following Apple Security Advisories:

  • Apple Security Update HT212146 - iOS 14.4 and iPadOS 14.4
  • Apple Security Update HT212147 - macOS Big Sur 11.2, Security Update 2021-001 Catalina, Security Update 2021-001 Mojave
  • Apple Security Update HT212148 - Safari 14.0.3
  • Apple Security Update HT212149 - watchOS 7.3
  • Apple Security Update HT212152 - tvOS 14.4

Linux distributions using WebKitGTK should refer to Gentoo GLSA 2021-04-03 and the Fedora package announcements for their respective patches.

Workarounds

  • Restrict browsing to trusted websites only until patches can be applied
  • Consider using content blockers or browser extensions that limit JavaScript execution on untrusted sites
  • Implement network-level filtering to block known malicious domains
  • Where possible, use non-WebKit browsers on unpatched systems as a temporary measure
bash
# Verify Apple software versions on macOS
sw_vers
# Check Safari version
/Applications/Safari.app/Contents/MacOS/Safari --version
# On iOS devices, navigate to Settings > General > About to verify iOS version
# Ensure all devices show versions at or above the patched releases

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechApple Ipados

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.24%

  • 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-843
  • Technical References
  • Fedora Package Announcement

  • Fedora Package Announcement

  • Gentoo GLSA 2021-04-03

  • CISA CVE-2021-1789 Exploit Catalog
  • Vendor Resources
  • Apple Security Update HT212146

  • Apple Security Update HT212147

  • Apple Security Update HT212148

  • Apple Security Update HT212149

  • Apple Security Update HT212152
  • Related CVEs
  • CVE-2024-44299: Apple iPadOS RCE Vulnerability

  • CVE-2026-20700: Apple iPadOS RCE Vulnerability

  • CVE-2023-41993: Apple iPadOS RCE Vulnerability

  • CVE-2024-23222: Apple iPadOS 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