Submitted by IllIllI
The admin may fat-finger a change, or be malicious, and have the weights be extreme - ranging from zero to type(uint256).max, which would cause the booster to pay out unexpected amounts
No bounds checks in the update function:
https://github.com/code-423n4/2022-05-vetoken/blob/2d7cd1f6780a9bcc8387dea8fecfbd758462c152/contracts/VeTokenMinter.sol#L41-L46
The value is used by the reward contract to determine how much to mint:
https://github.com/code-423n4/2022-05-vetoken/blob/2d7cd1f6780a9bcc8387dea8fecfbd758462c152/contracts/Booster.sol#L598-L611
Wrong values will lead to excessive inflation/deflation.
Have sane upper/lower limits on the values.
solvetony  (veToken Finance) confirmed, but disagreed with severity and commented:
Alex the Entreprenerd (judge) commented:
