You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In all three contracts (RCFactory, RCOrderbook and RCTreasury) in order to apply or execute important changes/functionalities, you need to be the uberOwner.
In order to change the uberOwner, you would execute the following method:
Handle
a_delamo
Vulnerability details
Impact
In all three contracts (
RCFactory
,RCOrderbook
andRCTreasury
) in order to apply or execute important changes/functionalities, you need to be theuberOwner
.In order to change the
uberOwner
, you would execute the following method:If the wrong address would be introduced, it would make the contract unusable.
Recommended Mitigation Steps
I would recommend using a two steps process. This way we would protect for human errors.
The text was updated successfully, but these errors were encountered: