Re: bug in Invision Power Board

From: Boy Bear (eyal067at_private)
Date: Sat Aug 09 2003 - 14:32:10 PDT

  • Next message: FreeBSD Security Advisories: "FreeBSD Security Advisory FreeBSD-SA-03:10.ibcs2"

    
     ('binary' encoding is not supported, stored as-is)
    In-Reply-To: <20030809082131.25004.qmailat_private>
    
    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']);
    }
    



    This archive was generated by hypermail 2b30 : Mon Aug 11 2003 - 10:40:23 PDT