Sparkn

CodeFox Inc.
DeFiFoundryProxy
15,000 USDC
View results
Submission Details
Severity: medium

Centralization Risk for trusted owners

Summary

Centralization Risk for trusted owners

Vulnerability Details

Contracts have owners with privileged rights to perform admin tasks and need to be trusted to not perform malicious updates or drain funds.

Impact

Instances (4):

File: src/ProxyFactory.sol
37: contract ProxyFactory is Ownable, EIP712 {
81: constructor(address[] memory _whitelistedTokens) EIP712("ProxyFactory", "1") Ownable() {
184: ) public onlyOwner returns (address) {
211: ) public onlyOwner {

37, 81, 184, 211

Tools Used

Personal bot

Recommendations

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.