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

CVE-2025-24090: iOS/iPadOS Information Disclosure Flaw

CVE-2025-24090 is an information disclosure vulnerability in iOS 18.3 and iPadOS 18.3 that allows apps to enumerate installed apps due to a permissions issue. This article covers technical details, affected systems, and mitigations.

Published: January 23, 2026

CVE-2025-24090 Overview

CVE-2025-24090 is an information disclosure vulnerability in Apple iOS and iPadOS caused by a permissions issue that allows malicious applications to enumerate installed apps on a user's device. This vulnerability stems from insufficient access restrictions (CWE-200: Exposure of Sensitive Information to an Unauthorized Actor), enabling apps to gather data about other applications installed on the device without proper authorization.

Critical Impact

A malicious application can enumerate a user's installed apps, potentially enabling privacy violations, targeted attacks, and profiling of user behavior.

Affected Products

  • iOS versions prior to 18.3
  • iPadOS versions prior to 18.3

Discovery Timeline

  • 2026-01-16 - CVE CVE-2025-24090 published to NVD
  • 2026-01-16 - Last updated in NVD database

Technical Details for CVE-2025-24090

Vulnerability Analysis

This vulnerability represents a permissions issue in Apple's mobile operating systems where access restrictions were insufficient to prevent applications from querying information about other installed apps. The flaw allows a locally installed application to enumerate what other apps a user has installed on their device.

While this may seem relatively benign at first glance, installed app enumeration can be used for various malicious purposes. Attackers can use this information to identify potentially vulnerable applications, determine if security tools are installed (to evade detection), or build profiles of user behavior and interests based on their app portfolio.

The vulnerability requires local access through a malicious app that must already be installed on the device. No user interaction is required once the malicious app is running, and the attack can proceed without elevated privileges.

Root Cause

The root cause is a permissions issue where the operating system did not adequately restrict access to APIs or system data that reveal information about installed applications. Apple addressed this by implementing additional restrictions to properly enforce access controls around app enumeration capabilities.

Attack Vector

The attack vector is local, requiring a malicious application to be installed on the target device. Once installed, the attacker's app can query the system to determine which other applications are present. This could be achieved through various iOS APIs that were not properly restricted.

The attacker could distribute a seemingly legitimate app through the App Store or enterprise distribution that contains code to enumerate installed apps. The collected information could then be exfiltrated to command and control servers for analysis and targeting purposes.

Detection Methods for CVE-2025-24090

Indicators of Compromise

  • Applications making unusual or excessive queries to app management APIs
  • Network traffic containing lists of installed application bundle identifiers
  • Apps attempting to access sandbox-restricted areas related to app enumeration
  • Unexpected background activity from apps that don't require such functionality

Detection Strategies

  • Monitor for applications querying app installation status APIs at high frequency
  • Implement network traffic analysis to detect exfiltration of app enumeration data
  • Use mobile device management (MDM) solutions to monitor app behavior
  • Review app permissions and behaviors for signs of information gathering

Monitoring Recommendations

  • Deploy SentinelOne Singularity Mobile to detect anomalous app behaviors on iOS devices
  • Enable comprehensive logging on MDM platforms to capture suspicious API usage
  • Monitor for data exfiltration patterns indicating app enumeration data being transmitted
  • Implement behavioral analysis to identify apps performing reconnaissance activities

How to Mitigate CVE-2025-24090

Immediate Actions Required

  • Update all iOS devices to version 18.3 or later immediately
  • Update all iPadOS devices to version 18.3 or later immediately
  • Audit installed applications and remove any untrusted or suspicious apps
  • Review enterprise-deployed applications for potential malicious behavior

Patch Information

Apple has addressed this vulnerability in iOS 18.3 and iPadOS 18.3 by implementing additional restrictions to prevent unauthorized app enumeration. Organizations and users should apply these updates as soon as possible. For detailed information about the security content of this update, refer to the Apple Support Article.

Workarounds

  • Restrict app installation to only trusted sources and approved applications
  • Implement MDM policies to limit app installation capabilities on managed devices
  • Remove unnecessary or untrusted applications from devices until patching is complete
  • Use application allowlisting where possible to prevent potentially malicious apps from being installed

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechIos

  • SeverityLOW

  • CVSS Score3.3

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-200
  • Technical References
  • Apple Support Article
  • Related CVEs
  • CVE-2026-20645: iOS/iPadOS Information Disclosure Flaw

  • CVE-2026-20640: iOS & iPadOS Information Disclosure Flaw

  • CVE-2025-24089: iOS/iPadOS App Enumeration Vulnerability

  • CVE-2024-44238: iOS 18.1 Buffer Overflow Vulnerability
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