myctrl.tools
Home / Risk Lists / OWASP Smart Contract Top 10

OWASP Smart Contract Top 10 v2026

The most critical security risks in smart contract development, based on 2025 incident data

This is a reference tool, not an authoritative source. For official documentation, visit owasp.org.

10 risks

Access Control Risks related to access control enforcement in smart contracts

Arithmetic Risks related to integer math errors, rounding, and precision loss

Business Logic Risks related to design-level flaws in protocol economics and state transitions

External Calls Risks related to unsafe interactions with external contracts and callbacks

Flash Loans Risks related to uncollateralized same-transaction borrowing amplifying vulnerabilities

Input Validation Risks related to insufficient validation of external data and parameters

Integer Safety Risks related to integer overflow and underflow in arithmetic operations

Oracle Security Risks related to price feed manipulation and oracle trust boundaries

Reentrancy Risks related to external calls re-entering vulnerable functions before state updates

Upgradeability Risks related to proxy patterns and contract upgrade mechanisms