vendor:
PHP-Nuke
by:
Unknown
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: PHP-Nuke
Affected Version From: 6.6
Affected Version To: Unknown
Patch Exists: NO
Related CWE:
CPE: a:phpnuke:php-nuke
Platforms Tested:
Unknown
SQL Injection vulnerability in PHP-Nuke
PHP-Nuke is prone to a SQL injection vulnerability that may allow a remote attacker to inject malicious SQL syntax into database queries. The issue occurs within the admin.php file, specifically when authenticating to a server. The vulnerability is due to insufficient sanitization of user-supplied data. An attacker may exploit this issue to influence SQL query logic and disclose sensitive information about the underlying database to launch further attacks against a vulnerable system.
Mitigation:
The vulnerability can be mitigated by implementing proper input validation and sanitization techniques in the affected code. Additionally, keeping the PHP-Nuke software up-to-date with the latest patches and versions can help prevent such vulnerabilities.