BugTraq
Back to list
|
Post reply
Remote File Include In phpBB-2.0.19
Mar 24 2007 06:23PM
RaeD Hasadya (raed bsdmail com)
(1 replies)
BOGUS: Remote File Include In phpBB-2.0.19
Mar 24 2007 12:52PM
Cornelius Riemenschneider (c r1 gmx de)
Hi
see the following peice of Code in the beginnig of the File:
if ( !defined('IN_PHPBB') )
{
die("Hacking attempt");
exit;
}
This prevents from your RFI. And please notice, the actuel stable
Version of phpBB2 is 2.0.22 ;)
Cornelius Riemenschneider
[ reply ]
Privacy Statement
Copyright 2010, SecurityFocus
see the following peice of Code in the beginnig of the File:
if ( !defined('IN_PHPBB') )
{
die("Hacking attempt");
exit;
}
This prevents from your RFI. And please notice, the actuel stable
Version of phpBB2 is 2.0.22 ;)
Cornelius Riemenschneider
[ reply ]