InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by SQL injection attack? |
|
Answer» SQL INJECTION is a method that hackers use to access sensitive INFORMATION from an organization's DATABASE. This application-layer attack is the result of INAPPROPRIATE coding in our applications, allowing hackers to inject SQL statements into your SQL CODE. The most common cause of SQL Injection is that user input fields allow SQL statements to pass through and directly query the database. ADO.NET Data Services queries are commonly affected by SQL Injection issues. |
|