DeFi Access Control Vulnerabilities Accounted for 75% of All Crypto Hack Losses in 2024, Yet Most Protocols Use Basic Multisig Schemes

finance0 views
Access control vulnerabilities -- where attackers compromise the administrative keys or privileged roles that can upgrade smart contracts, drain treasuries, or modify protocol parameters -- accounted for 75% of all cryptocurrency hack losses in 2024, far exceeding smart contract code bugs as the primary attack vector. Why it matters: most DeFi protocols grant admin privileges to a small set of Externally Owned Accounts (EOAs) or simple multisig wallets controlled by the founding team, so a compromise of as few as 2-3 private keys can give an attacker full control over billions in locked assets; so the industry's heavy investment in smart contract auditing (which catches code-level bugs) addresses only a minority of actual attack value; so protocol users cannot easily verify whether admin keys are stored securely, whether key holders are independent parties, or whether timelocks on admin actions are enforced; so even protocols that pass multiple audits from top firms remain vulnerable because the audit scope typically covers code correctness, not operational security of key management; so the gap between perceived security (audit badge on the website) and actual security (who holds the admin keys and how) creates false confidence that leads to massive user losses. The structural root cause is that the DeFi industry treats smart contract auditing as the primary security measure while neglecting operational security standards for key management, and there is no enforceable requirement for protocols to disclose their admin key architecture, implement timelocks, or use distributed key management schemes.

Evidence

Hacken's 2024 Web3 Security Report found access control vulnerabilities accounted for 75% of all crypto hack losses. Off-chain attacks (key compromises, social engineering) accounted for 80.5% of stolen funds in 2024, while compromised accounts made up 55.6% of all incidents (Halborn Top 100 DeFi Hacks Report 2025). DMM Bitcoin lost $305 million in 2024 due to a key compromise, not a smart contract bug. Audited contracts saw 98% fewer hacks than unaudited ones, but this statistic primarily captures code-level vulnerabilities -- access control attacks bypass the code entirely (CoinLaw 2025). The Multichain exploit in July 2023 was traced to CEO-controlled keys, and Orbit Chain's January 2024 loss of $81 million involved compromise of 7 out of 10 multisig keys.

Comments

DeFi Access Control Vulnerabilities Accounted for 75% of All Crypto Hack Losses in 2024, Yet Most Protocols Use Basic Multisig Schemes | Remaining Problems