OWASP API Security Top 10
The OWASP API Security Top 10 is a widely recognized list that highlights the most critical security risks affecting APIs (Application Programming Interfaces). It is maintained by the OWASP API Security Project and is designed to educate developers, security teams, and other stakeholders about common API vulnerabilities. The list is periodically updated to address evolving threats, with the most recent version released in 2023.
The OWASP API Security Top 10 is a risk-awareness document produced and maintained by the OWASP API Security Project that enumerates the most critical security risks specific to APIs. It serves as both a prioritized catalogue of API-specific vulnerability categories and a documentation portal for associated best practices in API development and security. The 2023 edition reflects updates to address evolving API threat landscapes. The document is intended to inform secure design, development, and testing practices for everyone involved in API development, though it is not an exhaustive taxonomy of all possible API security issues. Organizations typically use it as a baseline for threat modeling, security testing scoping, and developer education rather than as a standalone compliance checklist.
Why it matters
APIs have become the primary connective tissue of modern software architectures, powering mobile applications, microservices, third-party integrations, and cloud-native systems. As API adoption has grown, so has the attack surface they expose. The OWASP API Security Top 10 matters because it provides a focused, community-driven enumeration of the most critical security risks specific to APIs, helping organizations prioritize their defensive efforts where they are most needed. Without a clear understanding of these risks, teams may concentrate on generic web application vulnerabilities while overlooking API-specific issues such as broken object-level authorization or unrestricted resource consumption.
The list also serves as a shared vocabulary across development, security, and operations teams. By referencing a common set of well-documented risk categories, organizations can align threat modeling exercises, security testing scopes, and developer training programs around a consistent baseline. This shared understanding reduces ambiguity when triaging findings and helps ensure that security requirements are communicated clearly during API design and review.
Because the OWASP API Security Top 10 is periodically updated (with the most recent edition released in 2023), it reflects the evolving threat landscape rather than remaining static. This ongoing maintenance helps organizations stay current with emerging API attack patterns and adjust their security practices accordingly, though it should be noted that the list is not intended to be an exhaustive taxonomy of all possible API security issues.
Who it's relevant to
Inside OWASP API Security Top 10
Common questions
Answers to the questions practitioners most commonly ask about OWASP API Security Top 10.