Submitted by 0xkazim, also found by BRONZEDISC, markus_ether, Auditwolf, Hama, okolicodes, R-Nemes, kodyvim, nadin, MohammedRizwan, dacian, and niki
The chainlinkOracle.sol contract specially the getChainlinkPrice function using the aggregator v2 and v3 to get/call the latestRoundData. the function should check for the min and max amount return to prevent some case happen, something like this:
https://solodit.xyz/issues/missing-checks-for-chainlink-oracle-spearbit-connext-pdf 
https://solodit.xyz/issues/m-16-chainlinkadapteroracle-will-return-the-wrong-price-for-asset-if-underlying-aggregator-hits-minanswer-sherlock-blueberry-blueberry-git
If a case like LUNA happens then the oracle will return the minimum price and not the crashed price.
The function getChainlinkPrice:
The function did not check for the min and max price.
Some check like this can be added to avoid returning of the min price or the max price in case of the price crashes.
sorrynotsorry (Lookout) commented:
alcueca (Judge) commented:
 ElliotFriedman (Moonwell) acknowledged
