2 matches found
Improper Authorization
@uniswap/universal-router is vulnerable to Improper Authorization. The vulnerability exists due to the mishandling of reentrancy, which allows an attacker to steal funds...
No reentrancy guards on functions using .call
Handle jayjonah8 Vulnerability details Impact In BridgeMinter.sol the migrateToNewMinter and withdrawETHToL1Migrator both use the .call function without adding reentrancy guard modifiers to the functions. This is important when using .call as functions can be reentered before execution is complet...