First published: Sat Dec 31 2005(Updated: )
Multiple SQL injection vulnerabilities in modules.php in PHP-Nuke 7.8, when magic_quotes_gpc is disabled, allow remote attackers to execute arbitrary SQL commands via the (1) name, (2) sid, and (3) pid parameters in a POST request, which bypasses security checks that are performed for GET requests.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
PHP-Nuke | =7.8 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2005-4715 is considered a high severity vulnerability due to its potential for remote SQL injection attacks.
To fix CVE-2005-4715, upgrade PHP-Nuke to a version that has patched the SQL injection vulnerabilities.
CVE-2005-4715 affects the modules.php file in PHP-Nuke version 7.8.
Exploiting CVE-2005-4715 allows attackers to execute arbitrary SQL commands, potentially compromising the integrity of the website database.
Mitigation for CVE-2005-4715 can include enabling magic_quotes_gpc or implementing input validation and prepared statements to prevent SQL injection.