Boost _ Folks Finance 33609 - [Smart Contract - Medium] Account creation can be frontrun making the
Description
Brief/Intro
Vulnerability Details
SpokeCommon.sol
function createAccount(
Messages.MessageParams memory params,
@> bytes32 accountId,
bytes32 refAccountId
) external payable nonReentrant {
_doOperation(params, Messages.Action.CreateAccount, accountId, abi.encodePacked(refAccountId));
}Impact Details
References
Recommendation
Proof of concept
Proof of Concept
PreviousBoost _ Folks Finance 33596 - [Smart Contract - Low] Incorrect rounding direction in HubPoolLogicupdNextBoost _ Folks Finance 33611 - [Smart Contract - Medium] Adversary can perform a DoS on users createL
Last updated
Was this helpful?