: The most immediate mitigation is to upgrade to a version of NSSM that has addressed this vulnerability. Users should check for updates and ensure they are running a version of NSSM that includes patches for privilege escalation vulnerabilities.
Fix existing services by updating their binPath using: sc config "ServiceName" binPath= "\"C:\Path With Spaces\nssm.exe\" install_args" 5. Summary
Audit all services with sc sdshow <ServiceName> . Ensure that INTERACTIVE or BUILTIN\Users does not have RPWP (start/write) permissions.
[Insert Date] Tags: #Windows #PrivilegeEscalation #NSSM #InfoSec