SQL injection
Vulnerabilities Explained …
OWASP Top 10 - Injection What is an Injection? Injection vulnerabilities happen anytime untrusted data is used within a system. Commonly this occurs when a user passes some information to a system and the system starts to interpret the input without validation or sanitization. Examples of Injections …