zmkeh / winsos-poc

A PoC demonstrating code execution via DLL Side-Loading in WinSxS binaries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WinSOS

This technique utilizes executables within the WinSxS folder, commonly trusted by Windows, to exploit the classic DLL Search Order Hijacking method. By leveraging these executables, threat actors can execute malicious code within Windows applications without requiring elevated privileges. This approach eliminates the need for additional binaries in the attack chain and enables the execution of malicious code from any location. It is compatible with both Windows 10 and 11 and can evade detection by defense software and responders, as the malicious code runs within the memory space of a trusted binary. This technique simplifies the classic DLL Search Order Hijacking and exploits native Windows functionalities without directly exploiting an OS issue.

References

About

A PoC demonstrating code execution via DLL Side-Loading in WinSxS binaries.

License:MIT License


Languages

Language:C++ 91.3%Language:CMake 4.8%Language:C 3.9%