Document Title:
===============
File Hub v3.3 iOS (Wifi) - Multiple Web Vulnerabilities
References (Source):
====================
http://www.vulnerability-lab.com/get_content.php?id=1695
Release Date:
=============
2016-02-01
Vulnerability Laboratory ID (VL-ID):
====================================
1695
Common Vulnerability Scoring System:
====================================
7.2
Product & Service Introduction:
===============================
File Hub helps you accessing files on your iOS Device, Cloud Service and Remote Computer. It is powerful and intuitive, View, Play many file formats,
easily transfer files between computer or iOS devices and manage files via browser on computer.
(Copy of the Vendor Homepage: https://itunes.apple.com/us/app/file-hub-powerful-intuitive/id520299954 )
Abstract Advisory Information:
==============================
The vulnerability laboratory core research team discovered multiple vulnerabilities in the official File Hub mobile iOS wifi web-application.
Vulnerability Disclosure Timeline:
==================================
2016-02-01: Public Disclosure (Vulnerability Laboratory)
Discovery Status:
=================
Published
Affected Product(s):
====================
Gu Jing (iMore Apps)
Product: File Hub - Mobile Web Application 3.3
Exploitation Technique:
=======================
Remote
Severity Level:
===============
High
Technical Details & Description:
================================
1.1
An arbitrary file upload web vulnerability has been discovered in the official File Hub mobile iOS wifi web-application.
The arbitrary file upload web vulnerability allows remote attackers to unauthorized include local file/path requests or system specific path
commands to compromise the mobile web-application.
The web vulnerability is located in the `filename` value of the `File Upload` module. Remote attackers are able to inject own files with malicious `filename`
values in the `upload.php` file POST method request to compromise the mobile web-application. The local file/path include execution occcurs in the index file dir
listing and sub folders of the wifi interface. The attacker is able to inject the lfi payload by usage of the wifi interface or the local file sync function.
The attacker can also attach multiple file extensions to bypass the web-server file validation to execute a malicious web-shell finally. Remote attackers can
exchange the filename with a double or tripple extension via POST method to bypass the upload validation and filter process. After the upload the attacker access
the file with one extension and exchange it with the other one to execute for example own php codes.
Attackers are also able to exploit the filename issue in combination with persistent injected script code to execute different malicious attack requests.
The attack vector is located on the application-side of the wifi service and the request method to inject is POST.
The security risk of the local file include vulnerability is estimated as high with a cvss (common vulnerability scoring system) count of 7.2.
Exploitation of the arbitrary file upload web vulnerability requires no user interaction or privileged web-application user account.
Successful exploitation of the arbitrary file upload vulnerability results in mobile application compromise or connected device component compromise.
Request Method(s):
[+] POST
Vulnerable Module(s):
[+] File Upload
Vulnerable File(s):
[+] upload.php
Vulnerable Parameter(s):
[+] filename
Affected Module(s):
[+] File Dir Index Listing
1.2
A persistent input validation web vulnerability has been discovered in the official File Hub mobile iOS wifi web-application.
The vulnerability allows remote attacker to inject malicious persistent script codes to the application-side of the mobile application.
The vulnerability is located in the name value of the filename or rename function. Remote attackers are able to edit files by renaming them.
Thus function can be used to inject own malicious script codes to the application-side of the index file dir listing interface application.
The request method to inject is POST and the attack vector of the issue is located on the application-side of the wifi interface mobile app.
The injection point is the rename name input field and the execution point is the file dir index that displays finally the uploaded or edited
web context.
The security risk of the application-side web vulnerability is estimated as medium with a cvss (common vulnerability scoring system) count of 3.5.
Exploitation of the application-side web vulnerability requires no privilege web-application user account and only low or medium user interaction.
Successful exploitation of the vulnerabilities results in persistent phishing, session hijacking, persistent external redirect to malicious
sources and application-side manipulation of affected or connected module context.
Request Method(s):
[+] POST
Vulnerable Module(s):
[+] File Rename
Vulnerable File(s):
[+] rename.php
Vulnerable Parameter(s):
[+] name
Affected Module(s):
[+] File Dir Index Listing
Proof of Concept (PoC):
=======================
1.1
The arbitrary file upload web vulnerability can be exploited by remote attackers without privileged web-application user account or user interaction.
For security demonstration or to reproduce the vulnerability follow the provided information and steps below to continue.
PoC: URL
http://localhost:8080/x[ARBITRARY FILE UPLOAD VULNERABILITY!]
PoC: Source