30906 - [SC - Critical] Voterpoke can be called at will leading to a us...
Description
Brief/Intro
Vulnerability Details
...
_reset(_tokenId);
uint256 _poolCnt = _poolVote.length;
uint256 _totalVoteWeight = 0;
uint256 _totalWeight = 0;
for (uint256 i = 0; i < _poolCnt; i++) {
_totalVoteWeight += _weights[i];
}
IFluxToken(FLUX).accrueFlux(_tokenId);
...Impact Details
References
Proof of Concept
Previous30898 - [SC - Critical] Call the deposit function before the distribute...Next30910 - [SC - High] Processing of voting results is not implemented...
Last updated
Was this helpful?