What type of attack targets an SQL database using the input field of a user?
- buffer overflow
- SQL injection
- XML injection
- Cross-site scripting
Explanation & Hint:
A criminal can insert a malicious SQL statement in an entry field on a website where the system does not filter the user input correctly. |