vendor:
Hosting Index
by:
M.Hasran Addahroni
5.5
CVSS
MEDIUM
Blind SQL Injection
89
CWE
Product Name: Hosting Index
Affected Version From: unknown
Affected Version To: unknown
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Browser
2007
Prozilla Hosting Index (directory.php cat_id) Blind Sql Injection Vulnerability
Input passed to the 'cat_id' parameter in directory.php is not properly verified before being used to sql query. This can be exploited thru the browser and get the hash md5 password from users. Successful exploitation requires that 'magic_quotes' is off.
Mitigation:
Edit the source code to ensure that input is properly verified. Turn on magic_quotes in php.ini