|
|||||||||||
|
Re: SQL Injection Basics
From: Taco Fleur <tacofleur(at)nella.net.au>
Date: Mon Feb 10 2003 - 17:30:57 EST SQL Injection works only when
In number 1, if the variable is not checked for the type of integer people
can submit for example
In number 2, if the variable is not checked for tick marks, and does not
escape any that are found
In ColdFusion ALL ticks submitted are escaped, I'm sure more languages out
there do that.
I got this %25%32%37 from Davy, which makes sense but still does not work
with ColdFusion
SELECT category FROM mytable WHERE (category = '%27')
I am trying to find all possible ways for SQL Insertion so I can protect
myself against it.
> Right, I wasn't thinking too well... makes sense. Though, according to
This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:07:48 EDT |
||||||||||
|
|||||||||||