Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Web-App-Sec
[Top] [All Lists]

Re: ISA Server and SQL Injection

Subject: Re: ISA Server and SQL Injection
Date: Thu, 17 Feb 2005 21:39:01 +0000
Jeff Robertson wrote:

-----Original Message-----
From: Matthieu Estrade [mailto:mestrade@apache.org]
Sent: Thursday, February 17, 2005 08:58
To: webappsec@securityfocus.com
Subject: Re: ISA Server and SQL Injection

Yes sure, if you code application using in parameter some SQL query, you should read "howto do secure code for webapp"....
Application mainly use value after used by the application inside a query, but the query is in the code.


http://www.toto.com/test.php?product_id=4 is ok and there is NO WAY to see here some SQL Syntax.

http://www.toto.com/test.php?product_id=SELECT%20*%20FROM%20pr


oduct%20WHERE %20id=4 is not ok, and you shoud fire developper doing this....

What if your web app is a web based forum where people discuss web security,
and someone participating in a discussion about SQL Injection wants to post
a message that has some SQL in it? How will the firewall know if from the
real thing?




I totally agree with you, but in this case, all your traffic containing possible attack will wake up all security detection system. What you speak about can be protected with a good whitelist setup with the knowledge of the forum to secure. A blacklist will always warn and block...

It depend how you want to secure your webapp.
No setup -> blacklist with the limitation of a pattern matching protection
Setup -> whitelist with all granular filter on each parameters and url.


Jeff Robertson
Manager of Web Application Security
Digital Insigh




<Prev in Thread] Current Thread [Next in Thread>