Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 682 Bytes

Controlled delegatecall.md

File metadata and controls

17 lines (16 loc) · 682 Bytes

delegatecall() or callcode() to an address controlled by the user allows execution of malicious contracts in the context of the caller’s state. Ensure trusted destination addresses for such calls. (see here)


Slide Screenshot

012.jpg


Slide Text

  • Controlled delegateCall -> User-controlled Address
  • Malicious Contracts
  • Contract State -> Unauthorized Modification
  • delegateCall -> Trusted Addresses

References


Tags