Go Back   Rumski Forum > Rumski > Obavestenja

Obavestenja Informacije, pravila ponasanja i novosti vezane za sajt www.rumski.com

Reply
 
Thread Tools Display Modes
Old 22-12-2004, 10:31 PM   #1
dr.Ru
Administrator
 
dr.Ru's Avatar
 
Join Date: Jan 2003
Location: Novi Sad
Posts: 1,422
Default Za sve admine::: Opasnost zbog ranjivog PHP-a

Shvatite ovo kao HITNO, HITNO.....
Obracam se svim programerima i adminima raznih sajtova, kao i ljudima koji poznaju takve
Postoji ranjivost u PHP jeziku i to u 3 komande (include, unserialize & realpath) koje nose poverljive informacije sadrzane u config.php To je jako bitan file, jer omogucava hack. Ovo se odnosi na PHP verzije manje od 4.3.10.
Ovaj jezik upotrebljavaju SVI FORUMI (phpBB, vBulletin, IPB.....).

Sta ciniti?
ako koristite phpBB > upgrade to 2.0.11

ili ako koristite verzije phpBB do 2.0.10 uradite sledece:
otvorite viewtopic.php u bilo kom text editoru, i nadjite deo koda:

Code:
// 
// Was a highlight request part of the URI? 
// 
$highlight_match = $highlight = ''; 
if (isset($HTTP_GET_VARS['highlight'])) 
{ 
   // Split words and phrases 
   $words = explode(' ', trim(htmlspecialchars(urldecode($HTTP_GET_VARS['highlight'])))); 

   for($i = 0; $i < sizeof($words); $i++) 
   {
i zamenite sa (replace with)

Code:
// 
// Was a highlight request part of the URI? 
// 
$highlight_match = $highlight = ''; 
if (isset($HTTP_GET_VARS['highlight'])) 
{ 
   // Split words and phrases 
   $words = explode(' ', trim(htmlspecialchars($HTTP_GET_VARS['highlight']))); 

   for($i = 0; $i < sizeof($words); $i++) 
   {
Za kraj:
rumski.com je od veceras na poslednjoj stabilnoj verziji phpBB-a:
2.0.11
__________________
M
dr.Ru is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Preamp vi?e ?umi zbog lo?ije struje? analog Ostali muzički instrumenti i studijska oprema 10 23-04-2008 04:08 PM


All times are GMT +1. The time now is 06:17 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
vB.Sponsors