vendor:
GreenPants
by:
Ptrace Security (Gianni Gnesa [gnix])
7.5
CVSS
HIGH
SQL Injections
89
CWE
Product Name: GreenPants
Affected Version From: 2000.1.7
Affected Version To: 2000.1.7
Patch Exists: NO
Related CWE: N/A
CPE: a:greenpants:greenpants:0.1.7
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: CentOS 5.2
2011
GreenPants 0.1.7 Multiple Vulnerabilities
GreenPants 0.1.7 is vulnerable to multiple SQL Injections. The vulnerable files are indexheader.php, searcher.php, indexviewentry.php, editcat.php and editemot.php. An attacker can exploit these vulnerabilities by sending malicious input to the vulnerable parameters. For example, http://localhost/greenpants/index.php?id=-99 UNION SELECT VERSION() can be used to exploit the vulnerability in indexheader.php.
Mitigation:
Input validation should be used to prevent SQL Injections. The application should also be tested for SQL Injections using automated tools.