Open code423n4 opened 3 years ago
pants
The function __UToken_init can be frontrun. We recommend adding an initializer owner which only it allowed to call such functions, instead of the current _admin there.
Not sure whether frontrunning is Low / Medium risk.
Agree given the specifics of the sponsor, downgrading to low as the mitigation is to re-deploy
Handle
pants
Vulnerability details
The function __UToken_init can be frontrun. We recommend adding an initializer owner which only it allowed to call such functions, instead of the current _admin there.
Not sure whether frontrunning is Low / Medium risk.