SQL Injection Attack and Defense:
http://www.securitydocs.com/library/3587
There are four main categories of SQL Injection attacks against databases
1) SQL Manipulation: manipulation is process of modifying the SQL statements by using various operations such as UNION .
Another way for implementing SQL Injection using SQL Manipulation method is by changing the where clause of the SQL statement to get different results.
2) Code Injection: Code injection is process of inserting new SQL statements or database commands into the vulnerable SQL statement. One of the code injection attacks is to append a SQL Server EXECUTE command to the vulnerable SQL statement. This type of attack is only possible when multiple SQL statements per database request are supported.
3) Function Call Injection: Function call injection is process of inserting various database function calls into a vulnerable SQL statement. These function calls could be making operating system calls or manipulate data in the database.
4) Buffer Overflows: Buffer overflow is caused by using function call injection. For most of the commercial and open source databases, patches are available. This type of attack is possible when the server is un-patched
TuneUp Utilities 2008 v7.0.8007+Keymaker
17 years ago

No comments:
Post a Comment