Skip to main content

DLL Side-Loading

Definition

DLL side-loading is a cyberattack where a malicious Dynamic Link Library file is placed in a legitimate application’s execution path. The application then inadvertently loads and executes the attacker’s code instead of the intended system library. This technique grants unauthorized access or control over the compromised system. It exploits how applications search for and load external code components.