ResCommunes

RAGTAGS

:: THE MACHINES HAVE TAKEN OVER ::

OWASP #3 (2021) – Injection

1 min read

Injection happens when untrusted input is sent to a system interpreter (like SQL, shell, or HTML) without proper validation or escaping. This lets attackers modify commands and potentially take control.

Read more…