sherlock-audit / 2023-12-dodo-gsp-judging

6 stars 5 forks source link

0xMaroutis - Proxy and upgradable tokens (like TUSD) can cause issues to the protocol #152

Closed sherlock-admin closed 6 months ago

sherlock-admin commented 6 months ago

0xMaroutis

medium

Proxy and upgradable tokens (like TUSD) can cause issues to the protocol

Summary

Tokens whose code and logic can be changed in future can break the protocol and lock user funds.

Vulnerability Detail

The protocol doesn't handle fee-on-transfer/rebasing/deflationary tokens, users will be unable to trade tokens or sell shares due to not enough assets in the contract.

Impact

The protocol will be unable to pay enough tokens to users when users want to swap tokens or sell their shares.

Code Snippet

https://github.com/sherlock-audit/2023-12-dodo-gsp/blob/main/dodo-gassaving-pool/contracts/GasSavingPool/impl/GSPFunding.sol#L92 https://github.com/sherlock-audit/2023-12-dodo-gsp/blob/main/dodo-gassaving-pool/contracts/GasSavingPool/impl/GSPTrader.sol#L40 https://github.com/sherlock-audit/2023-12-dodo-gsp/blob/main/dodo-gassaving-pool/contracts/GasSavingPool/impl/GSPTrader.sol#L79 https://github.com/sherlock-audit/2023-12-dodo-gsp/blob/main/dodo-gassaving-pool/contracts/GasSavingPool/impl/GSPTrader.sol#L122

Tool used

Manual Review

Recommendation

nevillehuang commented 6 months ago

Invalid FOT/rebasing tokens/TUSD not supported by the protocol, as mentioned in the READ.ME.