Closed sherlock-admin closed 1 year ago
phenom
medium
Not protecting functions with transfer hooks using a reentrancy guard can expose the protocol to read-only reentrancy vulnerabilities.
Instances (1):
File: LiqBorrowingMan/abstract/ApproveSwapAndPay.sol 190: IERC20(token).safeTransferFrom(payer, recipient, value);
phenom
medium
Missing Reentrancy Guard in Functions with Transfer Hooks
[M-3] Missing Reentrancy Guard in Functions with Transfer Hooks
Impact:
Not protecting functions with transfer hooks using a reentrancy guard can expose the protocol to read-only reentrancy vulnerabilities.
Instances (1):