CVE 5.3 MEDIUM

MobSF has SQL Injection in its SQLite Database Viewer Utils_CVE-2026-33545

5.3 / 10
MEDIUM
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H

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.

Basic Information

ID CVE-2026-33545
Source GitHub_M
Published Mar 26, 2026 at 20:32
Modified Mar 27, 2026 at 20:20

Affected Product

Vendor MobSF
Product Mobile-Security-Framework-MobSF
Version < 4.4.6
Affected Versions MobSF Mobile-Security-Framework-MobSF < 4.4.6

CWE Classification

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.