Lucene search
+L

2 matches found

Code423n4
Code423n4
added 2022/01/05 12:0 a.m.10 views

Missing noreentrant modifier on merge() and updateDistribution(), can reenter from the _lock()

Handle Fitraldys Vulnerability details Impact A user can call lock that will call lock, that eventually will call safeMint, the safeMint function will make an external call to the destination address through checkOnERC721Received, and since the merge and updateDistribution didnt have noreentrant...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2021/05/12 12:0 a.m.9 views

Potential reentrancy in the swapTo function of NFTXVaultUpgradeable

Handle shw Vulnerability details Impact The swapTo function in the NFTXVaultUpgradeable contract should use the modifier nonReentrant to prevent reentrancy, which could happen when a user receives an NFT and calls the swapTo function again in the onERC721Received or onERC1155Received functions he...

6.8AI score
SaveExploits0
Rows per page
Query Builder