#43135 [BC-High] `epilogue_gas_payer` Silently Drops Excess Storage Fee Refunds Under Governed Gas Pool
Description
Summary
Vulnerability Details
Location
} else if (amount_to_burn < storage_fee_refunded) { let mint_amount = storage_fee_refunded - amount_to_burn; if (!features::governed_gas_pool_enabled()) { transaction_fee::mint_and_refund(gas_payer, mint_amount); } // No refund when governed_gas_pool_enabled() is true };
Description
Impact
Recommended Mitigation
Proof of Concept
Previous#43114 [BC-Critical] attackers can cause total shutdown network by exploiting missing of blob size check in da lightnodeNext#43136 [BC-High] Multiple transactions sent by the same account in the same block timeframe can get stuck in the TranactionPipe core_mempool
Was this helpful?