CVE-2005-4715: SQL Injection
Multiple SQL injection vulnerabilities in modules.php in PHP-Nuke 7.8, when magicquotesgpc 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.
Affected Software
Remediation
Patch Available
Patch Available
Event History
Frequently Asked Questions
What is the severity of CVE-2005-4715?
CVE-2005-4715 is considered a high severity vulnerability due to its potential for remote SQL injection attacks.
How do I fix CVE-2005-4715?
To fix CVE-2005-4715, upgrade PHP-Nuke to a version that has patched the SQL injection vulnerabilities.
What components are affected by CVE-2005-4715?
CVE-2005-4715 affects the modules.php file in PHP-Nuke version 7.8.
What are the implications of exploiting CVE-2005-4715?
Exploiting CVE-2005-4715 allows attackers to execute arbitrary SQL commands, potentially compromising the integrity of the website database.
Can CVE-2005-4715 be mitigated?
Mitigation for CVE-2005-4715 can include enabling magic_quotes_gpc or implementing input validation and prepared statements to prevent SQL injection.