51414 sc high attacker can drain yield by transferring tokens to other address in yield batch distributions
Description
Brief / Intro
function distributeYieldWithLimit(
uint256 totalAmount,
uint256 startIndex,
uint256 maxHolders
) external onlyRole(YIELD_DISTRIBUTOR_ROLE) nonReentrant returns (uint256 nextIndex, uint256 totalHolders, uint256 amountDistributed)Vulnerability Details
Impact Details
References
Proof of Concept
Previous52710 sc low mint burn are blocked when whitelist restrictions are enabledNext50284 sc insight incorrect erc7201 storage implementation in core factory contracts
Was this helpful?