vendor:
SQLiteManager
by:
RealGame
9,3
CVSS
HIGH
Remote Code Injection
94
CWE
Product Name: SQLiteManager
Affected Version From: <=1.2.4
Affected Version To: <=1.2.4
Patch Exists: YES
Related CWE: N/A
CPE: a:sqlitemanager:sqlitemanager
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows XP, Debian 2.6.32-46
2013
SQLiteManager 0Day Remote PHP Code Injection Vulnerability
SQLiteManager is a database manager for SQLite databases. A vulnerability exists in the SQLiteManager software which allows an attacker to inject arbitrary PHP code into the application. This vulnerability is due to the application not properly sanitizing user-supplied input. An attacker can exploit this vulnerability by sending a specially crafted request to the vulnerable application. This may allow the attacker to execute arbitrary code on the vulnerable system.
Mitigation:
Find: SQLiteStripSlashes($_POST['dbpath']) Replace: str_replace('.', '', SQLiteStripSlashes($_POST['dbpath'])) On File: ./include/add_database.php