OWASP Top 10: 2025 | Secracy
Reference

OWASP Top 10: 2025

The industry standard awareness document representing a broad consensus about the most critical security risks to modern web applications. Stay informed, stay secure.

A02

Security Misconfiguration

Security misconfiguration is the most commonly seen issue. This is commonly a result of insecure default settings, incomplete or ad hoc configurations, open cloud storage, misconfigured HTTP headers, and verbose error messages containing sensitive information.

Highly prevalent High severity
A03

Software Supply Chain Failures

Focuses on risks associated with the software supply chain, including the use of outdated or vulnerable third-party components, relying on untrusted registries, or insecure CI/CD pipelines. Attackers increasingly target dependencies to compromise a vast number of downstream applications.

Rising threat Widespread impact
A04

Cryptographic Failures

Failures related to cryptography which often leads to sensitive data exposure. It includes the use of weak cryptographic algorithms, lack of encryption at rest or in transit, and improper key management.

Data breach risk
A05

Injection

Injection flaws, such as SQL, NoSQL, and command injection, occur when untrusted data is sent to an interpreter. Hostile data can trick the interpreter into executing unintended commands.

Classic vulnerability
A06

Insecure Design

Represents "missing or ineffective control design." It emphasizes the need to adopt "shift-left" practices, focusing on threat modeling, secure design patterns, and architectures.

Architectural flaw
A07

Authentication Failures

Vulnerabilities that allow attackers to compromise passwords, keys, or session tokens, or assume the identities of other users. Includes lack of MFA, weak password policies, and session fixation.

Identity compromise
A08

Software & Data Integrity

Relates to code and infrastructure that does not protect against integrity violations, like relying on plugins or modules from untrusted sources, or insecure CI/CD pipelines.

Integrity loss
A09

Logging & Alerting Failures

Without adequate logging and monitoring, breaches cannot be detected. Attackers rely on this failure to extract data, maintain access, and pivot to other systems undetected.

Reduced visibility
A10

Mishandling of Exceptional Conditions

A new entry for 2025, focusing on how applications fail when facing unexpected states or errors. Attackers trigger edge cases causing the application to crash, bypass security, or leak data.

New in 2025 Logic bypass risk