PARALUNI Hack
Incident Overview
The exploiter:
https://bscscan.com/address/0x94bc1d55…5fcf8f
The example transaction behind the exploit:
https://bscscan.com/tx/0x70f367b9…b7ad54
The hack is made possible due to a reentrancy bug (introduced by the use of a crafted token contract) in the depositByAddLiquidity() function, which somehow doubles the credits the hacker is able to claim. The result gains were swapped via PancakeSwap.
Stolen funds were bridged via cBridge and deposited into Tornado Cash mixer:
https://etherscan.io/address/0x94bc1d55…5fcf8f
Incident Report
Protocol Information
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 PARALUNI, these are the critical security checks that could have prevented this incident (March 2022).
- Verify all logic paths related to Other are guarded by proper access controls and input validation
- 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 TrialSources & References
Learn to Prevent the Next PARALUNI
The PARALUNI 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.