Lucene search
+L

2 matches found

Code423n4
Code423n4
added 2021/11/15 12:0 a.m.12 views

TWAPOracle.getRate does not scale the ratio

Handle cmichel Vulnerability details The TWAPOracle.getRate function simply performs an integer division to compute the rate. function getRate public view returns uint256 result uint256 tUSDInUSDV = consultUSDV; uint256 tUSDInVader = consultVADER; // @audit shouldn't this scale by 1e18 first?...

6.9AI score
SaveExploits0
Exploit DB
Exploit DB
added 2015/12/16 12:0 a.m.30 views

Wireshark - getRate Stack Out-of-Bounds Read

Source: https://code.google.com/p/google-security-research/issues/detail?id=641 The following crash due to a stack-based out-of-bounds memory read can be observed in an ASAN build of Wireshark current git master, by feeding a malformed file to tshark "$ ./tshark -nVxr /path/to/file": --- cut ---...

5.3AI score
SaveExploits0
Rows per page
Query Builder