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

CVE-2025-24805: MobSF Auth Bypass Vulnerability

CVE-2025-24805 is an authentication bypass flaw in Mobile Security Framework (MobSF) allowing local users to exploit access tokens for unauthorized scopes. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-24805 Overview

CVE-2025-24805 is an Improper Privilege Management vulnerability affecting Mobile Security Framework (MobSF), an automated, all-in-one mobile application (Android/iOS/Windows) pen-testing, malware analysis, and security assessment framework. The vulnerability allows a local user with minimal privileges to make use of an access token for materials and scopes which it should not be accepted, effectively bypassing authorization controls.

Critical Impact

A low-privileged user can exploit insufficient input validation in REST API endpoints to access unauthorized resources, potentially exposing sensitive mobile application analysis data and security assessment results.

Affected Products

  • OpenSecurity Mobile Security Framework (MobSF) versions prior to 4.3.1
  • MobSF installations with exposed REST API endpoints
  • MobSF deployments utilizing iOS Corellium dynamic analysis features

Discovery Timeline

  • February 5, 2025 - CVE-2025-24805 published to NVD
  • May 23, 2025 - Last updated in NVD database

Technical Details for CVE-2025-24805

Vulnerability Analysis

This vulnerability stems from CWE-269 (Improper Privilege Management), where the MobSF application fails to properly validate bundle identifiers when processing requests through REST API endpoints and URL paths. The flaw exists in the iOS dynamic analysis components, specifically within the Corellium instance handling and report generation modules.

The core issue is that bundle ID validation was not being performed consistently across all entry points. While some validation existed, the REST API and URL path handlers did not strictly enforce bundle ID validation, allowing users to access resources belonging to different scopes or sessions than they were authorized for.

Root Cause

The root cause of CVE-2025-24805 lies in inconsistent input validation across different code paths. The strict_package_check() function, which validates iOS Bundle IDs, was not being invoked during REST API calls and URL path processing. This oversight allowed attackers to craft requests with manipulated bundle identifiers that bypassed authorization checks, granting access to analysis results and resources they should not have permission to view or modify.

Attack Vector

The attack is network-accessible and requires low privileges with some user interaction. An authenticated user with minimal access can exploit the vulnerability by:

  1. Obtaining a valid access token through normal authentication
  2. Crafting requests to REST API endpoints with manipulated bundle identifiers
  3. Accessing iOS analysis reports, dynamic analysis results, or Corellium instance data belonging to other users or sessions

The vulnerability requires network access to the MobSF instance and valid authentication credentials, but the privilege escalation allows access to unauthorized scopes.

python
# Security patch in mobsf/DynamicAnalyzer/views/ios/corellium_instance.py
# This patch ensures bundle_id validation is performed during API calls
         if failed:
             return send_response(failed, api)
         if not strict_package_check(bundle_id):
+            # Check bundle_id during call, as the check
+            # is not done in REST API/URL repath.
             data['message'] = 'Invalid iOS Bundle id'
             return send_response(data, api)
         ci = CorelliumInstanceAPI(instance_id)

Source: GitHub Commit

python
# Security patch in mobsf/DynamicAnalyzer/views/ios/report.py
# Enhanced validation with clearer documentation of the security boundary
         else:
             dev = ''
         if not strict_package_check(bundle_id):
-            # We need this check since bundleid
-            # is not validated in REST API
+            # bundle_id is not validated in REST API.
+            # Also bundleid is not strictly validated
+            # in URL path.
             return print_n_send_error_response(
                 request,
                 'Invalid iOS Bundle id',

Source: GitHub Commit

Detection Methods for CVE-2025-24805

Indicators of Compromise

  • Unusual access patterns to iOS analysis reports from low-privileged accounts
  • API requests containing bundle IDs that don't match the user's authorized scope
  • Multiple requests to /api/v1/ endpoints with varying bundle identifiers from the same session
  • Access attempts to Corellium instance data outside normal usage patterns

Detection Strategies

  • Monitor REST API logs for requests with bundle identifiers that don't match the authenticated user's session
  • Implement anomaly detection for users accessing analysis reports they did not initiate
  • Review authentication logs for accounts accessing resources across multiple unrelated bundle IDs
  • Set up alerts for rapid sequential API calls with different bundle identifiers

Monitoring Recommendations

  • Enable detailed audit logging on MobSF REST API endpoints
  • Deploy network monitoring to track API traffic patterns to MobSF instances
  • Implement session tracking to correlate user authentication with accessed resources
  • Create dashboards to visualize access patterns to iOS dynamic analysis features

How to Mitigate CVE-2025-24805

Immediate Actions Required

  • Upgrade MobSF to version 4.3.1 or later immediately
  • Review audit logs for any unauthorized access to iOS analysis reports prior to patching
  • Validate user session integrity and revoke any suspicious access tokens
  • Restrict network access to MobSF instances to trusted IP ranges where possible

Patch Information

The vulnerability has been addressed in MobSF version 4.3.1. The fix implements proper bundle ID validation at all entry points, including REST API calls and URL path handlers. The security patch was committed with hash 05206e72cae35b311615a70e51e1a946955c5e83 and is available through the official GitHub repository. All users are strongly advised to upgrade to the patched version. For additional details, refer to the GitHub Security Advisory GHSA-79f6-p65j-3m2m.

Workarounds

  • No official workarounds are available for this vulnerability; upgrading to version 4.3.1 is the only remediation
  • As a temporary measure, restrict MobSF access to trusted users only pending the upgrade
  • Consider disabling iOS dynamic analysis features if they are not immediately required
  • Implement additional network-level access controls to limit exposure while preparing for the upgrade
bash
# Upgrade MobSF to patched version
# Option 1: Using pip
pip install --upgrade mobsf

# Option 2: Using Docker (recommended)
docker pull opensecurity/mobile-security-framework-mobsf:v4.3.1
docker stop mobsf-container
docker run -it --rm -p 8000:8000 opensecurity/mobile-security-framework-mobsf:v4.3.1

# Option 3: From source
git clone https://github.com/MobSF/Mobile-Security-Framework-MobSF.git
cd Mobile-Security-Framework-MobSF
git checkout v4.3.1
./setup.sh

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechOpensecurity Mobile Security Framework

  • SeverityHIGH

  • CVSS Score8.5

  • EPSS Probability0.09%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:H/VI:H/VA:N/SC:L/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-269

  • NVD-CWE-noinfo
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-79f6
  • Related CVEs
  • CVE-2025-46730: Mobile Security Framework DOS Vulnerability

  • CVE-2025-46335: Mobile Security Framework Stored XSS 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