19 DeFi exploits that weren't in the open-source record — now fully reproducible.
If you work in smart-contract security, you know DeFiHackLabs — the standard, comprehensive library of reproducible on-chain exploit PoCs. A handful of exploits just aren't in it. We found 19, analyzed each one end-to-end, and published everything:
🔹 Foundry PoCs (offline-reproducible, exact on-chain profit) →
🔹 Loadable PoC bundles →
🔹 Interactive EVM Playground pages — step through each exploit opcode-by-opcode, with the vulnerability and every exploit step marked →
All 19, newest first:
• BarnBridge SMART Yield (DAO governance capture) —
• Bonzo Lend / Supra oracle (BLS zero-signature price forge) —
• Hinkal (legacy-note multi-nullifier double-spend) —
• Drips DaiHub (uint128→int128 cast) —
• Gnosis Pay / Zodiac Delay (EIP-1271 signature bypass) —
• ATOHook (Solady ReentrancyGuard storage collision) —
• JaredFromSubway MEV bot (residual ERC-20 approvals) —
• BoostHook (leveraged long, no post-open solvency check) —
• Aurellion Labs (unprotected diamond re-init) —
• ONTR (zero-owner onlyOwner free mint) —
• BlastFOMOVault (claimBonus clone-churn) —
• HeisenbergHook (Uniswap v4 fee-path hijack) —
• Sat1Hook (grindable hook identity) —
• QNT Reserve (EIP-7702 + permissionless BatchCall) —
• Yearn stETH Accumulator (missing execute() auth) —
• Blockchain Bets (ERC-1155 stake/transform inflation) —
• TTSwap Market (permissionless initGood mispricing) —
• WUKONG Staking (classical reentrancy in unstake) —
• FoomCash / FOOM Lottery (Groth16 verifier with gamma == delta) —
One recurring lesson: the interesting part of an attack is often not the drain. BarnBridge is the clearest example — the money left through the front door of the DAO. The real exploit was obtaining access: buy ~$2,200 of a dead governance token, stake it with a lock multiplier, and pass a proposal because quorum was measured on raw stake while votes counted multiplied power. So we reproduced the governance capture, not just the payoff.
And you can do all of this yourself.
is an open-source, fully local EVM Playground. Point it at any exploit transaction — it pulls the verified sources, replays the whole thing opcode-by-opcode, and lets you mark the vulnerability and the exploit execution steps.
Then share your PoC however you like — open a PR to or publish it in your own repo, on IPFS, anywhere. No lock-in: the analyzer doesn't depend on evm-hack-poc or
The best way to understand an exploit is to reproduce it. The second best is to make it easy for the next person to.
#
Web3Security# #
SmartContracts# #
DeFi# #
EVM# #
Solidity# #
BlockchainSecurity# #
OpenSource#