![]() |
SQL Injection Attacks on ASP/ASP .net
Anybody have any quick fix code to check for possible cross scripting in querystring values? We had an attack through a thirdparty control's code, so we had no way of trapping the querystring parameters. funny thing was only data in one of the tables we were using for auditting transactions was affected. rest of the data was left intact. I guess we were just lucky!!!!
|
Re: SQL Injection Attacks on ASP/ASP .net
take the values from the query string and parametrize them in the sql.
|
Re: SQL Injection Attacks on ASP/ASP .net
Quote:
dont know how to do it in asp.net, but i know in PHP there are functions to do so. you may need to write your function to do it. EDIT: here http://msdn.microsoft.com/en-us/library/ms998271.aspx did you guys put a page up without escaping the user input? jeeze, that's security 101. |
Re: SQL Injection Attacks on ASP/ASP .net
|
| All times are GMT -5. The time now is 07:21 PM. |
Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright ©1998 - 2013, nV News.