Injection attacks

Adding malicious code or request to harm the server. To prevent this kind of attack, we can use a Filter that only accepts save and valid input

Validating input, sanitizing data.

Cross-site scripting (XSS) attacks

A type of injection attack where the attacker can insert malicious code and target the user of the service

SQL injection

SQL commands and extract data used by the server database.