Lucene search
+L

1 matches found

Code423n4
Code423n4
added 2022/08/15 12:00 a.m.12 views

delegated value can go to negative value during subtracting with amount. This will cause issue when delegating amount again.

Lines of code Vulnerability details Impact re-delegating / delegating again could not get actual delegated value. Proof of Concept Tools Used Manual code review. VS code Recommended Mitigation Steps update delegated value to zero when it goes to negative value ifdelegated 0 delegated = 0; --- The...

7AI score
SaveExploits0
Rows per page
Query Builder