OWASP Top 10
Helps make websites and apps safer.
Link copied!
On this page
About
The OWASP Top Ten is a list of the most critical security risks for web applications:
- Broken Access Control: Unauthorized access to data.
- Cryptographic Failures: Poor data protection.
- Injection Attacks: Hackers insert harmful code.
- Insecure Design: Security not built in.
- Security Misconfiguration: Unsafe system setup.
- Vulnerable and Outdated Components: Using outdated software.
- Identification and Authentication Failures: Weak login controls.
- Software and Data Integrity Failures: Untrusted updates allowed.
- Security Logging and Monitoring Failures: Attacks go unnoticed.
- Server-Side Request Forgery (SSRF): Servers access unintended resources.
Indicators
Links
- OWASP Top Ten Web Application Security Risks | OWASP Foundation
- Open Worldwide Application Security Project
Standards
On this page