Lucene search
+L

2 matches found

Code423n4
Code423n4
added 2022/03/02 12:0 a.m.11 views

adminAccountMigration() Does Not Update buyPrice.seller

Lines of code Vulnerability details Impact The adminAccountMigration function is called by the operator role to update all sellers' auctions. The auction.seller account is updated to the new address, however, the protocol fails to update buyPrice.seller. As a result, the protocol is put in a...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2022/03/01 12:0 a.m.13 views

NFTMarketReserveAuction: After calling adminAccountMigration to update auction.seller, other users cannot buy the NFT even before bidding starts.

Lines of code Vulnerability details Impact The adminAccountMigration function will update auction.seller to newAddress. Consider the following situation: 1. User A calls the setBuyPrice function and the createReserveAuction function to set the buy price and start the auction for his NFT. 2. The...

6.8AI score
SaveExploits0
Rows per page
Query Builder