vendor:
MyPHP Forum (Final)
by:
StAkeR
7.5
CVSS
HIGH
Blind SQL Injection and Edit Topics
89
CWE
Product Name: MyPHP Forum (Final)
Affected Version From: 3.0 and below
Affected Version To: 3.0 and below
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: N/A
2008
MyPHP Forum (Final) <= 3.0 (Edit Topics/Blind SQL Injection) Remote Vulnerabilities
MyPHP Forum (Final) version 3.0 and below is vulnerable to Blind SQL Injection and Edit Topics. The vulnerability is present in the 'member.php' script when vulnerable parameters such as 'confirm', 'newconfirm', 'reqpwd' and 'post' are not sanitized properly. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code. The 'post.php' script is also vulnerable to Edit Topics. This can be exploited to inject arbitrary HTML and script code.
Mitigation:
Input validation should be used to prevent SQL injection attacks. The application should also be configured to use a least-privileged account with limited access to the database.