vendor:
PHP-Nuke
by:
yawn
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: PHP-Nuke
Affected Version From: PHP-Nuke 8.0
Affected Version To: PHP-Nuke 8.0
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: Linux
2010
PHP-Nuke <= 8.0 (Web_Links Module) Remote Blind SQL Injection Exploit
This exploit is a remote blind SQL injection vulnerability in the Web_Links module of PHP-Nuke 8.0. It allows an attacker to gain access to the database and extract the password for the 'god' user. The exploit works by calculating the average load time of the website and then sending requests with different characters to the website. If the response time is greater than the average load time, then the character is part of the password. The exploit is written in Perl and requires the LWP::UserAgent module.
Mitigation:
The best way to mitigate this vulnerability is to ensure that all user input is properly sanitized and validated before being used in any SQL queries.