Price Calculation Overflows
_smoothed_price()
function uses multiplication and division without safe math checks:
If block.timestamp - self.last_update
is too large, this multiplication can overflow.
An overflow can cause incorrect price values, leading to miscalculations in DeFi integrations.
Use SafeMath or overflow-resistant calculations.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.