vendor:
MyPHP Forum
by:
x0kster
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: MyPHP Forum
Affected Version From: <= 3.0 (Final)
Affected Version To: <= 3.0 (Final)
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2007
MyPHP Forum <= 3.0 (Final) Multiple Remote SQL Injection Vulnerability
The MyPHP Forum script version 3.0 (Final) is vulnerable to multiple remote SQL injection vulnerabilities. The first vulnerability exists in the faq.php file, where the 'id' parameter is not properly sanitized before being used in an SQL query. An attacker can exploit this vulnerability to execute arbitrary SQL queries. The second vulnerability exists in the member.php file, where the 'member' parameter is not properly sanitized before being used in an SQL query. An attacker can exploit this vulnerability to execute arbitrary SQL queries.
Mitigation:
To mitigate these vulnerabilities, it is recommended to sanitize user inputs before using them in SQL queries. Additionally, enabling magic_quotes_gpc on the server can provide some level of protection against SQL injection attacks.