vendor:
PHP-Fusion Mod - Book Panel
by:
SuB-ZeRo
8.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: PHP-Fusion Mod - Book Panel
Affected Version From: N/A
Affected Version To: N/A
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
2009
PHP-Fusion Mod – Book Panel Remote SQL Injection Vulnerability
A vulnerability exists in the PHP-Fusion Mod - Book Panel, which can be exploited by malicious people to conduct SQL injection attacks. Input passed to the 'course_id' parameter in 'index.php' is not properly sanitised before being used in a SQL query. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code. Successful exploitation may allow execution of arbitrary SQL commands.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to construct SQL queries in order to prevent SQL injection attacks.