[ 12-Jun-2002 ]
A security hole has been found in w-agora that may allow a remote user to execute arbitrary PHP scripts on the server on which w-agora resides. This security hole affects all w-agora versions less or equal to w-agora 4.1.3
SOLUTION ------------ 1. A fast workaround to this issue is to protect the directories include/ and user/ with a .htaccess file. Just copy the .htaccess file from the conf/ diretory
2. You can edit the affected files by replacing the line include ("$inc_dir/dbaccess.$ext"); with: include ("include/dbaccess.$ext");
OR by adding :
if (!defined('_GLOBALS')) { die('Hacking attempt'); } at the top of each affected files.