Lower-threshold procedures in a multisig can lead to draining the account
- Dominant language
- Rust
- Stars
- 132
- Forks
- 167
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 110
Description
> I think there is a potential attack vector for multisigs that support lower thresholds for some procedures. Specifically, let's say it is a 2-of-3 multisig, but one of the actions requires 1-of-3 signature. With such a setup, any one of the signers would potentially drain the account by providing bogus conversion info (the attacker wouldn't get the funds since they would be paid as fees, but the account would be drained).
>
> One potential solution is to this is to have a multisig account configure max_fee for low-threshold actions, but it also has some downsides.
posted by @bobbinth in https://github.com/0xMiden/protocol/pull/3303#discussion_r3606445400
Contributor guide
Assessment
This issue has not been assessed yet.