Lucene search
+L

1 matches found

Code423n4
Code423n4
added 2023/04/28 12:0 a.m.11 views

Inception can be set into the future due to unsafe cast in RRUtils.serialNumberGte()

Lines of code Vulnerability details Proof of Concept RRUtils.serialNumberGte will use an unsafe signed cast which allows inceptions to be set to values bigger than int32 without any revert taking place. The function will cast i1 and i2 from uint32 to int32 in an unchecked block, and then it will...

6.6AI score
SaveExploits0
Rows per page
Query Builder