What is sql Injection is?
|
Light Poster
|
|
| 7Aug2006,14:57 | #1 |
|
What is sql injection? and qht does it do? and how it work?
|
|
Go4Expert Founder
|
![]() |
| 7Aug2006,16:48 | #2 |
|
SQL injection is a security vulnerability that occurs in the database layer of an application. The vulnerability is present when user input is either incorrectly filtered for string literal escape characters embedded in SQL statements or user input is not strongly typed and thereby unexpectedly executed.
This results in the potential manipulation of the statements performed on the database by the end user of the application. Say you have an SQL for retrieving user information as below Code: SQL
a';DROP TABLE users; then the SQL becomes Code: SQL
kinglove
like this
|
|
Light Poster
|
|
| 8Aug2006,05:37 | #3 |
|
okey thanks for the infoe
|
