Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post Security Hole And PhpGlobals 
 
If you have Register Global set to ON, there's a possible vulnerability to the Nivisec Hacks List, that could lead to the inclusion of external files:

PLEASE DELETE

/adm/admin_hacks_list.php

We will solve the security whoops ASAP.

In the meantime the deletion is the only solution.

 
 




____________
Zubr sole verde cucchiaio
 
BicetSend private messageVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Security Hole And PhpGlobals 
 
Thanks for the info Bicet!

I've checked it, and fortunately, I've it set to off
 




____________
www.LphantES.com
 
zankywSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Security Hole And PhpGlobals 
 
Bicet wrote: [View Post]
If you have Register Global set to ON, there's a possible vulnerability to the Nivisec Hacks List, that could lead to the inclusion of external files:

PLEASE DELETE

/adm/admin_hacks_list.php

We will solve the security whoops ASAP.

In the meantime the deletion is the only solution.

 


Did you know if this vulnerability is in older XS too?

Thanks,
 




____________
~~~ Andrea ~~~
User #379756 on Linux Counter
"If you can't apt-get something, it isn't useful or doesn't exist!!"
 
buldoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Security Hole and PhpGlobals 
 
buldo wrote: [View Post]
Did you know if this vulnerability is in older XS too?

Thanks,
This is very likely, because that file hasn't changed in quite a while.
 




____________
No support via PM or E-Mail!
FAP 3, yeah baby, yeah!
 
TomSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Security Hole And PhpGlobals 
 
I've told you some mounths ago!

http://www.phpbbplus.it/phpbbplus/x...5709.html#15709

Search
Code: [Download] [Hide]
  1. $phpbb_root_path = '../';  
  2. if( !empty($setmodules) )  
  3. {  
  4.     include($phpbb_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_admin_hacks_list.' . $phpEx);  
  5.     $filename = basename(__FILE__);  
  6.     $module['Info']['Hacks_List'] = $filename;  
  7.       
  8.     return;  
  9. }  
  10.  
  11. include($phpbb_root_path . 'extension.inc');  
  12. (file_exists('pagestart.' . $phpEx)) ? include('pagestart.' . $phpEx) : include('pagestart.inc');  
  13.  


replache with

Code: [Download] [Hide]
  1. if( !empty($setmodules) )  
  2. {  
  3.    $filename = basename(__FILE__);  
  4.    $module['General']['Hacks_List'] = $filename;  
  5.  
  6.    return;  
  7. }  
  8.  
  9. $phpbb_root_path = './../';  
  10. require($phpbb_root_path . 'extension.inc');  
  11. require('./pagestart.' . $phpEx);  
  12.  



Also

http://www.phpbbplus.it/phpbbplus/p...5693.html#15693
 




____________
[img]http://www.mediomondo.it/appoggio/yuqlogo.jpg[/img]
 
Antonio MercurioSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Security Hole And PhpGlobals 
 
Thank you Bicet, i'm going to delete the file---->/adm/admin_hacks_list.php
from my site
 




____________
Non c'era la legge sul pericolo...
 
CristinaSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Security Hole and PhpGlobals 
 
Antonio Mercurio wrote: [View Post]
I've told you some mounths ago!

http://www.phpbbplus.it/phpbbplus/x...5709.html#15709

Search
Code: [Download] [Hide]
  1. $phpbb_root_path = '../';  
  2. if( !empty($setmodules) )  
  3. {  
  4.     include($phpbb_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_admin_hacks_list.' . $phpEx);  
  5.     $filename = basename(__FILE__);  
  6.     $module['Info']['Hacks_List'] = $filename;  
  7.       
  8.     return;  
  9. }  
  10.  
  11. include($phpbb_root_path . 'extension.inc');  
  12. (file_exists('pagestart.' . $phpEx)) ? include('pagestart.' . $phpEx) : include('pagestart.inc');  
  13.  


replache with

Code: [Download] [Hide]
  1. if( !empty($setmodules) )  
  2. {  
  3.    $filename = basename(__FILE__);  
  4.    $module['General']['Hacks_List'] = $filename;  
  5.  
  6.    return;  
  7. }  
  8.  
  9. $phpbb_root_path = './../';  
  10. require($phpbb_root_path . 'extension.inc');  
  11. require('./pagestart.' . $phpEx);  
  12.  



Also

http://www.phpbbplus.it/phpbbplus/p...5693.html#15693


PLEASE APPLY THIS PATCH!
 




____________
Zubr sole verde cucchiaio
 
BicetSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Security Hole And PhpGlobals 
 
ok done!

thanks to A. Mercurio
 




____________
Non c'era la legge sul pericolo...
 
CristinaSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Security Hole and PhpGlobals 
 
Here's the premodified file

As always you'll need to replace all files

adm.zip
Description:  
Download
Filename: adm.zip
Filesize: 3.57 KB
Downloaded: 385 Time(s)

 




____________
Zubr sole verde cucchiaio
 
BicetSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Security Hole And PhpGlobals 
 
I'm trying another way to force register_globals to OFF... we will see if it works.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Security Hole And PhpGlobals 
 
I have this:

Code: [Download] [Hide] [Select]
if( !empty($setmodules) )
{
    $filename = basename(__FILE__);
    $module['General']['Hacks_List'] = $filename;
    return;
}

$phpbb_root_path = './../';
require($phpbb_root_path . 'extension.inc');
require('./pagestart.' . $phpEx);

if (!$userdata['user_level'] == ADMIN)
{
    message_die(GENERAL_ERROR, 'Not Authorized');
}


Is the same?
 



 
DalcieloSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Security Hole And PhpGlobals 
 
No, it's not the same thing... please apply this patch as soon as possible!

http://www.phpbbxs.eu/viewtopic.php?p=1311#1311
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML

HideSimilar Topics





 
Permissions List
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


  

 

  cron