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-2020-3864

CVE-2020-3864: Apple iCloud Auth Bypass Vulnerability

CVE-2020-3864 is an authentication bypass flaw in Apple iCloud caused by a logic issue affecting DOM object security origins. This article covers the technical details, affected versions, impact, and mitigation.

Updated: May 14, 2026

CVE-2020-3864 Overview

CVE-2020-3864 is a logic flaw in Apple's WebKit browser engine where a Document Object Model (DOM) object context could fail to maintain a unique security origin. The issue affects iCloud for Windows, iTunes for Windows, Safari, iOS, iPadOS, and tvOS. Apple addressed the flaw through improved validation across the affected products. The weakness maps to [CWE-346] Origin Validation Error, which can undermine the same-origin policy enforced by web browsers.

Critical Impact

A maliciously crafted web page can leverage the missing security origin to bypass same-origin restrictions, potentially exposing user data or enabling cross-context script behavior within affected Apple software.

Affected Products

  • Apple iCloud for Windows (prior to 7.17 and 10.9.2)
  • Apple iTunes for Windows (prior to 12.10.4), Safari (prior to 13.0.5), iOS and iPadOS 13.3.1, tvOS 13.3.1
  • Red Hat Enterprise Linux Desktop, Server, and Workstation 7.0 (as a downstream consumer reference)

Discovery Timeline

  • 2020-10-27 - CVE-2020-3864 published to the National Vulnerability Database
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-3864

Vulnerability Analysis

The vulnerability resides in WebKit, the browser engine shared by Safari and Apple applications that embed web content, including iTunes and iCloud for Windows. WebKit assigns each DOM object context a security origin so the same-origin policy can isolate documents from different sites. Under specific conditions, a DOM object context did not receive a unique security origin. This allowed scripts running in one context to interact with another in ways the security model should prevent.

The flaw is classified as an Origin Validation Error [CWE-346]. It does not corrupt memory or execute native code directly. Instead, it weakens the logical boundary that separates web content. The attack requires local access in the CVSS scoring context because exploitation depends on a user opening crafted content within an affected Apple application, but the consequences extend to confidentiality, integrity, and availability of in-process web data.

Root Cause

The root cause is a missing validation step when a DOM object context was created or transitioned between states. The engine failed to guarantee that the security origin assigned to that context was unique. Apple resolved the defect by adding the missing validation in WebKit so every DOM context receives a properly distinct origin.

Attack Vector

An attacker crafts a web page that triggers the inconsistent origin assignment, then delivers the page through Safari, an embedded WebView in iTunes or iCloud, or other affected components. When the victim loads the page, the attacker can manipulate the DOM context to operate outside its intended origin boundary. No additional user interaction beyond visiting the page is required after the malicious content is rendered.

No public proof-of-concept is associated with this CVE, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog. See the Apple security advisories referenced below for vendor-confirmed technical scope.

Detection Methods for CVE-2020-3864

Indicators of Compromise

  • Unexpected outbound connections from iTunes.exe, iCloud.exe, or Safari processes to untrusted domains shortly after rendering web content.
  • Browser cache or WebKit storage entries referencing domains that should be isolated from one another within the same session.
  • Crash reports or anomalous WebKit log entries showing origin mismatches in DOM operations.

Detection Strategies

  • Inventory endpoints running vulnerable versions of iCloud for Windows, iTunes for Windows, Safari, iOS, iPadOS, and tvOS, and flag any below the patched releases listed by Apple.
  • Correlate process telemetry from Apple desktop applications with network traffic to identify embedded WebKit instances loading external content.
  • Monitor for exploitation patterns that follow origin-bypass flaws, including unexpected script execution in trusted application contexts.

Monitoring Recommendations

  • Track patch compliance for Apple software on managed Windows, macOS, iOS, iPadOS, and tvOS devices through endpoint management tooling.
  • Alert on installations or persistence of legacy Apple application versions that fall outside approved baselines.
  • Review web proxy logs for sessions where Apple application user agents request content from low-reputation domains.

How to Mitigate CVE-2020-3864

Immediate Actions Required

  • Update iCloud for Windows to version 7.17 or 10.9.2, iTunes for Windows to 12.10.4, and Safari to 13.0.5.
  • Update iOS and iPadOS devices to 13.3.1 and Apple TV devices to tvOS 13.3.1.
  • For Red Hat Enterprise Linux 7 systems that consume affected Apple components or WebKit-derived packages, apply vendor-supplied updates from Red Hat advisories.

Patch Information

Apple released coordinated fixes documented in the following advisories: Apple Support Article HT210918, Apple Support Article HT210920, Apple Support Article HT210922, Apple Support Article HT210923, Apple Support Article HT210947, and Apple Support Article HT210948. Each advisory confirms that the logic issue was addressed with improved validation.

Workarounds

  • Restrict use of Safari and embedded WebKit applications for browsing untrusted content until patches are applied.
  • Enforce least-privilege user accounts so a successful local exploitation does not escalate beyond the affected user context.
  • Block known malicious domains at the network perimeter to reduce delivery vectors for crafted web pages targeting WebKit origin handling.
bash
# Verify installed Apple software versions on Windows
powershell -Command "Get-ItemProperty HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\* | Where-Object { $_.DisplayName -match 'iCloud|iTunes|Safari' } | Select-Object DisplayName, DisplayVersion"

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechApple Icloud

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-346
  • Vendor Resources
  • Apple Support Article HT210918

  • Apple Support Article HT210920

  • Apple Support Article HT210922

  • Apple Support Article HT210923

  • Apple Support Article HT210947

  • Apple Support Article HT210948
  • Related CVEs
  • CVE-2020-27932: Apple iCloud RCE Vulnerability

  • CVE-2020-9802: Apple iCloud RCE Vulnerability

  • CVE-2020-9850: Apple iCloud RCE 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