28688 - [SC - Insight] Unhandled Failure of _executeTransaction Call i...
Description
Brief/Intro
Vulnerability Details
function _executeTransaction(address target, bytes calldata callData) internal returns (bool, bytes memory) {
// slither-disable-next-line arbitrary-send-eth
return target.call(callData);
}Impact Details
Mitigation
References
Proof of Concept
Previous28687 - [SC - Low] Timelocks executeTransaction incorrectly delete...Next28689 - [SC - Medium] incorrect lidoLockedETH value can block full re...
Last updated
Was this helpful?