Paid Network Hack
Incident Overview
External wallet exploited ProxyAdmin contract to mint new tokens and sell them off.
The contract deployer transferred the ownership to an external address through the ProxyAdmin contract by calling the newOwner() function. The external wallet then invoked the mint() function to generate new tokens in his wallet. These tokens were then sold off in a series of transactions.
The transaction of ownership transfer:
https://etherscan.io/tx/0x733dd279…2b33d9
The transaction of minting new tokens:
https://etherscan.io/tx/0x4bb10927…7555a0
The transactions of selling off the tokens:
https://etherscan.io/address/0x18738290…cd65be#tokentxns
The deposit of stolen funds to the Tornado Cash mixer:
https://bloxy.info/txs/calls_from/0x18738290…cd65be?signature_id=994162&smart_contract_address_bin=0x722122df…5b6967
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 Paid Network, these are the critical security checks that could have prevented this incident (March 2021).
- Verify all logic paths related to Infinite Mint and Dump / 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 TrialSecurity Audit History
- Audit Report 1 Report
Proof-of-Concept Exploits
On-Chain Evidence & References
Sources & References
-
01
Source 1 https://rekt.news/paid-rekt/
-
02
Reference https://www.rekt.news/paid-rekt/
Learn to Prevent the Next Paid Network
The Paid 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.