Exploitation Summary
EIP tracks 2 public exploits for CVE-2008-1918. PoCs published by StAkeR, The:Paradox.
AI-analyzed exploit summary This exploit targets a blind SQL injection vulnerability in PHP-Fusion <= 7.00.2 by leveraging time-based techniques to extract user password hashes. It requires authentication and specific server configurations (magic_quotes_gpc off, register_globals on).
Description
SQL injection vulnerability in submit.php in PHP-Fusion 6.01.14 and 6.00.307, when magic_quotes_gpc is disabled and the database table prefix is known, allows remote authenticated users to execute arbitrary SQL commands via the submit_info[] parameter in a link submission action. NOTE: it was later reported that 7.00.2 is also affected.
Exploits (2)
This exploit targets a blind SQL injection vulnerability in PHP-Fusion <= 7.00.2 by leveraging time-based techniques to extract user password hashes. It requires authentication and specific server configurations (magic_quotes_gpc off, register_globals on).
This exploit targets a blind SQL injection vulnerability in PHP-Fusion 6.00.307 by manipulating the serialized array in the submit.php page. It uses the benchmark method to extract user password hashes via timing-based SQL injection.