2 matches found
InvestorDistribution uses setAdmin anti-pattern
Handle elprofesor Vulnerability details Impact InvestorDistriubtion.sol uses a setAdmin function which directly sets privileged user accounts to a set value. If this function is used incorrectly or by accident, the admin user may be lost or set to a malicious account. Recommended Mitigation Steps...
6.8AI score
SaveExploits0
Main Swap.sol does not implement transfer-accept ownership pattern
Handle elprofesor Vulnerability details Impact Swap.sol inherits ownerpausable which inherits from Open Zep Ownable. This ownable contract allows for the transfer of ownership without validating that own address is a valid address in control of some expected recipient. If this function is used...
6.9AI score
SaveExploits0
20