Lucene search
+L

4 matches found

Code423n4
Code423n4
โ€ขadded 2022/06/21 12:0 a.m.โ€ข11 views

getCashPrior == 0 not checked at the end of redeemFresh

Lines of code CNote.solL332 Vulnerability details Impact To ensure that there are no Note tokens in CNote.sol the getCashPrior value should be exactly 0 at the end of every function that transfers tokens in and out of the contract. In the redeemFresh function, the getCashPior value is not checked...

6.9AI score
SaveExploits0
Code423n4
Code423n4
โ€ขadded 2022/06/21 12:0 a.m.โ€ข7 views

In CNote.sol, an attacker can DOS the money lending/debt repay functionalities for everybody

Lines of code Vulnerability details Impact Affected code: https://github.com/Plex-Engineer/lending-market/blob/ab31a612be354e252...

6.8AI score
SaveExploits0
Code423n4
Code423n4
โ€ขadded 2022/06/21 12:0 a.m.โ€ข9 views

In Cnote.sol, anyone can initially become both accountant and admin

Lines of code Vulnerability details Impact Affected code: The function setAccountantContract is supposed to be called after contract initialization, so that the accountant is immediately set. However, this function completely lacks any access control itโ€™s just public so an attacker can monitor th...

6.8AI score
SaveExploits0
Code423n4
Code423n4
โ€ขadded 2022/06/21 12:0 a.m.โ€ข16 views

Functions in CNote.sol are internal instead of external/public

Lines of code Vulnerability details Impact Most of the functions in CNote.sol are internal mutability and have no other locations they are being called. This renders most of the functionalities in the contract to be uncallable. Tools Used Manual review Recommended Mitigation Steps Change to the...

6.9AI score
SaveExploits0
Rows per page
Query Builder