Lucene search
+L

2 matches found

Code423n4
Code423n4
added 2023/02/20 12:00 a.m.10 views

LinearDistributor.declareReward can revert due to dependency of balance

Lines of code Vulnerability details Impact LinearDistributor.declareReward will revert and it can cause permanent DOS. Proof of Concept In LinearDistributor.declareReward, if the balance is greater than the bufferRequirement, the rest will be forfeited. if balance bufferRequirement // We have mor...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2023/02/18 12:00 a.m.13 views

LinearDistributor.declareReward: previouslyVested may update incorrectly, which will cause some rewards to be lost

Lines of code Vulnerability details Impact In LinearDistributor.declareReward , distributed represents the reward to distribute and is calculated using netVestcurrentlyVested - previouslyVested. At the same time, distributed cannot exceed balance, which means that if balance linearBondedValue...

6.9AI score
SaveExploits0
Rows per page
Query Builder