Clean Hemp Barracuda - Front-Runnable maxFee
Reduction
#56
Labels
Sponsor Disputed
The sponsor disputed this issue's validity
maxFee
Reduction
#56
Clean Hemp Barracuda
Medium
Front-Runnable
maxFee
ReductionSummary
Users can reduce the
maxFee
of an existing order, creating a race condition where keepers may execute orders at lower fees than initially promised.point is the placeOrder function. It allows updating an order with a lower maxFee, which might let users reduce fees after keepers have already committed gas. This creates a race
condition where keepers might not get paid adequately, leading to potential
losses.
Root Cause
Code Reference:
Internal Pre-conditions
No response
External Pre-conditions
No response
Attack Path
Scenario:
maxFee = 10 DSU
.10 DSU
.maxFee = 5 DSU
.5 DSU
but spent gas based on10 DSU
.Impact
PoC
No response
Mitigation
newMaxFee ≥ oldMaxFee * 0.9
).The text was updated successfully, but these errors were encountered: