Lavasoft web companion 4.1.0.409 dciservice unquoted service path Vulnerability / Exploit
/
/
/
Exploits / Vulnerability Discovered : 2023-03-30 |
Type : local |
Platform : windows
This exploit / vulnerability Lavasoft web companion 4.1.0.409 dciservice unquoted service path is for educational purposes only and if it is used you will do on your own risk!
[+] Code ...
#Exploit Title: Lavasoft web companion 4.1.0.409 - 'DCIservice' Unquoted Service Path
# Author: P4p4 M4n3
# Discovery Date: 25-11-2022
# Vendor Homepage: https://webcompanion.com/en/
# Version 4.1.0.409
# Tested on: Microsoft Windows Server 2019 Datacenter x64
# Description:
# Lavasoft 4.1.0.409 install DCIservice as a service with an unquoted service path
# POC https://youtu.be/yb8AavCMbes
#Discover the Unquoted Service path
C:\Users\p4p4\> wmic service get name,pathname,startmode | findstr /i "auto" | findstr /i /v "c:\windows\\" | findstr /i /v """
DCIService C:\Program Files (x86)\Lavasoft\Web Companion\Service\x64\DCIService.exe Auto