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
    • 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-3837

CVE-2020-3837: Apple iPadOS RCE Vulnerability

CVE-2020-3837 is a memory corruption RCE flaw in Apple iPadOS allowing applications to execute arbitrary code with kernel privileges. This article covers the technical details, affected versions, security impact, and mitigation.

Updated: May 16, 2026

CVE-2020-3837 Overview

CVE-2020-3837 is a memory corruption vulnerability affecting the kernel across multiple Apple operating systems. An application can exploit the flaw to execute arbitrary code with kernel privileges. The issue impacts iOS, iPadOS, macOS Catalina, tvOS, and watchOS, and was resolved through improved memory handling in Apple's January 2020 security updates.

The vulnerability is tracked under [CWE-787] (Out-of-Bounds Write) and is listed in the CISA Known Exploited Vulnerabilities catalog, indicating confirmed exploitation in the wild. Local attack access with user interaction is required, but successful exploitation yields full kernel-level compromise of the affected device.

Critical Impact

A malicious application running locally can corrupt kernel memory and execute arbitrary code with kernel privileges, fully compromising the device.

Affected Products

  • Apple iOS and iPadOS (versions prior to 13.3.1)
  • Apple macOS Catalina (versions prior to 10.15.3)
  • Apple tvOS (prior to 13.3.1) and watchOS (prior to 6.1.2)

Discovery Timeline

  • 2020-02-27 - CVE-2020-3837 published to NVD
  • 2025-10-23 - Last updated in NVD database

Technical Details for CVE-2020-3837

Vulnerability Analysis

The flaw resides in the kernel component shared across Apple's operating systems. Apple's advisories describe the issue as a memory corruption condition resolved with improved memory handling. The underlying weakness is classified as [CWE-787], an out-of-bounds write, where the kernel writes data past the bounds of an allocated buffer.

Successful exploitation allows a local application to corrupt kernel memory structures. Because the corruption occurs inside the kernel address space, the attacker can pivot from an unprivileged process to ring-0 execution. This breaks the sandbox boundaries enforced on iOS, iPadOS, tvOS, and watchOS applications.

The vulnerability is confirmed exploited according to CISA KEV listing, making it relevant for jailbreak chains and targeted mobile implants of the period.

Root Cause

The root cause is improper validation of memory bounds within a kernel routine. When attacker-controlled input reaches the vulnerable code path, the kernel writes outside the intended buffer, overwriting adjacent data structures. Apple addressed this by adding stricter bounds checks and validation logic in the affected kernel paths.

Attack Vector

Exploitation requires local access through a malicious or compromised application. The attacker must convince a user to install or run a crafted application. Once executing, the application issues calls that trigger the out-of-bounds write in the kernel, leveraging the corruption primitive to escalate to kernel privileges.

The vulnerability cannot be triggered remotely without prior code execution on the device. However, it pairs with browser or messaging exploits to form complete remote compromise chains, which is consistent with patterns observed in real-world iOS exploit kits.

No public proof-of-concept code is referenced in the advisories. See Apple Support Document HT210918 for vendor technical details.

Detection Methods for CVE-2020-3837

Indicators of Compromise

  • Unexpected kernel panics or crash reports referencing memory corruption in panic-full.log or CrashReporter artifacts on iOS and macOS devices.
  • Installation of unsigned or sideloaded applications that request unusual entitlements prior to crash events.
  • Devices running iOS, iPadOS, tvOS, or watchOS firmware versions below the patched releases (13.3.1, 10.15.3, 6.1.2).

Detection Strategies

  • Inventory all Apple endpoints and flag devices running operating system versions earlier than iOS/iPadOS 13.3.1, macOS Catalina 10.15.3, tvOS 13.3.1, or watchOS 6.1.2.
  • Review Mobile Device Management (MDM) compliance reports for outdated OS builds and enforce patch baselines.
  • Correlate application installation telemetry with kernel crash reports to identify suspicious applications triggering instability.

Monitoring Recommendations

  • Forward iOS and macOS crash logs to a centralized logging platform for kernel panic analysis.
  • Monitor MDM enrollment and patch-state telemetry continuously, alerting when devices fall behind on security updates.
  • Track CISA KEV catalog updates and align internal vulnerability management SLAs to KEV remediation deadlines.

How to Mitigate CVE-2020-3837

Immediate Actions Required

  • Update affected devices to iOS 13.3.1, iPadOS 13.3.1, macOS Catalina 10.15.3, tvOS 13.3.1, or watchOS 6.1.2 or later.
  • Audit installed applications and remove unsigned, sideloaded, or untrusted software from managed devices.
  • Enforce MDM policies that block enrollment of devices running unpatched operating system versions.

Patch Information

Apple released fixes through the following security updates: Apple Support Document HT210918, HT210919, HT210920, and HT210921. The patches introduce improved memory handling in the kernel code path. Devices receive the update through the standard Software Update mechanism in Settings or System Preferences.

Workarounds

  • No vendor-provided workaround exists; patching is the only supported remediation.
  • Restrict application installation to the official App Store and approved enterprise distribution channels until devices are updated.
  • Enable automatic updates on all managed Apple devices to reduce exposure windows for future kernel vulnerabilities.
bash
# Configuration example: verify patched OS version on macOS
sw_vers -productVersion
# Expected output: 10.15.3 or later for Catalina systems

# On iOS/iPadOS via MDM query, ensure ProductVersion >= 13.3.1

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 Score7.8

  • EPSS Probability6.42%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/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 Document HT210918

  • Apple Support Document HT210919

  • Apple Support Document HT210920

  • Apple Support Document HT210921
  • Related CVEs
  • CVE-2026-28819: Apple iPadOS RCE Vulnerability

  • CVE-2025-24159: Apple iPadOS RCE Vulnerability

  • CVE-2024-44299: Apple iPadOS RCE Vulnerability

  • CVE-2026-20700: 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