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-2022-46694

CVE-2022-46694: Apple iPadOS RCE Vulnerability

CVE-2022-46694 is an out-of-bounds write vulnerability in Apple iPadOS that enables kernel code execution through malicious video files. This article covers technical details, affected versions, impact, and mitigation.

Published: February 18, 2026

CVE-2022-46694 Overview

CVE-2022-46694 is an out-of-bounds write vulnerability affecting multiple Apple operating systems including iOS, iPadOS, tvOS, and watchOS. The vulnerability exists in the video file parsing functionality and can be exploited when a user opens a maliciously crafted video file. Successful exploitation of this vulnerability could allow an attacker to execute arbitrary code with kernel-level privileges, potentially leading to complete device compromise.

The vulnerability was addressed by Apple through improved input validation in the affected video parsing components. This fix was included in iOS 16.2, iPadOS 16.2, iOS 15.7.2, iPadOS 15.7.2, tvOS 16.2, and watchOS 9.2.

Critical Impact

Parsing a maliciously crafted video file may lead to kernel code execution, allowing attackers to gain complete control over affected Apple devices.

Affected Products

  • Apple iOS (versions prior to 16.2 and 15.7.2)
  • Apple iPadOS (versions prior to 16.2 and 15.7.2)
  • Apple tvOS (versions prior to 16.2)
  • Apple watchOS (versions prior to 9.2)

Discovery Timeline

  • 2022-12-15 - CVE CVE-2022-46694 published to NVD
  • 2025-04-21 - Last updated in NVD database

Technical Details for CVE-2022-46694

Vulnerability Analysis

This vulnerability is classified as CWE-787 (Out-of-bounds Write), a memory corruption issue that occurs when a program writes data past the end, or before the beginning, of an intended buffer. In the context of CVE-2022-46694, the flaw resides in Apple's video file parsing routines across multiple operating systems.

When the affected systems process a specially crafted video file, insufficient input validation allows an attacker to trigger a write operation outside the bounds of allocated memory buffers. Since this vulnerability affects kernel-level code, successful exploitation grants the attacker the highest level of system privileges, enabling them to bypass security controls, install persistent malware, access sensitive data, or take complete control of the affected device.

The local attack vector requires user interaction—specifically, the victim must open or process the malicious video file. This could be achieved through social engineering tactics such as sending the malicious file via messaging apps, email attachments, or hosting it on websites for download.

Root Cause

The root cause of CVE-2022-46694 is inadequate input validation when parsing video file structures. Video file formats contain complex metadata and compressed data streams that require careful boundary checking during parsing operations. The vulnerable code failed to properly validate input parameters or buffer sizes before performing write operations, creating a condition where malformed video data could corrupt adjacent memory regions in the kernel address space.

Attack Vector

The attack vector for this vulnerability is local, requiring user interaction to trigger the exploit. An attacker would need to craft a malicious video file containing specially formatted data designed to trigger the out-of-bounds write condition. The attack scenario typically involves:

  1. The attacker creates a maliciously crafted video file with manipulated headers or data structures
  2. The malicious file is delivered to the victim through email, messaging, file sharing, or web download
  3. When the victim opens or previews the video file, the system's media parsing routines process the malformed data
  4. The out-of-bounds write occurs during parsing, corrupting kernel memory
  5. The attacker achieves kernel code execution, gaining full control over the device

The vulnerability does not require elevated privileges to trigger, as normal user interaction with a video file is sufficient to initiate the exploit chain.

Detection Methods for CVE-2022-46694

Indicators of Compromise

  • Unexpected system crashes or kernel panics when opening video files
  • Unusual video files with abnormal file sizes or corrupted headers received from untrusted sources
  • Device exhibiting unexpected behavior such as unauthorized network connections or battery drain after viewing video content
  • Presence of unfamiliar processes or applications following video file interaction

Detection Strategies

  • Deploy mobile device management (MDM) solutions to monitor for OS version compliance and ensure devices are running patched firmware
  • Implement network security monitoring to detect suspicious file transfers involving video file formats (MP4, MOV, M4V, etc.)
  • Use endpoint detection and response (EDR) solutions capable of monitoring kernel-level activity on supported Apple platforms
  • Configure email and web gateways to scan attachments and downloads for potentially malicious media files

Monitoring Recommendations

  • Monitor for kernel panic logs and crash reports that may indicate exploitation attempts
  • Track device firmware versions across the organization to identify unpatched systems vulnerable to CVE-2022-46694
  • Implement alerting for unusual file download patterns, particularly video files from untrusted sources
  • Review MDM logs for devices exhibiting anomalous behavior patterns following media file access

How to Mitigate CVE-2022-46694

Immediate Actions Required

  • Update all affected Apple devices to the latest patched versions: iOS 16.2+, iPadOS 16.2+, iOS 15.7.2+, iPadOS 15.7.2+, tvOS 16.2+, or watchOS 9.2+
  • Implement device management policies requiring minimum OS version compliance before accessing corporate resources
  • Educate users about the risks of opening video files from untrusted or unknown sources
  • Configure email security gateways to quarantine suspicious video file attachments pending security review

Patch Information

Apple has released security updates to address this vulnerability. Organizations should apply the following updates immediately:

  • iOS and iPadOS: Update to iOS 16.2/iPadOS 16.2 or iOS 15.7.2/iPadOS 15.7.2 - See Apple Security Update HT213530 and Apple Security Update HT213531
  • tvOS: Update to tvOS 16.2 - See Apple Security Update HT213535
  • watchOS: Update to watchOS 9.2 - See Apple Security Update HT213536

Workarounds

  • If immediate patching is not possible, restrict users from opening video files from untrusted sources through organizational policies
  • Implement network-level filtering to block or quarantine video file downloads from external sources
  • Disable automatic media preview features where possible to prevent inadvertent exploitation
  • Use MDM profiles to restrict installation of untrusted apps that may deliver malicious video content
bash
# Configuration example - Check iOS/iPadOS version via MDM command
# Verify devices are running patched versions (16.2+ or 15.7.2+)
# Example MDM query to identify vulnerable devices:
# Device Information Query for OS Version
# Compliance Rule: iOS Version >= 16.2 OR (iOS Version >= 15.7.2 AND iOS Version < 16.0)

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 Probability0.20%

  • 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
  • CWE References
  • CWE-787
  • Technical References
  • Full Disclosure Mailing List Post

  • Full Disclosure Mailing List Post

  • Full Disclosure Mailing List Post

  • Full Disclosure Mailing List Post
  • Vendor Resources
  • Apple Security Update HT213530

  • Apple Security Update HT213531

  • Apple Security Update HT213535

  • Apple Security Update HT213536
  • 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