0 votes
in Fortify code scanner by
What is “SQL Injection”?

1 Answer

0 votes
by

SQL Injection is one of the common attacking techniques used by hackers to get critical data.

Hackers check for any loophole in the system through which they can pass SQL queries, bypass the security checks, and return back the critical data. This is known as SQL injection. It can allow hackers to steal critical data or even crash a system.

SQL injections are very critical and need to be avoided. Periodic security testing can prevent this kind of attack. SQL database security needs to be defined correctly and input boxes and special characters should be handled properly.

Related questions

0 votes
asked Oct 22, 2019 in Ethical Hacking by SakshiSharma
0 votes
asked Jun 15, 2023 in Sql by Robin
...