You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Function rescueToken in CvxStakingProxy should validate that _to is not empty (0x0) so tokens will not be lost (burned). Function setStakingContract in CvxLocker should validate that _staking is not empty.
Recommended Mitigation Steps
Consider implementing suggested validations.
The text was updated successfully, but these errors were encountered:
Handle
pauliax
Vulnerability details
Impact
Function rescueToken in CvxStakingProxy should validate that _to is not empty (0x0) so tokens will not be lost (burned). Function setStakingContract in CvxLocker should validate that _staking is not empty.
Recommended Mitigation Steps
Consider implementing suggested validations.
The text was updated successfully, but these errors were encountered: