How often is the OWASP Top 10 updated?
Roughly every three to four years. Previous editions date from 2003, 2004, 2007, 2010, 2013, 2017 and 2021. The 2025 edition is the eighth.
What are the two new categories in the Top 10 2025?
Software Supply Chain Failures (A03), which expands the former vulnerable-components category, and Mishandling of Exceptional Conditions (A10), covering uncaught exceptions, race conditions and absent error-handling policies.
What happened to SSRF in the Top 10 2025?
SSRF has been absorbed into Broken Access Control (A01), OWASP treating it as fundamentally an access-control failure. The defensive practices are unchanged: allowlisting outbound destinations, restricting access to cloud metadata, validating URL schemes.
Why did security misconfiguration move from 5th to 2nd place?
Because its prevalence rose this data cycle (around 3% of tested applications carried at least one of its CWEs) and because continuous deployment without continuous checking creates an exposure window that widens with deployment cadence and the spread of infrastructure as code.
Why is supply chain ranked so high when it's barely present in the data?
Because OWASP doesn't rely on historical data alone. Supply chain shows few occurrences (it remains hard to test for), but its associated CVEs carry the highest exploit and impact scores in the ranking, and the category was strongly backed by the community survey. The 2025–2026 figures confirm the call: +75% malicious open-source packages in a single year, per Sonatype.
Is the OWASP Top 10 a compliance standard?
No. OWASP presents it as an awareness document, not a complete framework. Standards such as PCI DSS 4.0 and SOC 2 recognise OWASP Top 10 coverage as evidence of secure coding practices, and in the UK the NCSC's secure-development guidance and the security obligations under UK GDPR point in the same direction. To go further, OWASP recommends maturity models such as SAMM, DSOMM or ASVS.
Sources: OWASP Top 10:2025 (owasp.org/Top10/2025) · Sonatype 2026 State of the Software Supply Chain Report · Verizon 2025 DBIR · IBM Cost of a Data Breach 2025 · ENISA Threat Landscape 2025 · NCSC · NHS England · Unit 42 (Palo Alto Networks), Parasoft, Semgrep, GitLab, Fluid Attacks.