Closed code423n4 closed 2 years ago
Funen
The user's that had been deploy the contract will got zero address
https://github.com/code-423n4/2022-01-trader-joe/blob/main/contracts/RocketJoeFactory.sol#L53-L61 This contract was using address to check that Addresses can't be zero address
E.g. : https://github.com/code-423n4/2022-01-trader-joe/blob/main/contracts/RocketJoeStaking.sol this wasnt check that addresses not zero address
Manual Review
Duplicate of #266
Handle
Funen
Vulnerability details
Impact
The user's that had been deploy the contract will got zero address
Proof of Concept
https://github.com/code-423n4/2022-01-trader-joe/blob/main/contracts/RocketJoeFactory.sol#L53-L61 This contract was using address to check that Addresses can't be zero address
E.g. : https://github.com/code-423n4/2022-01-trader-joe/blob/main/contracts/RocketJoeStaking.sol this wasnt check that addresses not zero address
Tools Used
Manual Review