| lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
|
Open Source and information security mailing list archives
| ||
|
Message-ID: <46051F10.6060903@gmx.de>
Date: Sat, 24 Mar 2007 13:52:32 +0100
From: Cornelius Riemenschneider <c.r1@....de>
To: RaeD Hasadya <raed@...mail.com>
Cc: bugtraq@...urityfocus.com
Subject: BOGUS: Remote File Include In phpBB-2.0.19
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