vendor:
PHP-Fusion
by:
Inj3ct0r
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: PHP-Fusion
Affected Version From: 6.01.15.4
Affected Version To: 6.01.15.4
Patch Exists: NO
Related CWE: N/A
CPE: a:php-fusion:php-fusion:6.01.15.4
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 <= 6.01.15.4 (downloads.php) SQL Injection Vulnerability
A vulnerability exists in the downloads.php file of PHP-Fusion version 6.01.15.4, where the parameter $page_id is vulnerable to SQL injection. An attacker can exploit this vulnerability by sending a crafted request with a malicious SQL query to the downloads.php file. The malicious query can be used to extract sensitive information from the database, such as usernames and passwords, which are encrypted using the md5 (md5 ($ pass)) algorithm.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in an SQL query.