code-423n4 / 2023-05-caviar-mitigation-contest-findings

0 stars 0 forks source link

Mitigation Confirmed for M-11 #43

Open code423n4 opened 1 year ago

code423n4 commented 1 year ago

Adding the msg.sender to the deterministic address calculation completely negates any potential reorg or frontrunning attacks as other attackers cannot have the same address as the original sender. Then the probability of them getting the same address with frontrunning or a reorg becomes 2^256. So exploits of those sorts are practically impossible after the mitigation.

c4-judge commented 1 year ago

GalloDaSballo marked the issue as satisfactory