Please enable JavaScript.
Coggle requires JavaScript to display documents.
OWASP top 10 2021 - Coggle Diagram
OWASP top 10 2021
2 : Cryptographic failures
Man in The Middle Attacks
sensetive data exposure
prevent it by :using allow list or filtring and stripping inputs
7 : entification and authentication failures
Brute force attack
stealing session cookies
creating an account with maliscious credentials like " admin" begging with whitespace
3 : Injection
SQL injection
Commande injection
$(your_command_here)
5 : Security Misconfiguration
sensitive data disclosure
RCE "/console"
8 : Software and data integrity failure
modify the date passed to the web app
and don't use SRI
1 : Broken access control
IDOR (Insecure Direct Object Reference)
4 : Insecure design
brute forcing
6 : Vulnerable and Outdated Components
well-known vulnerabilit
10 : SSRF (server side request forgery)
9 : Security logging and monitoring failures