[31113] in bugtraq
RE: bug in Invision Power Board
daemon@ATHENA.MIT.EDU (Christopher Hummert)
Mon Aug 11 16:07:01 2003
Reply-To: <hummertc@noghri.net>
From: "Christopher Hummert" <hummertc@noghri.net>
To: <bugtraq@securityfocus.com>
Date: Mon, 11 Aug 2003 10:42:16 -0700
Message-ID: <8D97B6BB5B60814AAC2A5C9531F4A23C1FFE6C@luke.albanyagency.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
In-Reply-To: <8D97B6BB5B60814AAC2A5C9531F4A23C3BD45E@luke.albanyagency.com>
Will someone please tell us what version this is in? 1.2 was released
last week. Did it fix this problem?
-----Original Message-----
From: Boy Bear [mailto:eyal067@walla.co.il]
Sent: Saturday, August 09, 2003 2:32 PM
To: bugtraq@securityfocus.com
Subject: Re: bug in Invision Power Board
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']);
}