[40780] in bugtraq

home help back first fref pref prev next nref lref last post

Re: Aenovo Multiple Vulnerabilities (Patch)

daemon@ATHENA.MIT.EDU (ali202@fastermail.com)
Mon Oct 17 18:41:04 2005

Date: 16 Oct 2005 17:17:55 -0000
Message-ID: <20051016171755.17794.qmail@securityfocus.com>
Content-Type: text/plain
Content-Disposition: inline
Content-Transfer-Encoding: binary
MIME-Version: 1.0
From: ali202@fastermail.com
To: bugtraq@securityfocus.com

Patch : 
[1]
In "user/control.asp"
Find this :

---------------------------------
pword = Trim(request("password"))
---------------------------------

Replace with this:

---------------------------------
pword = replace(Trim(request("password")),"'","''")
---------------------------------

[2]
In "incs\searchdisplay.asp"
Find this:

---------------------------------
strSQL = request("strSQL")
---------------------------------

Replace with this:

---------------------------------
strSQL = ""
---------------------------------

<ali202>

home help back first fref pref prev next nref lref last post