Platypus Hack Analysis

Shashank
SolidityScan
Published in
2 min readAug 3, 2023

--

Overview:

On July 12, 2023, Platypus suffered an attack on the Ethereum chain, due to a business logic issue leading to a loss of ~51K USD.

Smart Contract Hack Overview:

Fig: Attack Transaction

Decoding the Smart Contract Vulnerability:

  • The main cause of the problem lies in the calculation of liquidity conversion for LP-USDC, which is flawed.
  • When exchanging USDC for USDC.e, the calculation for determining the quantity of USDC.e becomes unreasonably large.
  • Within the _deposit function, calling asset.addLiability() contributes to an increase in the asset.liability() parameter.
  • As a consequence, during the withdrawFrom process, the hacker is able to withdraw a greater amount of USDC.e than what was initially deposited as USDC.
Fig: The root cause of the vulnerability

Mitigation and Best Practices:

  • Always validate your code by writing comprehensive test cases that cover all the possible business logic.
  • To prevent such vulnerabilities, the best Smart Contract auditors must examine the Smart Contracts for logical issues. We at CredShields provide smart contract security and end-to-end security of web applications and externally exposed networks. Schedule a call at https://credshields.com/
  • Scan your Solidity contracts against the latest common security vulnerabilities with 130+ detections at SolidityScan.
SolidityScan — Smart Contract Vulnerability Scanner

Conclusion:

SolidityScan is an advanced smart-contract scanning tool that discovers vulnerabilities and reduces risks in code. Request a security audit with us, and we will help you secure your smart contracts. Signup for a free trial at https://solidityscan.com/signup

Follow us on our Social Media for Web3 security-related updates.
SolidityScan — LinkedIn | Twitter | Telegram | Discord

--

--