3 matches found
VaderPoolV2 minting synths & fungibles can be frontrun
Handle cmichel Vulnerability details The VaderPoolV2 mintFungible and mintSynth functions perform an unsafe nativeAsset.safeTransferFromfrom, addressthis, nativeDeposit with a parameter-specified from address. Note that these functions are not called by the Router, they are directly called on the...
VaderPoolV2 minting synths & fungibles can be frontrun
Handle cmichel Vulnerability details The VaderPoolV2 mintFungible and mintSynth functions perform an unsafe nativeAsset.safeTransferFromfrom, addressthis, nativeDeposit with a parameter-specified from address. Note that these functions are not called by the Router, they are directly called on the...
Vault Weight accounting is wrong for withdrawals
Handle @cmichelio Vulnerability details Vulnerability Details When depositing two different synths, their weight is added to the same mapMemberweightmember storage variable. When withdrawing the full amount of one synth with processWithdrawsynth, member, basisPoints=10000 the full weight is...