includes/kb_****.php fix?


Subject: includes/kb_****.php fix?
I looked but I couldn't tell wether or not this fix has been done in the beta.

I recently heard about the kb_constants.php exploit and the fix was supposed to be to add..
Code: [Download] [Hide] [Select]
if ( !defined('IN_PHPBB') )
{
die("Hacking attempt");
}


to all the kb_****.php files under the comments but I looked in the files and I saw..

Code: [Download] [Hide] [Select]
if ( !defined( 'IN_PORTAL' ) )

{

die( "Hacking attempt" );

}


Is this right or has it not been done yet?
I thought it might be safest to do...

Code: [Download] [Hide] [Select]
if( !defined('IN_PHPBB') )

{

die('Hacking attempt');

exit;

}

else

{

if( !defined('IN_PORTAL') )

{

die('Hacking attempt');

exit;

}

}


But then again I am a designer not a coder :oops:

Oh yea, LOL

In reference to..

http://www.securityfocus.com/bid/21577

Subject: Re: includes/kb_****.php fix?
KB in Icy Phoenix should be protected against this... :roll:

Subject: Re: includes/kb_****.php fix?
Ok, I was comparing two different phpbb's trying to figure out who already did the fix the right way

Looks like you win :lol_flag:

Subject: Re: includes/kb_****.php fix?
Frost wrote: [View Post]
Looks like you win :lol_flag:

Thanks... where is the prize? :mri:

Subject: Re: Includes/kb_****.php Fix?
hello me you could put a file zip or to rar the same gives, I am bad in php and not like doing it

Profile PM  
Subject: Re: includes/kb_****.php fix?
joni806 wrote: [View Post]
hello me you could put a file zip or to rar the same gives, I am bad in php and not like doing it


DO NOT DO THE ABOVE EDITS

I was just asking MG a question, he already had it done and your files are already correct. Sorry :icy_lol_flag:

Mighty Gorgon wrote: [View Post]
Frost wrote: [View Post]
Looks like you win :lol_flag:

Thanks... where is the prize? :mri:


Um... :? Here www.black-fusion.com/media/prize.html :icy_lol_flag:

Subject: Re: includes/kb_****.php fix?
Great Frost :mricy:

Profile PM  
Subject: Re: includes/kb_****.php fix?
LOL I googled italian prize, took the first prize i saw and made it text :icy_lol_flag:

Subject: Re: includes/kb_****.php fix?
Ha ha ha... thank you, it is really nice! :wink:


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.1534s (PHP: 13% SQL: 87%)
SQL queries: 13 - Debug Off - GZIP Enabled