vendor:
PHP-Nuke
by:
ItSecTeam
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: PHP-Nuke
Affected Version From: All versions
Affected Version To: All versions
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
2005
PHP-Nuke All Version
This Bug Works when Register_Globals=On. A SQL Injection vulnerability exists in the ratedownload() function of modules.php in PHP-Nuke. The vulnerability is due to the lack of input validation of the 'lid' parameter when passed to the ratedownload() function. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.
Mitigation:
Input validation should be performed to ensure that user-supplied data is not used to construct SQL queries.