vendor:
phpliteadmin
by:
L@usch
9,3
CVSS
HIGH
Remote PHP Code Injection
78
CWE
Product Name: phpliteadmin
Affected Version From: 1.9.3
Affected Version To: 1.9.3
Patch Exists: YES
Related CWE: N/A
CPE: a:phpliteadmin:phpliteadmin
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 and Linux
2013
phpliteadmin <= 1.9.3 Remote PHP Code Injection Vulnerability
An Attacker can create a sqlite Database with a php extension and insert PHP Code as text fields. When done the Attacker can execute it simply by access the database file with the Webbrowser.
Mitigation:
Ensure that the application is not vulnerable to remote code injection attacks by validating user input and sanitizing it before passing it to the database.