edivad82
20-11-2004, 15:37
aggiornate al volo la vostra versione alla 2.0.11
http://www.phpbb.com/phpBB/viewtopic.php?f=14&t=240636
causa
http://secunia.com/advisories/13239
il bug è riscontrabile in questa porzione di codice
in viewtopic.php
//
// 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_GE
T_VARS['highlight']))));
for($i = 0; $i < sizeof($words); $i++)
{
da sostituire con
//
// 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++)
{
http://www.phpbb.com/phpBB/viewtopic.php?t=240513
ne va delle vostre :ciapet: :D
http://www.phpbb.com/phpBB/viewtopic.php?f=14&t=240636
causa
http://secunia.com/advisories/13239
il bug è riscontrabile in questa porzione di codice
in viewtopic.php
//
// 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_GE
T_VARS['highlight']))));
for($i = 0; $i < sizeof($words); $i++)
{
da sostituire con
//
// 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++)
{
http://www.phpbb.com/phpBB/viewtopic.php?t=240513
ne va delle vostre :ciapet: :D