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
In the following code content, the error handling of x.bankKeeper.SendCoins is missing, which will result in a malicious lender being able to set the loan status to Approve without cost, and the borrower will not receive any funds.
Impact
a malicious lender being able to set the loan status to Approve without cost, and the borrower will not receive any funds.
Likelihood
This attack can be done by any user who does not have sufficient balance.
Sorry for using github to report this issue, as I didn't find your security channle and all the effective ways to report it at that time. However, I have observed that your main-net was not online at that time, so reported the issue via github. Hope you don't mind.
The text was updated successfully, but these errors were encountered:
Credit : HelloBloc
@clpi
Description
In the following code content, the error handling of
![image](https://user-images.githubusercontent.com/21294029/210148977-8cef6511-0fda-4eb8-82a0-623e2c7709d6.png)
x.bankKeeper.SendCoins
is missing, which will result in a maliciouslender
being able to set the loan status to Approve without cost, and theborrower
will not receive any funds.Impact
a malicious
lender
being able to set the loan status to Approve without cost, and theborrower
will not receive any funds.Likelihood
This attack can be done by any user who does not have sufficient balance.
Related-Links
Related-Code
REF
Ethics
Sorry for using github to report this issue, as I didn't find your security channle and all the effective ways to report it at that time. However, I have observed that your main-net was not online at that time, so reported the issue via github. Hope you don't mind.
The text was updated successfully, but these errors were encountered: