"SQL Injection" attacks - database security issues
[email protected] (Tim Bunce) Fri, 29 Nov 2002 11:18:14 +0000
| Newsgroups | perl.dbi.users,perl.dbi.announce |
|---|---|
| Message-ID | <[email protected]> |
An interesting article on SQL Injection attacks (where a database
query can be modified to perform unintended actions):
http://online.securityfocus.com/infocus/1644
The article has a strong Oracle focus but the issues apply to many
databases (even more so to those that allow multiple statements in
a single database request).
Tim.
p.s. Where it says "It is also not possible to SQL inject a call
that uses bind variables" it means "uses _only_ bind variables".