code-423n4 / 2023-05-asymmetry-mitigation-findings

2 stars 2 forks source link

Mitigation Confirmed for M-01 #14

Closed code423n4 closed 1 year ago

code423n4 commented 1 year ago

Fixes look good. The root issue was precision loss due to multiplication before division. This has been addressed in both reth.sol and sfrxETH.sol by changing order of operation to multiply before dividing. Notably there are no occurrences of this issue in wstETH.sol or safETH.sol

c4-judge commented 1 year ago

Picodes marked the issue as nullified