Re: bug in Invision Power Board

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



In-Reply-To: <20030809082131.25004.qmail@www.securityfocus.com>

To repair Bug to edit the file admin.php and to add after the line:


$IN['AD_SESS'] = $HTTP_POST_VARS['adsess'] ? $HTTP_POST_VARS['adsess'] : 
$HTTP_GET_VARS['adsess'];

To add this :

if (isset($IN['AD_SESS'])) {
	$IN['AD_SESS'] = htmlspecialchars($IN['AD_SESS']);
}


[Index of Archives]     [Linux Security]     [Netfilter]     [PHP]     [Yosemite News]     [Linux Kernel]

  Powered by Linux