Submitted by [adlamo](https://twitter.com/a_delamo)_
On RCTreasury, we have the method collectRentUser. This method is public, so anyone can call it using whatever user and whatever timestamp.
So, calling this method using user = XXXXX and _timeToCollectTo = type(uint256).max), would make isForeclosed[user] = true.
See issue page for referenced code
Now, we can do the same for all the users bidding for a specific token.
Finally, I can become the owner of the token by just calling newRental and using a small price. newRental will iterate over all the previous bid and will remove them because there are foreclosed.
Recommend that collectRentUser should be private and create a new public method with onlyOrderbook modifier.
Splidge (Reality Cards) confirmed:
mcplums (Reality Cards) commented:
Splidge (Reality Cards) resolved:
