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

CVE-2025-46730: Mobile Security Framework DOS Vulnerability

CVE-2025-46730 is a denial of service vulnerability in Mobile Security Framework (MobSF) caused by ZIP bomb attacks. Attackers can exhaust server disk space, disrupting all hosted services. This article covers technical details, affected versions through 4.3.2, impact analysis, and mitigation strategies.

Updated: January 22, 2026

CVE-2025-46730 Overview

CVE-2025-46730 is a Denial of Service vulnerability affecting MobSF (Mobile Security Framework), a widely-used mobile application security testing tool. The vulnerability exists in the ZIP file upload functionality used for static analysis, where insufficient validation of compressed file sizes allows attackers to exploit a "ZIP of Death" (zip bomb) attack vector.

MobSF is typically deployed on centralized internal or cloud-based servers that host other security tools and web applications. Access to the MobSF web interface is commonly granted to internal security teams, audit teams, and external vendors, making this vulnerability particularly concerning for organizations with shared infrastructure.

Critical Impact

An attacker can craft a specially prepared ZIP file that appears small in compressed form but expands to a massive size upon extraction, exhausting server disk space and causing denial of service not only for MobSF but for all other applications hosted on the same server.

Affected Products

  • OpenSecurity Mobile Security Framework versions up to and including 4.3.2
  • MobSF deployments accepting ZIP file uploads for static analysis
  • Cloud-based mobile security tools built on MobSF core

Discovery Timeline

  • 2025-05-05 - CVE-2025-46730 published to NVD
  • 2025-09-03 - Last updated in NVD database

Technical Details for CVE-2025-46730

Vulnerability Analysis

This vulnerability is classified under CWE-409 (Improper Handling of Highly Compressed Data). The MobSF application provides a feature allowing users to upload ZIP files for static analysis of mobile applications. Upon upload, these ZIP files are automatically extracted and stored within the MobSF directory structure.

The core issue is that versions up to and including 4.3.2 lack any validation check on the total uncompressed size of uploaded ZIP files before extraction. This oversight creates a classic resource exhaustion condition where a malicious archive with a high compression ratio can consume all available disk space when decompressed.

The attack is network-accessible and requires only low privileges (authenticated user access to the MobSF web interface). No user interaction is required beyond the initial file upload, making exploitation straightforward for any user with upload permissions.

Root Cause

The root cause of this vulnerability is the absence of pre-extraction validation for the total uncompressed size of uploaded ZIP archives. The application trusts the compressed file size rather than calculating or estimating the decompressed footprint before extraction. This allows specially crafted archives with extreme compression ratios to bypass any implicit file size limits based on upload constraints.

Attack Vector

The attack vector involves uploading a maliciously crafted ZIP bomb through the MobSF web interface. An attacker with valid credentials (which could include external vendors or audit teams) can:

  1. Create a specially crafted ZIP file with extreme compression ratio (e.g., nested archives or highly repetitive data)
  2. Upload the small compressed file through the normal static analysis workflow
  3. Trigger extraction which consumes all available disk space
  4. Cause denial of service for MobSF and any co-hosted applications

The security patch in commit 6987a946485a795f4fd38cebdb4860b368a1995d addresses this issue in version 4.3.3:

python
 
 logger = logging.getLogger(__name__)
 
-VERSION = '4.3.2'
+VERSION = '4.3.3'
 BANNER = r"""
   __  __       _    ____  _____       _  _    _____ 
  |  \/  | ___ | |__/ ___||  ___|_   _| || |  |___ / 

Source: GitHub Commit

Detection Methods for CVE-2025-46730

Indicators of Compromise

  • Unusual disk space consumption spikes on servers hosting MobSF
  • Large extracted directories in the MobSF storage path following ZIP uploads
  • Server crashes or service unavailability following file upload operations
  • Log entries showing extraction operations on ZIP files with extremely high compression ratios

Detection Strategies

  • Monitor disk usage on MobSF servers and set alerts for rapid consumption patterns
  • Implement file upload logging to track ZIP files uploaded for analysis with size metadata
  • Review MobSF access logs for suspicious upload activity from unexpected users or IP addresses
  • Deploy application-level monitoring to detect extraction processes consuming excessive resources

Monitoring Recommendations

  • Configure disk space threshold alerts at 80% and 90% capacity on MobSF servers
  • Implement rate limiting on file upload endpoints to slow potential attack progression
  • Log and audit all ZIP file uploads including compressed size, user identity, and timestamp
  • Monitor extraction process duration and resource consumption for anomaly detection

How to Mitigate CVE-2025-46730

Immediate Actions Required

  • Upgrade MobSF to version 4.3.3 or later which includes the security fix
  • Review recent upload logs for any suspicious ZIP file submissions
  • Audit user accounts with MobSF upload permissions and revoke unnecessary access
  • Consider temporarily disabling ZIP upload functionality until patching is complete

Patch Information

The vulnerability is fixed in MobSF version 4.3.3. The security patch is available in commit 6987a946485a795f4fd38cebdb4860b368a1995d. Organizations should update their MobSF installations immediately by pulling the latest version from the official repository.

For detailed patch information, refer to the GitHub Security Advisory and the GitHub Commit.

Workarounds

  • Implement a pre-extraction validation check that estimates the uncompressed size of uploaded ZIP files
  • Reject any ZIP files where the estimated uncompressed size exceeds a safe threshold (recommended: 100 MB)
  • Deploy MobSF on isolated infrastructure separate from other critical applications
  • Implement upload file size limits at the web server or reverse proxy level
  • Use disk quotas on the MobSF storage directory to limit potential impact
bash
# Example: Set disk quota for MobSF storage directory (Linux)
# This limits the impact of a successful zip bomb attack
sudo setquota -u mobsf_user 0 500M 0 0 /dev/sda1

# Example: Configure nginx upload size limit as additional protection
# Add to nginx server configuration
client_max_body_size 50M;

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechOpensecurity Mobile Security Framework

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.09%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-409
  • Technical References
  • GitHub Security Advisory
  • Vendor Resources
  • GitHub Commit Changes
  • Related CVEs
  • CVE-2025-46335: Mobile Security Framework Stored XSS Flaw

  • CVE-2025-24805: MobSF Auth Bypass 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