Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Bug Reports (Closed)
 (v3.4.03) Security Related BUG+FIX: search.asp
 Forum Locked  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 16 June 2003 :  21:30:31  Show Profile

search.asp


around line #640 find the following:
			"                <td bgColor=""" & strPopUpTableColor & """ align=""left"" valign=""middle""><input type=""text"" name=""Search"" size=""40"" value=""" & Request.QueryString("Search") & """><br />" & vbNewLine & _
replace that entire line with this:
			"                <td bgColor=""" & strPopUpTableColor & """ align=""left"" valign=""middle""><input type=""text"" name=""Search"" size=""40"" value=""" & trim(ChkString(Request.QueryString("Search"),"display")) & """><br />" & vbNewLine & _

favorini
Starting Member

USA
27 Posts

Posted - 16 June 2003 :  23:00:53  Show Profile
Richard,

You can still do something like this:

/search.asp?Search=mouse%20here"%20onmouseover="alert('hi');

This is because ChkString(Request.QueryString("Search"),"display") doesn't encode double quotes. Any reason for it not to?
OK, just noticed there is chkString(Request.Form("Search"),"search") which is used around line 808. Would this be better for the new fix as well?

-Francis

Edited by - favorini on 17 June 2003 00:23:13
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 17 June 2003 :  00:24:25  Show Profile
for the issue with the display case of the ChkString function, see here:

http://forum.snitz.com/forum/topic.asp?TOPIC_ID=45290
Go to Top of Page

DavidRhodes
Senior Member

United Kingdom
1222 Posts

Posted - 17 June 2003 :  18:22:37  Show Profile
Line 718 in the Sql Server modded search.asp btw

The UK MkIVs Forum
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 05 September 2003 :  19:41:43  Show Profile
fixed in v3.4.04
Go to Top of Page
  Previous Topic Topic Next Topic  
 Forum Locked  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.24 seconds. Powered By: Snitz Forums 2000 Version 3.4.07