wow...that was too easy.
eyoung1@uiuc.edu wrote on Tue, 1 Jul 2008 13:37:10 -0700 (PDT):
> wow...that was too easy.
>> " WHERE Amount = '" & Request.Form("searchItem") & "'"
>> so that it reads:
>> " WHERE Amount = " & Request.Form("searchItem")
> Not a problem...internal server used by only 15 people.
What happens when one of those people decides they're going to leave the
company and aren't happy and puts something in the searchItem field of the
form that results in a SQL injection that does something to your data?
>> Further points to consider:
>> Your use of dynamic sql is leaving you vulnerable to hackers using
>> sql
>> injection:http://mvp.unixwiz.net/techtips/sql-injection.htmlhttp://
>> www.sqlsecurity.com/DesktopDefault.aspx?tabid=23
> Thanks!

Signature
Dan