Closed c4-bot-2 closed 9 months ago
https://github.com/code-423n4/2024-02-althea-liquid-infrastructure/blob/bd6ee47162368e1999a0a5b8b17b701347cf9a7d/liquid-infrastructure/contracts/LiquidInfrastructureERC20.sol#L418
nft can be lost if sent to a zero address
manual
zero address check before the transfer of nft
ERC721
0xRobocop marked the issue as duplicate of #758
0xRobocop marked the issue as insufficient quality report
0xA5DF marked the issue as unsatisfactory: Out of scope
Lines of code
https://github.com/code-423n4/2024-02-althea-liquid-infrastructure/blob/bd6ee47162368e1999a0a5b8b17b701347cf9a7d/liquid-infrastructure/contracts/LiquidInfrastructureERC20.sol#L418
Vulnerability details
Impact
nft can be lost if sent to a zero address
Tools Used
manual
Recommended Mitigation Steps
zero address check before the transfer of nft
Assessed type
ERC721