OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: Advanced Guestbook 2.3.1 (Admin.php) Remote File Include

simo64morx.org
Date: Mon Nov 06 2006 - 21:35:34 CST


in admin.php we have

..........
$include_path = dirname(__FILE__); // <==
require_once $include_path."/admin/config.inc.php";
require_once $include_path."/lib/$DB_CLASS";
...........

At line 21 the variable $include_path is setted as 'dirname(__FILE__)' so remote file inclusion is not possible :)

Regards