Exploitation Summary
EIP tracks 1 public exploit for CVE-2007-0233. PoCs published by rgod.
AI-analyzed exploit summary This exploit targets a SQL injection vulnerability in WordPress <= 2.0.6 via the wp-trackback.php file, allowing an attacker to disclose the admin user's password hash and username. It requires specific PHP configurations (register_globals=on, PHP 4 < 4.4.3 or < 5.1.4).
Description
wp-trackback.php in WordPress 2.0.6 and earlier does not properly unset variables when the input data includes a numeric parameter with a value matching an alphanumeric parameter's hash value, which allows remote attackers to execute arbitrary SQL commands via the tb_id parameter. NOTE: it could be argued that this vulnerability is due to a bug in the unset PHP command (CVE-2006-3017) and the proper fix should be in PHP; if so, then this should not be treated as a vulnerability in WordPress.
Exploits (1)
This exploit targets a SQL injection vulnerability in WordPress <= 2.0.6 via the wp-trackback.php file, allowing an attacker to disclose the admin user's password hash and username. It requires specific PHP configurations (register_globals=on, PHP 4 < 4.4.3 or < 5.1.4).