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

CVE-2025-24104: Apple iPadOS Privilege Escalation Flaw

CVE-2025-24104 is a privilege escalation vulnerability in Apple iPadOS that allows malicious backup files to modify protected system files. This article covers the technical details, affected versions, and solutions.

Updated: January 22, 2026

CVE-2025-24104 Overview

CVE-2025-24104 is a symlink handling vulnerability affecting Apple iOS and iPadOS devices. The flaw exists in the backup restoration process, where improper handling of symbolic links allows a maliciously crafted backup file to modify protected system files. This vulnerability could enable an attacker to compromise system integrity by leveraging the backup restoration mechanism to bypass file system protections.

Critical Impact

Restoring a maliciously crafted backup file may lead to modification of protected system files, potentially compromising device integrity and security controls.

Affected Products

  • Apple iPadOS versions prior to 17.7.4
  • Apple iPadOS versions prior to 18.3
  • Apple iOS (iPhone OS) versions prior to 18.3

Discovery Timeline

  • 2025-01-27 - CVE-2025-24104 published to NVD
  • 2025-11-03 - Last updated in NVD database

Technical Details for CVE-2025-24104

Vulnerability Analysis

This vulnerability stems from improper handling of symbolic links (symlinks) during the iOS/iPadOS backup restoration process. The backup restoration mechanism failed to properly validate and sanitize symlinks contained within backup files, creating a path traversal-like attack vector through symlink following.

When a user restores a backup that has been maliciously crafted to include symbolic links pointing to protected system locations, the restoration process follows these symlinks without adequate validation. This allows attackers to write or modify files in protected system directories that should normally be inaccessible to user-controlled operations.

The attack requires local access and user interaction—specifically, the victim must restore a compromised backup file. This could occur through social engineering, where an attacker convinces a user to restore a backup from an untrusted source, or through compromise of backup storage locations.

Root Cause

The root cause is classified as CWE-59 (Improper Link Resolution Before File Access), commonly known as a "link following" vulnerability. The backup restoration component failed to implement proper symlink resolution checks before performing file operations. When processing backup contents, the system did not adequately verify whether symlinks in the backup pointed to locations outside the intended restoration scope, allowing the symlinks to be used as a mechanism to escape sandbox restrictions and access protected system files.

Attack Vector

The attack vector is local, requiring the attacker to either have physical access to the device or to convince the victim to restore a maliciously crafted backup file. The attack flow typically involves:

  1. An attacker creates a malicious backup file containing symbolic links that point to protected system file locations
  2. The victim obtains this backup through a compromised backup storage, social engineering, or other means
  3. When the victim initiates a restore operation using this malicious backup, the system follows the embedded symlinks
  4. The restoration process writes data to the symlink targets, effectively modifying protected system files

This vulnerability does not require any privileges on the target device but does require user interaction to initiate the restore process.

Detection Methods for CVE-2025-24104

Indicators of Compromise

  • Unexpected modifications to system files following a backup restoration operation
  • Presence of suspicious symbolic links in restored backup data pointing to system directories
  • System integrity verification failures or unexpected file changes in protected locations
  • Unusual system behavior or stability issues after restoring from external or untrusted backup sources

Detection Strategies

  • Monitor backup restoration activities and log all file operations during the restore process
  • Implement file integrity monitoring (FIM) on critical system files to detect unauthorized modifications
  • Use mobile device management (MDM) solutions to track device configuration changes and backup restoration events
  • Deploy endpoint detection solutions capable of identifying symlink-based attacks and path traversal attempts

Monitoring Recommendations

  • Enable comprehensive logging for device backup and restoration activities
  • Configure alerts for any modifications to protected system files or directories
  • Implement security policies that restrict backup restoration from untrusted sources
  • Regularly audit device configurations and system file integrity using enterprise MDM tools

How to Mitigate CVE-2025-24104

Immediate Actions Required

  • Update all affected iOS devices to version 18.3 or later immediately
  • Update all affected iPadOS devices to version 17.7.4 (for iPadOS 17.x) or 18.3 (for iPadOS 18.x) or later
  • Avoid restoring backups from untrusted or unknown sources until devices are patched
  • Review and audit any backup files before restoration if patching cannot be performed immediately

Patch Information

Apple has addressed this vulnerability with improved handling of symlinks in the backup restoration process. The fix is included in the following software versions:

  • iPadOS 17.7.4 - For devices running the iPadOS 17.x branch
  • iOS 18.3 - For iPhone devices
  • iPadOS 18.3 - For iPad devices running the 18.x branch

For detailed patch information, refer to Apple Support Document #122066 and Apple Support Document #122067. Additional technical details are available in the Full Disclosure Announcement.

Workarounds

  • Only restore backups from trusted and verified sources such as official iCloud backups or backups created on trusted computers
  • Implement organizational policies restricting backup restoration from external media or unverified sources
  • Use enterprise MDM solutions to control and monitor backup restoration capabilities on managed devices
  • Consider disabling local backup restoration capabilities through MDM profiles until devices can be patched

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 Probability5.98%

  • 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
  • CWE-59
  • Technical References
  • Full Disclosure Announcement
  • Vendor Resources
  • Apple Support Document #122066

  • Apple Support Document #122067
  • 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