Potential Notepad++ CVE-2025-49144 Exploitation
Description
Detects potential exploitation of CVE-2025-49144, a local privilege escalation vulnerability in Notepad++ installers (v8.8.1 and prior) where the installer calls regsvr32.exe without specifying the full path. This allows an attacker to execute arbitrary code with elevated privileges by placing a malicious regsvr32.exe alongside this Legitimate Notepad++ installer. The vulnerability is triggered when the installer attempts to register the NppShell.dll file, which is a component of Notepad++.
Query · sigma
selection: Image|endswith: \regsvr32.exe CommandLine|startswith: regsvr32 /s CommandLine|contains: \contextMenu\NppShell.dll filter_main_legit_regsvr32: Image: - C:\Windows\System32\regsvr32.exe - C:\Windows\SysWOW64\regsvr32.exe condition: selection and not 1 of filter_main_*
Known false positives
- Unknown