Exploitation Summary
EIP tracks 2 public exploits for CVE-2009-2164. PoCs published by YEnH4ckEr.
AI-analyzed exploit summary This exploit demonstrates a SQL injection vulnerability in Kjtechforce mailman Beta-1 via the 'code' parameter in 'activate.php'. The PoC shows how to delete a row from the 'mailman_activator' table by manipulating the SQL query when magic quotes are disabled.
Description
Multiple SQL injection vulnerabilities in Kjtechforce mailman beta1, when magic_quotes_gpc is disabled, allow remote attackers to execute arbitrary SQL commands via (1) the code parameter to activate.php or (2) the dest parameter to index.php.
Exploits (2)
This exploit demonstrates a SQL injection vulnerability in Kjtechforce mailman Beta-1 via the 'code' parameter in 'activate.php'. The PoC shows how to delete a row from the 'mailman_activator' table by manipulating the SQL query when magic quotes are disabled.
This Perl script is a blind SQL injection exploit for Kjtechforce mailman Beta-1, targeting the 'dest' parameter in the index.php file. It automates the extraction of data from the 'mailman_user' and 'mailman_activator' tables by brute-forcing character values.