Lucene search
+L

1 matches found

Code423n4
Code423n4
added 2023/08/04 12:00 a.m.10 views

The Asset.lotPrice doubles the oracle timeout in the worst case

Lines of code Vulnerability details When the tryPrice function revert, for example oracle timeout, the Asset.lotPrice will use a decayed historical value: uint48 delta = uint48block.timestamp - lastSave; // s if delta = oracleTimeout + priceTimeout return 0, 0; // no price after full timeout else...

6.8AI score
SaveExploits0
Rows per page
Query Builder