'Microsoft Windows Unquoted Service Path Enumeration' Vulnerabilities seen for Driver Paths
book
Article ID: 449798
calendar_today
Updated On:
Products
Endpoint Security Complete
Environment
- Symantec Endpoint Security Windows Agent: Any Supported Version
- Microsoft Windows OS: Windows 10 and Higher
Cause
This happens because the scanner is looking for quotes in the ImagePath value and there are none.
Resolution
This may be a false positive for drivers that are loaded into the kernel at boot. Three examples seen in the path.
- \??\ at the beginning instead of quotes means it's loaded into the kernel where it takes the rest of the path literally
- .SYS at the end of the path is a sign that this is a system driver not a service .exe
- Registry keys here have a type value which separates drivers vs Win32 processes
Feedback
thumb_up
Yes
thumb_down
No