First published: Thu Jan 18 2007(Updated: )
SQL injection vulnerability in blocks/block-Old_Articles.php in Francisco Burzi PHP-Nuke 7.9 and earlier, when register_globals is enabled and magic_quotes_gpc is disabled, allows remote attackers to execute arbitrary SQL commands via the cat parameter.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
PHP-Nuke | <=7.9 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2007-0309 is considered a high severity vulnerability due to its potential to allow remote attackers to execute arbitrary SQL commands.
To fix CVE-2007-0309, disable register_globals and enable magic_quotes_gpc within the PHP configuration if possible, or upgrade to a secure version of PHP-Nuke beyond 7.9.
CVE-2007-0309 affects PHP-Nuke versions 7.9 and earlier.
CVE-2007-0309 is associated with SQL injection attacks, allowing unauthorized SQL command execution.
No, CVE-2007-0309 can only be exploited if register_globals is enabled and magic_quotes_gpc is disabled.