31281 - [SC - Low] Approved spender cannot withdraw or merge
Description
Brief/Intro
Vulnerability Details
function merge(uint256 _from, uint256 _to) external {
...SNIP...
_burn(_from, value0);
_depositFor(_to, value0, end, _locked1.maxLockEnabled, _locked1, DepositType.MERGE_TYPE);
}Note
Recommendation
Impact Details
References
Proof of Concept
Previous31280 - [SC - Critical] Malicious user can mint unlimited flux tokensNext31284 - [SC - Insight] cancel should allow to cancel the proposal of t...
Last updated
Was this helpful?