Active | Webcam 115 Unquoted Service Path Patched
Use a PowerShell script to scan for unquoted service paths:
Get-WmiObject Win32_Service | Where-Object
$_.PathName -notlike '"*' -and $_.PathName -like '* *'
| Select-Object Name, PathName, StartName
Active WebCam by PY Software is a utility that turns a standard PC webcam into a multi-channel streaming and surveillance system. It runs as a Windows service to allow continuous background recording, motion detection, and remote viewing. active webcam 115 unquoted service path patched
Version 11.5 (build 115) was particularly affected by a service path misconfiguration that, until now, exposed users to a classic Windows privilege escalation attack. Use a PowerShell script to scan for unquoted
sc config ActiveWebCamService binPath= "\"C:\Program Files\Active WebCam\webcam.exe\""