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

CVE-2020-3843: Apple iPhone OS Buffer Overflow Vulnerability

CVE-2020-3843 is a buffer overflow vulnerability in Apple iPhone OS that enables remote attackers to corrupt kernel memory or cause system termination. This article covers technical details, affected versions, and patches.

Updated: May 16, 2026

CVE-2020-3843 Overview

CVE-2020-3843 is a memory corruption vulnerability affecting Apple iOS and watchOS. The flaw stems from improper input validation in kernel-level code processing wireless radio proximity data. A remote attacker within radio range can trigger unexpected system termination or corrupt kernel memory on vulnerable devices.

Apple addressed the issue in iOS 12.4.7 and watchOS 5.3.7 through improved input validation. The vulnerability is classified under [CWE-787] (Out-of-bounds Write) and requires user interaction for exploitation. Public exploit analysis exists via Packet Storm, demonstrating radio-proximity-based kernel memory corruption against iOS and macOS devices.

Critical Impact

A remote attacker within wireless range can corrupt kernel memory, causing system termination or potentially achieving arbitrary code execution at the kernel level on affected Apple devices.

Affected Products

  • Apple iOS prior to version 12.4.7
  • Apple watchOS prior to version 5.3.7
  • Apple iPhone and Apple Watch devices running vulnerable firmware

Discovery Timeline

  • 2020-02-27 - CVE-2020-3843 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-3843

Vulnerability Analysis

The vulnerability resides in kernel code handling wireless radio proximity data. Improper input validation allows attacker-controlled data to trigger an out-of-bounds memory write condition [CWE-787]. The flaw enables a remote attacker to corrupt kernel memory structures or terminate the affected device unexpectedly.

Exploitation does not require authentication but requires user interaction within wireless range of the target device. Successful exploitation impacts confidentiality, integrity, and availability at the kernel level. Published exploit analysis on Packet Storm documents the radio-proximity attack surface used to reach the vulnerable code path.

Root Cause

The root cause is missing or insufficient bounds checking on wireless radio proximity input data processed by the iOS and watchOS kernel. Attacker-supplied data lengths or field values bypass validation, causing the kernel to write beyond allocated buffer boundaries. This memory corruption condition aligns with the [CWE-787] weakness class.

Attack Vector

The attack vector is network-adjacent through wireless radio protocols. An attacker within proximity of the target device transmits crafted radio frames containing malformed proximity data. When the vulnerable kernel code processes these frames, the malformed input triggers memory corruption. The attack requires the target user to have wireless interfaces enabled and within receive range.

The vulnerability mechanism is described in the Packet Storm exploit analysis. No verified proof-of-concept code is reproduced here; refer to the referenced advisory for technical exploitation details.

Detection Methods for CVE-2020-3843

Indicators of Compromise

  • Unexpected kernel panics or device reboots on iOS or watchOS devices in proximity to unknown wireless transmitters
  • Anomalous wireless radio activity logs indicating malformed proximity frames
  • Crash reports referencing kernel memory corruption in radio or proximity-related subsystems

Detection Strategies

  • Monitor iOS and watchOS device crash logs for kernel panics correlated with wireless activity
  • Inspect MDM-collected telemetry for devices running iOS versions earlier than 12.4.7 or watchOS earlier than 5.3.7
  • Identify devices reporting unexpected restarts in locations with untrusted wireless environments

Monitoring Recommendations

  • Enforce minimum OS version compliance through Mobile Device Management policies
  • Aggregate device crash reports and correlate with location and wireless context
  • Track Apple security advisories HT211169 and HT211176 for related kernel issues

How to Mitigate CVE-2020-3843

Immediate Actions Required

  • Update all affected iPhone devices to iOS 12.4.7 or later immediately
  • Update all affected Apple Watch devices to watchOS 5.3.7 or later immediately
  • Audit enterprise fleet inventories through MDM platforms to identify non-compliant devices
  • Restrict use of vulnerable devices in untrusted wireless environments until patched

Patch Information

Apple released fixes in iOS 12.4.7 and watchOS 5.3.7. Patch details are documented in Apple Security Advisory HT211169 and Apple Security Advisory HT211176. The fix improves input validation in the affected kernel code paths.

Workarounds

  • Disable wireless radio interfaces when operating in untrusted physical environments
  • Limit device exposure to unknown wireless transmitters by enabling airplane mode in high-risk locations
  • Apply Mobile Device Management policies enforcing patched OS versions before granting corporate resource access
bash
# Configuration example: MDM compliance query for vulnerable iOS versions
# Pseudocode - adapt to your MDM platform
query: device.os == "iOS" AND device.os_version < "12.4.7"
action: quarantine AND notify_user("Update required for CVE-2020-3843")

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechApple Iphone Os

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability1.65%

  • 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
  • CWE References
  • CWE-787
  • Technical References
  • Packet Storm Exploit Analysis
  • Vendor Resources
  • Apple Security Advisory HT211169

  • Apple Security Advisory HT211176
  • Related CVEs
  • CVE-2024-40785: Apple iPhone OS XSS Vulnerability

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

  • CVE-2021-30762: Apple iPhone OS Use After Free Vulnerability

  • CVE-2021-30666: Apple iPhone OS 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