vendor:
Md-Pro
by:
Unknown
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Md-Pro
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2007
Md-Pro SQL Injection Vulnerability
The exploit allows an attacker to perform SQL injection by manipulating the 'topicid' parameter in the 'index.php' file. By exploiting this vulnerability, an attacker can retrieve the username and password from the 'md_users' table.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize and validate user input before using it in SQL queries. Also, implementing parameterized queries or prepared statements can help prevent SQL injection attacks.