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-2025-24221

CVE-2025-24221: Apple iPadOS Information Disclosure Flaw

CVE-2025-24221 is an information disclosure vulnerability in Apple iPadOS that allows sensitive keychain data to be accessed from iOS backups. This article covers the technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-24221 Overview

CVE-2025-24221 is a sensitive data exposure vulnerability affecting Apple's iOS, iPadOS, and visionOS operating systems. The vulnerability stems from improper data access restrictions that allow sensitive keychain data to be accessible from an iOS backup. This issue represents a significant privacy and security concern as the keychain typically stores highly sensitive information including passwords, encryption keys, certificates, and other credential data.

Critical Impact

Sensitive keychain data including passwords, certificates, and encryption keys may be exposed to unauthorized parties through iOS backup files, potentially compromising user credentials and encrypted communications.

Affected Products

  • Apple iOS versions prior to 18.4
  • Apple iPadOS versions prior to 18.4 and 17.7.6
  • Apple visionOS versions prior to 2.4

Discovery Timeline

  • March 31, 2025 - CVE-2025-24221 published to NVD
  • November 3, 2025 - Last updated in NVD database

Technical Details for CVE-2025-24221

Vulnerability Analysis

CVE-2025-24221 is classified under CWE-863 (Incorrect Authorization), which indicates that the affected systems fail to properly restrict access to sensitive keychain data during backup operations. The keychain is a critical security component in Apple's ecosystem that securely stores sensitive user credentials, certificates, and cryptographic keys. Under normal operation, keychain items should be protected with appropriate access controls that prevent unauthorized extraction.

The vulnerability allows sensitive keychain data to become accessible when an iOS device backup is created. This could enable an attacker with access to a backup file to extract credential information that should otherwise be protected by the keychain's security mechanisms. The network-based attack vector suggests that the vulnerability could potentially be exploited through remote backup scenarios or when backup files are transmitted or stored in accessible locations.

Root Cause

The root cause of this vulnerability lies in improper data access restriction mechanisms within Apple's backup functionality. The system failed to adequately enforce access controls on keychain data during the backup process, allowing sensitive items that should remain device-protected to be included in backup archives in an accessible form. Apple addressed this by implementing improved data access restrictions to ensure keychain data maintains proper protection boundaries during backup operations.

Attack Vector

The attack vector for CVE-2025-24221 involves gaining access to iOS backup files. An attacker could potentially exploit this vulnerability through several scenarios:

  1. Local Backup Access: An attacker with physical access to a computer where iTunes/Finder backups are stored could extract sensitive keychain data from unencrypted backup files.

  2. Cloud Backup Compromise: If iCloud backup credentials are compromised, an attacker might be able to download and analyze backup files containing exposed keychain data.

  3. Network Interception: In scenarios where backups traverse a network, improper encryption or access controls could allow interception and extraction of keychain data.

The vulnerability does not require user interaction and can be exploited without authentication, making backup files a high-value target for credential theft.

Detection Methods for CVE-2025-24221

Indicators of Compromise

  • Unexpected access to iOS backup files stored on computers or network shares
  • Unusual extraction or parsing of backup archives containing keychain data
  • Unauthorized access attempts to backup storage locations
  • Detection of backup analysis tools being used on organizational systems

Detection Strategies

  • Monitor file system access to iOS backup directories on managed computers
  • Implement Data Loss Prevention (DLP) rules to detect keychain data extraction patterns
  • Enable auditing for access to backup storage locations in enterprise environments
  • Review MDM logs for unauthorized backup operations on managed devices

Monitoring Recommendations

  • Configure endpoint monitoring to alert on backup file access by unauthorized processes
  • Implement network monitoring for unusual data transfers involving backup file formats
  • Enable logging for iTunes/Finder backup operations on enterprise systems
  • Monitor cloud storage access patterns for potential iCloud backup compromise indicators

How to Mitigate CVE-2025-24221

Immediate Actions Required

  • Update all iOS devices to version 18.4 or later immediately
  • Update all iPadOS devices to version 18.4 or 17.7.6 (depending on device compatibility)
  • Update all visionOS devices to version 2.4 or later
  • Review existing backup files for potential exposure and consider secure deletion of pre-patch backups
  • Enable encrypted backups to add an additional layer of protection

Patch Information

Apple has released security updates addressing this vulnerability. Administrators and users should apply the following updates:

  • iOS 18.4 - See Apple Support Advisory #122371
  • iPadOS 18.4 - See Apple Support Advisory #122371
  • iPadOS 17.7.6 - See Apple Support Advisory #122372
  • visionOS 2.4 - See Apple Support Advisory #122378

Additional technical details can be found in the Full Disclosure posts from April 2025.

Workarounds

  • Enable encrypted backups in iTunes/Finder to add password protection to backup data
  • Restrict physical access to computers containing iOS backup files
  • Implement access controls on backup storage directories
  • Consider disabling local backups and using only encrypted iCloud backups where appropriate
  • Review and rotate credentials that may have been stored in keychain on affected devices

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechApple Ipados

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-863
  • Technical References
  • Full Disclosure Post April 12, 2025

  • Full Disclosure Post April 4, 2025

  • Full Disclosure Post April 5, 2025
  • Vendor Resources
  • Apple Support Advisory #122371

  • Apple Support Advisory #122372

  • Apple Support Advisory #122378
  • Related CVEs
  • CVE-2025-43500: Apple iPadOS Information Disclosure Flaw

  • CVE-2025-43436: Apple iPadOS Information Disclosure Flaw

  • CVE-2024-54492: Apple iPadOS Information Disclosure Flaw

  • CVE-2026-28877: Apple iPadOS Information Disclosure 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