-
# Handle
0xRajeev
# Vulnerability details
## Impact
The protocol admin defined in MapleGlobals can pause/unpause all important functionalities of the protocol. This critical operation of admin st…
-
# Handle
0xRajeev
# Vulnerability details
## Impact
An admin of a Loan can pause/unpause the fundLoan operation along with the borrower. This critical operation of admin status change in setAdmin…
-
# Handle
0xRajeev
# Vulnerability details
## Impact
Function _isValidGovernorOrAdmin() is not about pause/unpause but about msg.sender being valid Governor or Admin, which is used by pause()/unpa…
-
# Handle
0xRajeev
# Vulnerability details
## Impact
The error message string for the require statement on L160 of LoanFactory.sol incorrectly uses PoolFactory as the source contract for this mess…
-
# Handle
0xRajeev
# Vulnerability details
## Impact
Function _isValidGovernor() is not about pause/unpause but about msg.sender being valid Governor, which is used by setAdmin/setGlobals in PoolF…
-
# Handle
0xRajeev
# Vulnerability details
## Impact
Function _isValidGovernorOrAdmin() is not about pause/unpause but about msg.sender being valid Governor or Admin, which is used by pause()/unpa…
-
# Handle
0xRajeev
# Vulnerability details
## Impact
Function whenProtocolNotPaused() is not about msg.sender eligibility to pause/unpause but about checking if protocol is unpaused or not in Loan…
-
# Handle
0xRajeev
# Vulnerability details
## Impact
An admin of a Pool can call claim() and setLiquidytCap() along with the Pool Delegate. This critical operation of admin status change in setAdm…
-
# Handle
0xRajeev
# Vulnerability details
## Impact
Function whenProtocolNotPaused() is not about msg.sender eligibility to pause/unpause but about checking if protocol is unpaused or not in Pool…
-
# Handle
WatchPug
# Vulnerability details
In `MapleLoanInternals.sol#_getCollateralRequiredFor`, when `principal_ drawableFunds_ ? principal_ - drawableFunds_ : uint256(0))) / principalRequested_…