The StabilityPool contract does not have the function of accepting ETH, which makes the endAuction and buyBackNFT functions in NFTLiquidator invalid.
From these two codes, we can see that stabilityPool needs to receive ETH, but the function of receiving ETH is not implemented in the stabilityPool.sol contract.
StabilityPool cannot accept ETH, causing the purchase and bidding nft logic in NFTLiquidator to fail to execute normally.
Manual review
Add the receive() function to the StabilityPool.sol contract:
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.