CyberRota Analysis
AI-GeneratedThe unzip function in MobSF versions prior to 4.5.1 is vulnerable to a denial-of-service condition, allowing authenticated users to upload malicious ZIP or APK files with oversized members that can exhaust disk space. This can hinder the application's ability to perform further scans, impacting security assessments. Organizations using MobSF for mobile application security testing should prioritize upgrading to version 4.5.1 to mitigate this risk.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
MobSF is a mobile application security testing tool used. Prior to 4.5.1, the unzip function in mobsf/StaticAnalyzer/views/common/shared_func.py logs that an archive member exceeding ZIP_MAX_UNCOMPRESSED_FILE_SIZE is being skipped but does not continue to the next member, so an authenticated user can upload a crafted ZIP or APK whose oversized member is extracted to disk when the aggregate ZIP_MAX_UNCOMPRESSED_TOTAL_SIZE limit has not yet been reached, potentially exhausting disk space and preventing further scans. This issue is fixed in version 4.5.1.