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

CVE-2025-31191: Apple iPadOS Information Disclosure Flaw

CVE-2025-31191 is an information disclosure vulnerability in Apple iPadOS that allows apps to access sensitive user data. This article covers the technical details, affected versions, security impact, and mitigation.

Updated: January 22, 2026

CVE-2025-31191 Overview

CVE-2025-31191 is a security vulnerability affecting Apple's operating systems including macOS, iOS, iPadOS, and tvOS. The issue stems from improper state management in the handling of security-scoped bookmarks, which allows a malicious application to bypass sandbox restrictions and access sensitive user data without proper authorization.

Microsoft's security research team published a detailed analysis identifying this as a sandbox escape vulnerability that exploits weaknesses in how macOS handles security-scoped bookmarks. These bookmarks are designed to allow sandboxed applications to retain access to user-selected files across app launches, but the flawed state management implementation allowed malicious apps to abuse this mechanism.

Critical Impact

A malicious application can escape sandbox restrictions and access sensitive user data, potentially compromising user privacy and data confidentiality across all major Apple platforms.

Affected Products

  • Apple macOS Ventura (versions prior to 13.7.5)
  • Apple macOS Sonoma (versions prior to 14.7.5)
  • Apple macOS Sequoia (versions prior to 15.4)
  • Apple iOS and iPadOS (versions prior to 18.4)
  • Apple tvOS (versions prior to 18.4)

Discovery Timeline

  • 2025-03-31 - CVE-2025-31191 published to NVD
  • 2025-05-01 - Microsoft publishes detailed security analysis
  • 2025-11-03 - Last updated in NVD database

Technical Details for CVE-2025-31191

Vulnerability Analysis

This vulnerability represents an information exposure flaw (CWE-200) within Apple's security-scoped bookmarks implementation. Security-scoped bookmarks are a macOS feature that enables sandboxed applications to maintain persistent access to files or folders that users have explicitly granted permission to access. The vulnerability exists because of improper state management in how these bookmarks are processed and validated.

According to Microsoft's security analysis, the flaw allows a malicious application to craft or manipulate security-scoped bookmarks in a way that bypasses the intended sandbox restrictions. This enables unauthorized access to sensitive user data that should be protected by the sandbox.

The attack requires local access and user interaction, as the victim must run a malicious application. However, once executed, the application can access confidential data outside its sandbox container, leading to high confidentiality impact.

Root Cause

The root cause of CVE-2025-31191 lies in the improper state management within the security-scoped bookmarks subsystem. Apple's advisory confirms the issue was addressed through "improved state management," indicating that the bookmark validation and state tracking mechanisms failed to properly enforce sandbox boundaries under certain conditions.

The security-scoped bookmarks feature maintains state information about which files an application has been granted access to. The vulnerability allowed this state to be manipulated or bypassed, enabling unauthorized file system access.

Attack Vector

The attack vector for this vulnerability is local, requiring an attacker to deliver a malicious application to the target system. The attack proceeds as follows:

  1. The attacker creates a malicious application that exploits the security-scoped bookmarks vulnerability
  2. The victim downloads and executes the malicious application (user interaction required)
  3. The application manipulates or abuses the security-scoped bookmarks mechanism
  4. The sandbox restrictions are bypassed, granting access to sensitive user data
  5. The attacker's application can now read confidential information outside its intended sandbox scope

The vulnerability does not require elevated privileges to exploit, but does require the user to run the malicious application. Once exploited, it allows high confidentiality impact with the potential to access sensitive user data including documents, photos, and other personal files.

Detection Methods for CVE-2025-31191

Indicators of Compromise

  • Unusual file access patterns from sandboxed applications attempting to read files outside their container
  • Applications accessing security-scoped bookmark APIs with abnormal parameters or frequencies
  • Unexpected file system access events from applications that should be restricted by sandbox policies
  • Log entries showing bookmark resolution to paths outside the application's granted permissions

Detection Strategies

  • Monitor sandboxd logs for sandbox violation attempts related to file system access
  • Implement file integrity monitoring on sensitive user data directories to detect unauthorized access
  • Use endpoint detection to identify applications exhibiting suspicious bookmark manipulation behavior
  • Review system logs for unusual com.apple.security.files.bookmarks.app-scope entitlement usage

Monitoring Recommendations

  • Enable comprehensive logging for file system access events, particularly from sandboxed applications
  • Deploy SentinelOne agents configured to monitor for sandbox escape behaviors and anomalous data access patterns
  • Implement alerting for applications attempting to access files outside their designated sandbox containers
  • Regularly audit installed applications for unexpected entitlements or permission requests

How to Mitigate CVE-2025-31191

Immediate Actions Required

  • Update all Apple devices to the latest patched versions: macOS Ventura 13.7.5, macOS Sonoma 14.7.5, macOS Sequoia 15.4, iOS/iPadOS 18.4, and tvOS 18.4
  • Review installed applications and remove any untrusted or unnecessary software
  • Enable Gatekeeper and ensure applications are only installed from trusted sources
  • Consider restricting user permissions to install applications during the patching window

Patch Information

Apple has released security updates addressing this vulnerability across all affected platforms. The patches implement improved state management for security-scoped bookmarks to prevent sandbox escape.

PlatformFixed VersionAdvisory
macOS Ventura13.7.5Apple Support Document #122375
macOS Sonoma14.7.5Apple Support Document #122374
macOS Sequoia15.4Apple Support Document #122373
iOS/iPadOS18.4Apple Support Document #122371
tvOS18.4Apple Support Document #122377

For detailed technical analysis of this vulnerability, refer to the Microsoft Security Blog analysis.

Workarounds

  • Restrict application installations to only those from the Mac App Store, which enforces stricter sandbox policies
  • Implement application allowlisting to prevent unauthorized or untrusted applications from executing
  • Use Mobile Device Management (MDM) to enforce security policies and application restrictions on managed devices
  • Limit user accounts to standard (non-administrator) privileges to reduce the impact of potential exploitation
bash
# Verify current macOS version to confirm patch status
sw_vers -productVersion

# Check for available software updates
softwareupdate --list

# Install all available security updates
softwareupdate --install --all

# Verify Gatekeeper is enabled
spctl --status

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

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.03%

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

  • Full Disclosure Post April 11

  • Full Disclosure Post April 13

  • Full Disclosure Post April 4

  • Full Disclosure Post April 8

  • Full Disclosure Post April 9

  • Microsoft Blog Security Analysis
  • Vendor Resources
  • Apple Support Document #122371

  • Apple Support Document #122373

  • Apple Support Document #122374

  • Apple Support Document #122375

  • Apple Support Document #122377
  • Related CVEs
  • CVE-2024-54492: Apple iPadOS Information Disclosure Flaw

  • CVE-2026-28877: Apple iPadOS Information Disclosure Flaw

  • CVE-2026-20694: Apple iPadOS Information Disclosure Flaw

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