69540 sc insight missing return value on withdraw and missing view function for withdrawable amount
Description
Brief/Intro
Vulnerability Details
Issue 1: withdraw returns nothing
function withdraw(uint8 stakeIndex) external nonReentrant {
_withdraw(stakeIndex);
}Issue 2: No view function for withdrawable amount
Impact Details
References
Proof of Concept
Previous69966 sc low cannot revoke migration permit after role revocation stale permits re activate on re grant Next69097 sc low broken migration permit revocation allows a re authorized migrator to transfer user principal and rewards without fresh consent
Was this helpful?