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
    • 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-43454

CVE-2025-43454: Apple iPadOS Privilege Escalation Flaw

CVE-2025-43454 is a privilege escalation vulnerability in Apple iPadOS where devices may persistently fail to lock, exposing user data. This article covers technical details, affected versions, and mitigation.

Updated: May 11, 2026

CVE-2025-43454 Overview

CVE-2025-43454 is an access control vulnerability [CWE-284] affecting Apple iOS and iPadOS. The flaw allows a device to persistently fail to lock under specific conditions. Apple addressed the issue through improved state management in iOS 18.7.2, iPadOS 18.7.2, iOS 26.1, and iPadOS 26.1.

The vulnerability stems from improper state handling within the device locking mechanism. A device that fails to lock exposes its contents and active sessions to anyone with physical proximity. This undermines the foundational confidentiality control that mobile operating systems rely on to protect user data at rest.

Critical Impact

An iPhone or iPad may persistently remain unlocked, exposing sensitive data, applications, and authenticated sessions to unauthorized physical access.

Affected Products

  • Apple iOS versions prior to 18.7.2 and prior to 26.1
  • Apple iPadOS versions prior to 18.7.2 and prior to 26.1
  • iPhone and iPad devices running the affected operating system builds

Discovery Timeline

  • 2025-11-04 - CVE-2025-43454 published to the National Vulnerability Database
  • 2025-12-17 - Last updated in NVD database

Technical Details for CVE-2025-43454

Vulnerability Analysis

The vulnerability resides in the device lock state machine of iOS and iPadOS. Under specific conditions, the operating system fails to transition the device into the locked state when expected. The device remains accessible without prompting for the passcode, Face ID, or Touch ID.

Apple categorizes this as a state management defect. The lock subsystem coordinates input from the side button, timeout timers, and proximity sensors to enforce the locked state. When state transitions are mishandled, the device can settle into an inconsistent state where the lock is never engaged.

The impact targets confidentiality. An unlocked device exposes mail, messages, banking applications, stored credentials, and corporate data. The flaw does not require credentials or user interaction from the attacker, but successful exploitation requires physical access to the affected device.

Root Cause

The root cause is improper state management within the iOS and iPadOS lock workflow [CWE-284]. The operating system did not consistently enforce the locked state across all paths that should trigger it. Apple's advisory states the fix addresses the issue through improved state management.

Attack Vector

The attack vector is local physical access despite the network scoring in CVSS. An adversary who obtains physical custody of a vulnerable device while it is in the failed-lock state can interact directly with the user interface. No exploitation code is required because the device presents an authenticated session.

No public proof-of-concept is available, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog. Apple has not disclosed reports of in-the-wild exploitation. See the Apple Support Document #125632 and Apple Support Document #125633 for vendor details.

Detection Methods for CVE-2025-43454

Indicators of Compromise

  • Mobile devices reporting iOS or iPadOS builds older than 18.7.2 or 26.1 in mobile device management (MDM) inventory
  • User reports of devices that do not engage the lock screen after the auto-lock timeout
  • Anomalous application activity on managed devices outside of typical user working hours

Detection Strategies

  • Query MDM platforms for device OS versions and flag any iPhone or iPad running an unpatched build
  • Correlate authentication telemetry from corporate applications to identify sessions originating from devices that should have been locked
  • Review mobile threat defense logs for compliance failures tied to lock-screen policy enforcement

Monitoring Recommendations

  • Enforce MDM compliance rules that require minimum OS versions of iOS 18.7.2 or iOS 26.1
  • Alert on devices that fail to report screen-lock policy compliance within defined intervals
  • Monitor for unusual access to enterprise resources from mobile devices that bypass conditional access posture checks

How to Mitigate CVE-2025-43454

Immediate Actions Required

  • Update all iPhones to iOS 18.7.2 or iOS 26.1 through Settings, General, Software Update
  • Update all iPads to iPadOS 18.7.2 or iPadOS 26.1 through the same Software Update path
  • Push the required minimum OS version through MDM and quarantine non-compliant devices from corporate resources
  • Instruct users to manually lock devices using the side button rather than relying on auto-lock until patching is complete

Patch Information

Apple released fixes in iOS 18.7.2, iPadOS 18.7.2, iOS 26.1, and iPadOS 26.1. The patch implements improved state management within the device lock subsystem. Patch details are documented in Apple Support Document #125632 and Apple Support Document #125633.

Workarounds

  • Manually press the side or top button to lock the device each time it is set down
  • Reduce the auto-lock interval under Settings, Display & Brightness, Auto-Lock to the shortest available option
  • Restrict Lock Screen widget and notification exposure to limit data shown if the device remains unlocked
  • Apply MDM configuration profiles that require passcode entry after each device wake event where supported
bash
# Configuration example: verify installed iOS version on a managed device
softwareupdate --list-full-installers
# On the device, navigate to: Settings > General > About > Software Version
# Confirm version is 18.7.2, 26.1, or later

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

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.04%

  • 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-284
  • Technical References
  • Apple Support Document #125632

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