vendor:
SQLiteManager
by:
Rafael Pedrero
9.8
CVSS
CRITICAL
SQL Injection
89
CWE
Product Name: SQLiteManager
Affected Version From: 1.2.0
Affected Version To: 1.2.4
Patch Exists: YES
Related CWE: CVE-2019-9083
CPE: a:sqlitemanager:sqlitemanager:1.2.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: All
2019
Blind SQL injection in SQLiteManager 1.2.0 (and 1.2.4)
SQLiteManager 1.20 allows SQL injection via the /sqlitemanager/main.php dbsel parameter. An attacker can send a malicious POST request to the vulnerable application to dump entries of all tables from all databases.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.