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

CVE-2025-43537: iOS/iPadOS Path Traversal Vulnerability

CVE-2025-43537 is a path traversal flaw in iOS and iPadOS that allows malicious backup files to modify protected system files. This article covers the technical details, affected versions, impact, and mitigation.

Published: February 13, 2026

CVE-2025-43537 Overview

CVE-2025-43537 is a path handling vulnerability affecting Apple iOS and iPadOS devices. The vulnerability stems from improper validation of file paths during the backup restoration process. When a user restores a maliciously crafted backup file, an attacker could potentially modify protected system files, compromising the integrity of the device's operating system.

Critical Impact

Restoring a maliciously crafted backup file may lead to modification of protected system files, potentially allowing attackers to alter critical iOS/iPadOS components.

Affected Products

  • iOS versions prior to 18.7.5
  • iPadOS versions prior to 18.7.5

Discovery Timeline

  • 2026-02-11 - CVE-2025-43537 published to NVD
  • 2026-02-12 - Last updated in NVD database

Technical Details for CVE-2025-43537

Vulnerability Analysis

This vulnerability exists within the backup restoration mechanism of iOS and iPadOS. The core issue lies in how the operating system validates file paths contained within backup archives during the restore process. When processing backup files, the system fails to properly validate path components, allowing malicious path constructs to escape intended directory boundaries.

An attacker who can create or modify a backup file could craft malicious path entries that, when restored, would write files to protected system locations rather than the intended user data directories. This type of vulnerability is commonly exploited using directory traversal techniques where path components like ../ are used to navigate outside of expected directories.

The impact of successful exploitation includes the ability to overwrite critical system files, potentially leading to persistent compromise of the device, privilege escalation, or installation of malicious components that survive device restores.

Root Cause

The root cause of this vulnerability is insufficient path validation in the backup restoration code. The system did not adequately sanitize or validate file paths extracted from backup archives before writing files to the file system. This allowed specially crafted path strings to reference locations outside the intended restoration directory, bypassing the protection mechanisms that normally prevent modification of system files.

Attack Vector

Exploitation of this vulnerability requires an attacker to deliver a maliciously crafted backup file to the victim. Potential attack scenarios include:

  1. Social Engineering: Convincing a user to restore from a backup file provided by the attacker, perhaps disguised as a legitimate backup from a compromised cloud service or shared storage.

  2. Compromised Backup Infrastructure: If an attacker gains access to backup storage (such as a compromised iCloud account or local backup server), they could modify existing backups to include malicious path entries.

  3. Man-in-the-Middle: In scenarios where backups are transferred over a network, an attacker with network access could potentially intercept and modify backup data in transit.

The attack requires user interaction to initiate the restore process, but once triggered, the file system modifications occur without additional user consent or notification.

Detection Methods for CVE-2025-43537

Indicators of Compromise

  • Unexpected modifications to system files with timestamps correlating to backup restoration events
  • Presence of files in protected system directories that were not part of legitimate iOS/iPadOS installations
  • System instability or unexpected behavior following a backup restoration
  • Anomalous file system activity during or immediately after restore operations

Detection Strategies

  • Monitor file system integrity of protected system directories before and after backup restorations
  • Implement endpoint detection to identify unusual file write operations to system-protected paths
  • Review restore logs for path anomalies or traversal patterns (e.g., sequences containing ../)
  • Deploy mobile device management (MDM) solutions that can audit device state and detect unauthorized modifications

Monitoring Recommendations

  • Enable comprehensive logging for backup and restore operations on managed iOS/iPadOS devices
  • Implement automated alerts for file system modifications in protected directories
  • Regularly audit device integrity using MDM or mobile threat defense solutions
  • Monitor for indicators of backup file tampering in cloud storage or backup repositories

How to Mitigate CVE-2025-43537

Immediate Actions Required

  • Update all iOS devices to version 18.7.5 or later immediately
  • Update all iPadOS devices to version 18.7.5 or later immediately
  • Avoid restoring from backup files of unknown or untrusted origin
  • Verify the integrity and source of any backup files before restoration
  • Review recent backup restorations on vulnerable devices for signs of compromise

Patch Information

Apple has addressed this vulnerability in iOS 18.7.5 and iPadOS 18.7.5 by implementing improved validation for path handling during the backup restoration process. Organizations and users should apply this update as soon as possible. For detailed patch information, refer to the Apple Security Advisory 126347.

Workarounds

  • Only restore from trusted backup sources until patching is complete
  • Use MDM solutions to restrict backup restoration capabilities on managed devices
  • Implement network controls to prevent unauthorized backup file distribution
  • Consider factory resetting and manually reconfiguring devices rather than restoring from potentially compromised backups
  • Maintain backup files in secure, access-controlled storage with integrity monitoring

Organizations using SentinelOne can leverage the Singularity Mobile platform to detect and respond to threats targeting iOS and iPadOS devices, including monitoring for indicators of compromise associated with this vulnerability.

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechApple

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.01%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Apple Security Advisory 126347
  • Related CVEs
  • CVE-2025-43417: macOS Sonoma Path Traversal Vulnerability

  • CVE-2026-28950: iOS/iPadOS Information Disclosure Issue

  • CVE-2025-43236: macOS Use-After-Free Vulnerability

  • CVE-2025-43210: Apple Media Processing Buffer Overflow
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