Submitted by IllIllI, also found by csanuragjain
Users are charged the penalty due to admin actions, and they have no way to avoid it
When claiming their rewards, users are charged a penalty if they take the reward directly, rather than by passing it into the auraLocker. Those are the only two options:
AuraBalRewardPool.sol#L176-L186
If the pool has been shut down, the auraLocker.lock() call will always revert, which means the user must take the penalty path:
AuraLocker.sol#L258-L260
Dont charge the penalty if the locker has been shut down.
0xMaharishi (Aura Finance) acknowledged, but disagreed with severity and commented:
