code-423n4 / 2021-12-vader-findings

0 stars 0 forks source link

Lack of check of inputs in StakingRewards #128

Open code423n4 opened 2 years ago

code423n4 commented 2 years ago

Handle

0x1f8b

Vulnerability details

Impact

Lead major error because the inputs was not checked.

Proof of Concept

Some methods of the different contracts in the project do not properly check the arguments, which can lead to major errors. Below we list the most significant examples.

Tools Used

Manual review

Recommended Mitigation Steps

Add some input validation