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
OSV
OSV
added 2018/07/20 12:29 a.m.6 views

CVE-2018-14439

espritblock eos4j, an unofficial SDK for EOS, through 2018-07-12 mishandles floating-point numbers with more than four digits after the decimal point, which might allow attackers to trigger currency transfers of unintended amounts...

7.5CVSS5.8AI score0.01033EPSS
SaveExploits1References2
Rows per page
Query Builder