Boost _ Folks Finance 34161 - [Smart Contract - Medium] Denial of Service via Front-Running in Loan
Description
Brief/Intro
Vulnerability Details
function createLoanAndDeposit(
Messages.MessageParams memory params,
bytes32 accountId,
bytes32 loanId,
uint256 amount,
uint16 loanTypeId,
bytes32 loanName
) external payable nonReentrant {
_doOperation(
params,
Messages.Action.CreateLoanAndDeposit,
accountId,
amount,
abi.encodePacked(loanId, poolId, amount, loanTypeId, loanName)
);
}Impact Details
References
Proof of concept
Proof of Concept
PreviousBoost _ Folks Finance 34158 - [Smart Contract - Low] NodeManagersupportsInterface returns false forNextBoost _ Folks Finance 34169 - [Smart Contract - Low] Potential revert in PythNode library due to inc
Last updated
Was this helpful?