Wednesday, February 6, 2019

OWASP TOP 10

OWASP TOP 10

As we can read at https://www.owasp.org/index.php/Category:OWASP_Top_Ten_Project
and https://blog.sucuri.net/2018/10/owasp-top-10-security-risks-part-i.html the Top 10 OWASP security vulnerabilities are:

  1. Injection
  2. Broken Authentication
  3. Sensitive data exposure.
  4. XML External Entities (XXE)
  5. Broken Access control.
  6. Security misconfigurations.
  7. Cross Site Scripting (XSS)
  8. Insecure Deserialization.
  9. Using Components with known vulnerabilities.
  10. Insufficient logging and monitoring.

No comments: