Boost _ Folks Finance 33546 - [Smart Contract - Medium] Adversaries can manipulate victims stable ra
Description
Description
File: /contracts/hub/LoanManagerState.sol
struct UserLoanBorrow {
uint256 amount; // excluding interest
uint256 balance; // including interest
uint256 lastInterestIndex;
uint256 stableInterestRate; // defined if stable borrow
uint256 lastStableUpdateTimestamp; // defined if stable borrow
uint256 rewardIndex;
}Impact
Rationale for severity
Recommended Mitigations
Proof of concept
Proof-of-Concept
PreviousBoost _ Folks Finance 33542 - [Smart Contract - Medium] Attacker can create loan before users tx isNextBoost _ Folks Finance 33566 - [Smart Contract - Low] RepayWithCollateral will almost always fail in
Last updated
Was this helpful?