Ethernaut(Lvl 16): Call it delegatecall injection.
Delegatecall is a specialized function call in Ethereum that enables a contract to invoke functions from another contract, often a library contract. When Contract A makes a delegatecall to Contract B, it grants Contract B the ability to modify the st...
ot41k1.hashnode.dev4 min read