PriceAggregator#getPriceBTC() and PriceAggregator#getPriceETH() could revert due to high volatility in collateral tokens, potentially leading to frozen liquidations and causing further damage to the protocol.
Mitigation
commit 8e3231d
The mitigation removed the whole stablecoin framework: /stablecoin, /price_feed, WBTC/WETH collateral, PriceAggregator, price feeds and USDS.
The original issue was resolved since the flaw function has also been removed.
Lines of code
Vulnerability details
Comments
PriceAggregator#getPriceBTC()
andPriceAggregator#getPriceETH()
could revert due to high volatility in collateral tokens, potentially leading to frozen liquidations and causing further damage to the protocol.Mitigation
commit 8e3231d The mitigation removed the whole stablecoin framework: /stablecoin, /price_feed, WBTC/WETH collateral, PriceAggregator, price feeds and USDS. The original issue was resolved since the flaw function has also been removed.
Conclusion
Confirmed