Submitted by WatchPug, also found by JMukesh, peritoflores, and whilom
Pausable.sol#L65-L68
A malicious or compromised pauser can call pause() and renouncePauser() to brick the contract and all the funds can be frozen.
Given:
As a result, most of the contracts methods are now unavailable, and this cannot be reversed even by the owner.
Consider removing renouncePauser(), or requiring the contract not in paused mode when renouncePauser().
ankurdubey521 (Biconomy) confirmed and commented:
pauliax (judge) commented:
