vendor:
phpIP
by:
milw0rm.com
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: phpIP
Affected Version From: 4.3.2002
Affected Version To: 4.3.2002
Patch Exists: YES
Related CWE: N/A
CPE: a:phpip:phpip
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2008
SQL Injection Vulnerabilities in phpIP 4.3.2
There exist numerous SQL injection vulnerabilities in phpIP 4.3.2, and probably previous versions. Most of the data obtained from the request variables ($_GET, $_POST, $_COOKIE, etc) is not sanitized before it is passed to MySQL. This may result in un-authorized administrative access to phpIp and read-access to the database, among other things. One such vulnerability allows an attacker to gain administrative access to the application, this does not require the attacker to already have access to an existing user account. There is also the risk of information disclosure through another SQL injection vulnerability found in display.php.
Mitigation:
Sanitize all user input before passing it to MySQL.