Boost _ Folks Finance 33893 - [Smart Contract - Medium] Malicious users can DoS loan creations and d
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 33885 - [Smart Contract - Low] Incorrect prices will be returned if the NodeTyNextBoost _ Folks Finance 33923 - [Smart Contract - Low] Function HubPoolLogicupdateWithWithdraw doesnt
Last updated
Was this helpful?