Description
MobSF is a mobile application security testing tool used. Prior to 4.5.1, find_icon_path_zip in mobsf/StaticAnalyzer/views/android/icon_analysis.py uses the Android manifest android:icon value to construct paths under the scan resource directory without rejecting traversal or verifying containment, allowing an authenticated user to upload a crafted ZIP or APK that reads a server file with an ALLOWED_EXTENSIONS suffix, copies it to DWD_DIR as the predictable name -icon., and retrieves it through the /download/ endpoint. The same behavior provides a file-existence oracle through the icon_path report field. This issue is fixed in version 4.5.1.
Published: 2026-08-18
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the MobSF Android icon analysis module, which builds file paths from a manifest icon value without rejecting traversal or validating containment. An authenticated user can craft a ZIP or APK that causes the application to read a server file ending with an allowed extension, copy it to a predictable temporary file, and then expose it via a download endpoint or as part of a report field. This enables arbitrary file retrieval, providing an information disclosure path and a file‑existence oracle without requiring elevated privileges.

Affected Systems

MobSF Mobile‑Security‑Framework‑MobSF prior to version 4.5.1 is affected. Any instance of this tool that accepts ZIP or APK uploads for icon analysis and runs the find_icon_path_zip logic is vulnerable until it is upgraded to 4.5.1 or later.

Risk and Exploitability

The CVSS score of 5.5 indicates a moderate impact. Although the EPSS score is not available, the vulnerability requires authenticated access and no additional conditions, which suggests that an attacker can produce a successful exploit simply by uploading a crafted archive. The vulnerability is not listed in the CISA KEV catalog, but the lack of an exploitation probability metric means defenders should treat it as a realistic threat for any environment that uses MobSF for Android analysis.

Generated by OpenCVE AI on August 18, 2026 at 19:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor upgrade to MobSF v4.5.1 or later to remediate the path traversal logic in the icon analysis module
  • Validate uploaded ZIP/APK files to ensure that the Android manifest android:icon value does not contain path traversal before constructing any server-side paths
  • Disable or secure the /download/ endpoint for users unrelated to the analysis process, limiting exposure of temporary files

Generated by OpenCVE AI on August 18, 2026 at 19:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-8j49-mmcx-4mp5 MobSF Vulnerable to Arbitrary File Read via Path Traversal in ZIP Uploads
History

Fri, 21 Aug 2026 21:15:00 +0000

Type Values Removed Values Added
First Time appeared Mobsf
Mobsf mobile Security Framework
Vendors & Products Mobsf
Mobsf mobile Security Framework

Wed, 19 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 18 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
Description MobSF is a mobile application security testing tool used. Prior to 4.5.1, find_icon_path_zip in mobsf/StaticAnalyzer/views/android/icon_analysis.py uses the Android manifest android:icon value to construct paths under the scan resource directory without rejecting traversal or verifying containment, allowing an authenticated user to upload a crafted ZIP or APK that reads a server file with an ALLOWED_EXTENSIONS suffix, copies it to DWD_DIR as the predictable name -icon., and retrieves it through the /download/ endpoint. The same behavior provides a file-existence oracle through the icon_path report field. This issue is fixed in version 4.5.1.
Title MobSF: Arbitrary File Read via Path Traversal in ZIP Uploads
Weaknesses CWE-22
References
Metrics cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:L/A:N'}


Subscriptions

Mobsf Mobile Security Framework
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-19T15:09:52.952Z

Reserved: 2026-07-31T21:04:04.041Z

Link: CVE-2026-68922

cve-icon Vulnrichment

Updated: 2026-08-19T15:08:39.440Z

cve-icon NVD

Status : Received

Published: 2026-08-18T18:19:27.907

Modified: 2026-08-19T16:18:53.710

Link: CVE-2026-68922

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T21:00:03Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')