In the _depositIntoEscrow
function, the contract uses transferFrom
instead of safeTransferFrom
when transferring ERC721 tokens. This is a significant vulnerability that can lead to permanent loss of tokens as the unsafe transfer can silently fail.
Lack of Safety Checks: transferFrom
does not perform checks to ensure the receiving address can handle ERC721 tokens, potentially leading to unintended behavior or loss of assets.
Manual Review
Please, do not suppose impacts, think about the real impact of the bug and check the CodeHawks documentation to confirm: https://docs.codehawks.com/hawks-auditors/how-to-determine-a-finding-validity A PoC always helps to understand the real impact possible.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.