Ahh.. for now it will stay insecure. just like phpnuke 6.5 is in general.
When is 6.7 being released to the public? My system has be insecure for log enough and the web site doesnt have a release date.
mikem Theme Guru
Joined: Jan 13, 2003
Posts: 1582
Location: Corn fields of Indiana
Posted:
Fri Jun 27, 2003 9:10 am
6.7 will not be released to the public according the developer of Nuke. The next scheduled PUBLIC release will be version 7.0.
I wouldn't worry too much about that little vulnerability. If you are currently running Nuke6.5 with secfix3 for it, then you are basically running Nuke6.7.
if ($cancel)
{
redirect('admin/' . append_sid("admin_styles.$phpEx", true));
}
Replace with:
Code:
//
// Load default header
//
//
// Check if the user has cancled a confirmation message.
//
$phpbb_root_path = "./../";
require($phpbb_root_path . 'extension.inc');
if ($cancel)
{
redirect('admin/' . append_sid("admin_styles.$phpEx", true));
}
_________________ Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources
Last edited by chatserv on Fri Jun 27, 2003 12:16 pm; edited 1 time in total
mikem Theme Guru
Joined: Jan 13, 2003
Posts: 1582
Location: Corn fields of Indiana
Posted:
Fri Jun 27, 2003 10:46 am
actually, as disgruntledtech said, we do not need the admin_styles.php file anymore in the phpBB in Nuke6.5 You can simply delete that file.
Vulnerablity solved there
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum