FileSystemVideo Hack
Incident Overview
The contract deployer of FSV token invoked addMinter() to grant the external address with the privileged function to mint new tokens:
https://bscscan.com/tx/0x974c0eb7…79cdc6
0x6a6296c4…cf2E43 minted tokens to the 0x746cE483…7C12b3 address.
The stolen funds' recipient was the following address:
https://bscscan.com/address/0x4c64068f…e4b15f#tokentxns
Funds were deposited into Tornado Cash mixer:
https://bscscan.com/tx/0x3fdc3cfc…8c4c9d
https://bscscan.com/tx/0xf5af061f…efb7eb
https://bscscan.com/tx/0x815b2fef…081e40
https://bscscan.com/tx/0x7534b238…79677b
https://bscscan.com/tx/0x6b84ff0b…fa15dd
https://bscscan.com/tx/0x14302cf6…c787b8
https://bscscan.com/tx/0x41156139…9fb17e
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 FileSystemVideo, these are the critical security checks that could have prevented this incident (February 2022).
- 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 TrialSources & References
Learn to Prevent the Next FileSystemVideo
The FileSystemVideo 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.