The MultiSigWallet.submitTransaction
function allows owners to create transactions that will later be executed upon approval. However, it does not check if the contract has enough ETH to execute the transaction
.
This means that users can submit and approve transactions with a high _value
, only for them to fail later during execution due to insufficient contract balance. Since executeTransaction
does not revalidate the contract’s balance before attempting to send ETH, this issue leads to wasted user approvals and gas fees.
Additionally, the contract has no built-in way to remove failed transactions, potentially clogging the system with unexecutable entries
.
Execution failure: Transactions that exceed the contract's balance will be recorded, approved, and then fail upon execution, wasting gas and approvals.
User confusion: Owners may approve transactions that look valid but will ultimately fail, reducing trust in the system.
manual
There is no checking here
Please read the CodeHawks documentation to know which submissions are valid. If you disagree, provide a coded PoC and explain the real likelihood and the detailed impact on the mainnet without any supposition (if, it could, etc) to prove your point.
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.