Closed code423n4 closed 1 year ago
https://github.com/code-423n4/2023-01-biconomy/blob/main/scw-contracts/contracts/smart-contract-wallet/SmartAccount.sol#L25
Importing the wrong Interface can lead to unexpected behaviors in the protocol.
Manual
Consider importing the right interface.
gzeon-c4 marked the issue as unsatisfactory: Insufficient quality
Lines of code
https://github.com/code-423n4/2023-01-biconomy/blob/main/scw-contracts/contracts/smart-contract-wallet/SmartAccount.sol#L25
Vulnerability details
Impact
Importing the wrong Interface can lead to unexpected behaviors in the protocol.
Proof of Concept
https://github.com/code-423n4/2023-01-biconomy/blob/main/scw-contracts/contracts/smart-contract-wallet/SmartAccount.sol#L25
Tools Used
Manual
Recommended Mitigation Steps
Consider importing the right interface.