vendor:
Fuzzylime Forum
by:
Silentz
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Fuzzylime Forum
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2007
Fuzzylime Forum 1.0 SQL Injection Exploit
This exploit allows an attacker to retrieve the admin username and hash from a vulnerable Fuzzylime Forum 1.0 installation. The vulnerability is caused by the lack of proper input validation in the 'topic' parameter of the 'low.php' script. By injecting a specially crafted SQL query, the attacker can retrieve sensitive information from the database.
Mitigation:
To mitigate this vulnerability, it is recommended to implement proper input validation and sanitization techniques in the affected script. Additionally, enabling magic_quotes_gpc can help protect against SQL injection attacks.