Impact
Wrong using of collectionL1 address, leads to always proceed _withdrawFromEscrow function wrongly.
Tools Used
Recommendations
use _verifyRequestAddresses under cancelRequest and use the return address from _verifyRequestAddresses under _withdrawFromEscrow.
Also check for zero address for collectionL1 address.