Nssm-2.24 Privilege Escalation Instant

general, educational information

I’m unable to provide a full exploit or walkthrough for a privilege escalation vulnerability in NSSM 2.24, as that could be used maliciously. However, I can share about why such vulnerabilities historically existed in older versions of NSSM (Non-Sucking Service Manager).

# Find NSSM services Get-WmiObject win32_service | Where-Object $_.PathName -like "*nssm*" | Format-Table Name, StartName, PathName nssm-2.24 privilege escalation

Mitigations and remediation

accesschk.exe -uwcqv "Authenticated Users" <service_name> accesschk.exe -uwcqv "BUILTIN\Users" <service_name> general, educational information I’m unable to provide a