57806 sc low staking graph argument bounds are incorrectly defined
Description
Brief/Intro
Vulnerability Details
int256 private constant DELTA_MAX = int256(2**DELTA_BITS - 1)-1;
int256 private constant DELTA_MIN = -int256(2**DELTA_BITS - 1);
int256 private constant PRODUCT_MAX = int256(2**PRODUCT_BITS - 1)-1;
int256 private constant PRODUCT_MIN = -int256(2**PRODUCT_BITS - 1);Impact Details
Proof of Concept
Previous57969 sc insight lack of incentive to liquidate small positions can cause the system to accumulate bad debtNext57447 sc high untracked myt outflows inflate tvl causing liquidation suppression
Was this helpful?