vendor:
Free Hosting Manager
by:
Saadat Ullah
8,8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Free Hosting Manager
Affected Version From: 2.0.2
Affected Version To: 2.0.2
Patch Exists: NO
Related CWE: N/A
CPE: a:fhm-script:free_hosting_manager:2.0.2
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
2013
Free Hosting Manager V2.0.2 Multiple SQLi
Free Hosting Manager V2.0.2 is vulnerable to SQL injection on multiple files such as reset.php, tickets.php, viewaccount.php, and home.php. In reset.php, the code parameter is vulnerable to SQL injection. In tickets.php, the id parameter is vulnerable to SQL injection. In viewaccount.php, the id parameter is vulnerable to SQL injection. In home.php, the clientuser cookie is vulnerable to SQL injection.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in an SQL query.