SSPF Hack
Incident Overview
On Jan 5, 2023, the team behind the SSPF Token token executed a rug pull, resulting in a loss of funds worth $126k USD.
The attack on the SSPF Token token involved the token contract deployer manipulating the liquidity pool by removing liquidity from the pair contract and selling a large quantity of tokens on the market. This resulted in a rapid drop in the token's price by approximately 90%. The deployer took advantage of their ability to manipulate the liquidity pool and market to execute a rug pull, effectively stealing funds from investors.
The exploit highlights the importance of careful token contract design and the need for investors to perform due diligence before investing in new projects.
Deployer:
https://bscscan.com/address/0xe0b0b714…995952
Example TX of sales:
https://bscscan.com/token/0x75b695ee…15ab14?a=0x24cc2fb8…794289
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 SSPF, these are the critical security checks that could have prevented this incident (January 2023).
- 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 SSPF
The SSPF 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.