Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2022-32946

CVE-2022-32946: Apple iPadOS Privilege Escalation Flaw

CVE-2022-32946 is a privilege escalation vulnerability in Apple iPadOS allowing apps to record audio via AirPods without authorization. This article covers technical details, affected versions, impact, and mitigation.

Published: February 11, 2026

CVE-2022-32946 Overview

CVE-2022-32946 is a privacy vulnerability affecting Apple iOS and iPadOS that allows a malicious application to record audio using connected AirPods without proper authorization. The issue stems from improper entitlement handling in the operating system's audio access control mechanisms, enabling unauthorized applications to bypass audio recording permissions.

Critical Impact

A malicious app installed on an affected device could silently record audio through connected AirPods, potentially capturing sensitive conversations without user knowledge or consent.

Affected Products

  • Apple iOS versions prior to 16.1
  • Apple iPadOS versions prior to 16
  • Devices with connected AirPods accessories

Discovery Timeline

  • 2022-11-01 - CVE-2022-32946 published to NVD
  • 2025-05-06 - Last updated in NVD database

Technical Details for CVE-2022-32946

Vulnerability Analysis

This vulnerability represents an Improper Access Control flaw (CWE-284) within Apple's iOS and iPadOS entitlement system. The operating system failed to properly validate and enforce entitlements related to audio recording capabilities when AirPods were connected to the device. Under normal circumstances, applications must request and be granted explicit permission to access the microphone. However, due to the improper entitlement handling, an application could circumvent these access controls specifically when audio input was routed through connected AirPods.

The attack requires local access and user interaction, as the malicious application must first be installed on the target device. Once installed, the application could exploit the entitlement flaw to initiate audio recording sessions through paired AirPods without triggering the standard iOS permission prompts or privacy indicators that normally alert users to microphone access.

Root Cause

The root cause of this vulnerability lies in insufficient entitlement validation within iOS and iPadOS. Apple's entitlement system is designed to restrict application capabilities based on declared permissions and user consent. In this case, the audio subsystem did not properly verify entitlements when routing audio capture through AirPods, creating a gap in the access control framework. The system failed to apply consistent permission checks across all audio input sources, allowing applications to record through AirPods even without the proper microphone access entitlement.

Attack Vector

The attack vector is local, requiring an attacker to first get a malicious application installed on the victim's iOS or iPadOS device. This could be achieved through various means including:

  1. Social engineering to convince users to install a seemingly legitimate app
  2. A compromised or malicious app distributed through the App Store (prior to detection)
  3. Enterprise-distributed applications in corporate environments
  4. Sideloaded applications on jailbroken devices

Once the malicious application is running on a device with connected AirPods, it can exploit the improper entitlement handling to initiate unauthorized audio recording. The captured audio could then be exfiltrated to attacker-controlled servers, enabling surveillance of the device owner's conversations and environment.

Detection Methods for CVE-2022-32946

Indicators of Compromise

  • Unexpected battery drain on AirPods or iOS device indicating background audio processing
  • Unusual network traffic from applications that should not require audio functionality
  • Applications requesting Bluetooth access without clear justification for AirPods connectivity
  • Suspicious apps with audio framework dependencies but no apparent audio-related features

Detection Strategies

  • Review installed applications for unexpected audio framework imports or entitlements
  • Monitor for applications maintaining persistent connections to AirPods
  • Implement mobile device management (MDM) policies to audit installed applications
  • Use network monitoring to detect unusual data exfiltration patterns from mobile devices

Monitoring Recommendations

  • Enable iOS Privacy Reports to track application access to sensitive resources
  • Implement centralized logging for enterprise-managed iOS devices
  • Monitor App Store reviews and security advisories for suspicious applications
  • Deploy endpoint detection solutions capable of monitoring iOS application behavior

How to Mitigate CVE-2022-32946

Immediate Actions Required

  • Update all iOS devices to version 16.1 or later immediately
  • Update all iPadOS devices to version 16 or later
  • Review and remove any suspicious or unnecessary applications from affected devices
  • Audit enterprise applications for proper entitlement declarations

Patch Information

Apple addressed this vulnerability by improving the entitlement validation system in iOS 16.1 and iPadOS 16. The security update ensures that audio recording capabilities through connected AirPods are properly gated behind the standard microphone access permission system. Organizations should apply these updates through their standard mobile device management workflows.

For detailed patch information, refer to the Apple Security Advisory HT213489.

Workarounds

  • Disconnect AirPods when not actively in use for audio playback or calls
  • Disable Bluetooth on iOS devices in sensitive environments until patches are applied
  • Review and revoke microphone permissions for applications that do not require audio functionality
  • Implement strict application allowlisting policies through MDM solutions for enterprise environments
  • Monitor for and promptly remove applications exhibiting suspicious behavior

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechApple Ipados

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • NVD-CWE-noinfo

  • CWE-284
  • Vendor Resources
  • Apple Security Advisory
  • Related CVEs
  • CVE-2026-28864: Apple iPadOS Privilege Escalation Flaw

  • CVE-2026-20626: Apple iPadOS Privilege Escalation Flaw

  • CVE-2026-20667: Apple iPadOS Privilege Escalation Flaw

  • CVE-2025-24085: Apple iPadOS Privilege Escalation Flaw
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