CVE-2007-0309
PHP-Nuke < 7.9 - SQL Injection via Old Articles Block cat Parameter
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2007-0309. PoCs published by Paisterist.
AI-analyzed exploit summary This exploit demonstrates an SQL injection vulnerability in PHP-Nuke's Old-Articles Block by sending a crafted GET request to extract a user's hash. It uses fsockopen to interact with the target and regex to extract the hash from the response.
Description
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.
Exploits (1)
This exploit demonstrates an SQL injection vulnerability in PHP-Nuke's Old-Articles Block by sending a crafted GET request to extract a user's hash. It uses fsockopen to interact with the target and regex to extract the hash from the response.