Entering database commands into text fields breaks apps
The internet runs entirely on the hope that users will not type weird things into text boxes. SQL Injection happens when an application blindly trusts input. If you type 'DROP TABLE' into a poorly secured login field, the underlying database might just interpret that as a legitimate instruction and happily delete every single user record. Trusting humans is the biggest security flaw of all.

Keep exploring facts in this topic.
Technology →




