Peapods Finance Hack
Incident Overview
Peapods yield protocol on Ethereum chain exploited via reentrancy attack, resulting in a temporary loss of 231,192 USD worth of PEAS tokens.
Peapods is a yield protocol running on the Ethereum chain. On December 13, 2023, the project was exploited through a reentrancy attack. The attacker, a white hat hacker with the axxe.eth ENS name, was able to gain PEAS tokens worth 231,192 USD (104.47 ETH).
The hacker returned 90% of the stolen funds initially, and later returned the remaining 10%. The white hat hacker confirmed the exploit on their Twitter account.
Attacker Addresses:
https://etherscan.io/address/0x2BA9dE5e…0D0000
https://etherscan.io/address/0x838D23a8…C67510
Malicious Transaction:
https://etherscan.io/tx/0x98d82370…c754fb
Malicious Contract:
https://etherscan.io/address/0x928B2DAe…03e20a
Funds Recovering Transactions:
https://etherscan.io/tx/0x762c510b…b48bd0
https://etherscan.io/tx/0x52072831…2c29f4
Incident Report
Protocol Information
Market Context at Time of Hack
What the Attacker Needed to Succeed
Understanding the prerequisites for this type of attack helps auditors identify protocols that are most at risk and helps developers build better defenses.
What Auditors Should Check
If you're auditing a protocol with similar architecture to Peapods Finance, these are the critical security checks that could have prevented this incident (December 2023).
- Verify all logic paths related to Reentrancy are guarded by proper access controls and input validation - see the Reentrancy attack class for patterns
- Check that all state-changing functions follow the Checks-Effects-Interactions (CEI) pattern to prevent reentrancy and logic ordering bugs
- Review privileged functions (owner, admin, governance) for potential abuse vectors - centralization risks should be documented and bounded with timelocks or multi-sigs
Master these auditing techniques with hands-on labs and real exploit scenarios in the Smart Contract Hacking course.
Free TrialFunds Recovery
Recovered
$231K
Net Loss
0
Security Audit History
- Audit Report 1 Report
Related Attack Classes
The technique used in this hack maps to these vulnerability classes in our security curriculum:
Sources & References
- 01
-
02
Web Archive https://archive.ph/jby2t
Learn to Prevent the Next Peapods Finance
The Peapods Finance hack is one of many attacks that skilled auditors are trained to detect before deployment. Master real exploit patterns and defense techniques with hands-on Web3 security training.