Closed sherlock-admin closed 1 year ago
Escalate for 1 USDC
Duplicate of #108
Escalate for 1 USDC
Duplicate of #108
You've created a valid escalation for 1 USDC!
To remove the escalation from consideration: Delete your comment. To change the amount you've staked on this escalation: Edit your comment (do not create a new comment).
You may delete or edit your escalation comment anytime before the 48-hour escalation window closes. After that, the escalation becomes final.
Escalation accepted
Escalation accepted
This issue's escalations have been accepted!
Contestants' payouts and scores will be updated according to the changes made on this issue.
bin2chen
medium
Auction#reservePrice maybe less than required
Summary
Auction#reservePrice without the addition of the initiatorFee, maybe less than required
Vulnerability Detail
The auction will pay a #initiatorFee when paying, but the fee is not added to #reservePrice when creating auction, so when cancel, the price will not enough
Impact
can't clear all lienToken
Code Snippet
https://github.com/sherlock-audit/2022-10-astaria/blob/main/lib/astaria-gpl/src/AuctionHouse.sol#L276
Tool used
Manual Review
Recommendation
Duplicate of #199