3
Injection
Critical
User-supplied data is not validated, filtered, or sanitized by the application. This can allow the execution of malicious code.
Example 1

SQL Injection: ' OR '1'='1

Example 2

XSS: <script>alert('XSS')</script>

Example 3

Command Injection: & cat /etc/passwd