Vulnerability Description
MobSF is a mobile application security testing tool used. Prior to version 4.4.6, MobSF's `read_sqlite()` function in `mobsf/MobSF/utils.py` (lines 542-566) uses Python string formatting (`%`) to construct SQL queries with table names read from a SQLite database's `sqlite_master` table. When a security analyst uses MobSF to analyze a malicious mobile application containing a crafted SQLite database, attacker-controlled table names are interpolated directly into SQL queries without parameterization or escaping. This allows an attacker to cause denial of service and achieve SQL injection. Version 4.4.6 patches the issue.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Opensecurity | Mobile Security Framework | < 4.4.6 |
Related Weaknesses (CWE)
References
- https://github.com/MobSF/Mobile-Security-Framework-MobSF/commit/6f8a43c1b78d21cfPatch
- https://github.com/MobSF/Mobile-Security-Framework-MobSF/releases/tag/v4.4.6Release Notes
- https://github.com/MobSF/Mobile-Security-Framework-MobSF/security/advisories/GHSExploitVendor Advisory
FAQ
What is CVE-2026-33545?
CVE-2026-33545 is a vulnerability with a CVSS score of 5.3 (MEDIUM). MobSF is a mobile application security testing tool used. Prior to version 4.4.6, MobSF's `read_sqlite()` function in `mobsf/MobSF/utils.py` (lines 542-566) uses Python string formatting (`%`) to cons...
How severe is CVE-2026-33545?
CVE-2026-33545 has been rated MEDIUM with a CVSS base score of 5.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-33545?
Check the references section above for vendor advisories and patch information. Affected products include: Opensecurity Mobile Security Framework.