Kper Network Hack
Incident Overview
The contract deployer invoked setGovernance() function at:
https://etherscan.io/tx/0xecaf79cf…5ede79
The value in the transaction was the external address, which was privileged to use such functions as mint():
https://etherscan.io/tx/0x138d8e6a…94b3e1
https://etherscan.io/tx/0x47f53a6a…48b29c
The minted tokens were sold by the external wallet at:
https://etherscan.io/tx/0xb4a01b32…a042d6
https://etherscan.io/tx/0xa4bd2c5b…ce57e1
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 Kper Network, these are the critical security checks that could have prevented this incident (October 2020).
- Verify all logic paths related to Rugpull 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 TrialSecurity Audit History
- Audit Report 1 Report
Sources & References
-
01
Source 1 http://kper.network/
Learn to Prevent the Next Kper Network
The Kper Network 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.