Terminology Index
Glossary
13 terms starting with "U"
Showing 1-13 of 13 terms
Unquoted Service Path
A Windows misconfiguration where a service's executable path isn't enclosed in quotes, letting an attacker who can write to certain directories hijack the service for privilege escalation.
When a Windows service's image path contains spaces but isn't quoted, Windows tries to interpret the path in segments. An attacker with write access to a parent directory can place a malicious binary that gets launched in place of the intended service, often gaining SYSTEM. Defenders audit services for unquoted paths during hardening reviews and prevent the write access that makes the abuse possible. As an OS-defenders topic, unquoted service paths are a classic Windows privilege-escalation finding.
Introduced in: Operating Systems for Defenders
Examples
- Auditing a Windows host for service paths with spaces but no quotes.
- Detecting privilege escalation via unquoted service path abuse.
- Hardening systems by quoting service paths during hardening reviews.
No related terms linked yet.
