Submitted by SmartSek, also found by ch13fd357r0y3r
Compromised owner can withdraw() entire balance of VeTokenMinter.sol to any other account.
https://github.com/code-423n4/2022-05-vetoken/blob/2d7cd1f6780a9bcc8387dea8fecfbd758462c152/contracts/VeTokenMinter.sol#L77-L81
The owner can choose any _destination and _amount to send funds to with no delay or limit.
These funds could be used to call Booster.deposit() and then Booster.withdraw()(withdraw) the equivalent in lptoken.
Consider implementing a timelock on VeTokenMinter.withdraw() and changing the destination to an address that owner has no control over.
Example of similar issues illustrating the severity of the finding can be found here (H-09).
solvetony (veToken Finance) acknowledged and commented:
Alex the Entreprenerd (judge) decreased severity to Medium and commented:
