Lucene search
+L

2 matches found

Code423n4
Code423n4
added 2023/02/07 12:0 a.m.9 views

ABI mismatch when calling initialize function

Lines of code Vulnerability details Impact This is the initialize function of contract Vault. It has 5 parameters. function initialize IERC20 asset, IERC4626 adapter, VaultFees calldata fees, address feeRecipient, address owner external initializer But when calling this function in VaultControlle...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2023/02/07 12:0 a.m.13 views

Unsafe token transfer in MultiRewardStaking and VaultController contracts

Lines of code Vulnerability details Impact The vulnerability in the MultiRewardStaking and VaultController contracts lies in the usage of the transfer and transferFrom functions, which does not provide the safety checks for the transfer of tokens, especially since the reward token can have...

7.1AI score
SaveExploits0
Rows per page
Query Builder