25.md
September 28, 2022 · View on GitHub
Unsafe Ownership Transfer
Description:
Transferring ownership of your contract, e.g. when transferring governance rights or even changing your proxy admin, it’s scary. If you transfer the rights to the wrong account, you are most likely losing the ownership forever.
Remediation:
Use an ACK method for approve the new owner.
References:
https://hackmd.io/@donosonaumczuk/ownership-transfer https://github.com/code-423n4/2021-12-perennial-findings/issues/12