Submitted by csanuragjain, also found by 0xf15ers and gzeon
https://github.com/Plex-Engineer/lending-market/blob/755424c1f9ab3f9f0408443e6606f94e4f08a990/contracts/CNote.sol#L129
It was observed that in repayBorrowFresh function, User is asked to send repayAmount instead of repayAmountFinal. This can lead to loss of user funds as user might be paying extra
Revise CNote.sol#L129 to below:
tkkwon1998 (Canto) confirmed
Alex the Entreprenerd (judge) decreased severity to Medium and commented:
