Potential Exploitation of RCE Vulnerability CVE-2025-33053 - Process Access
Description
Detects potential exploitation of remote code execution vulnerability CVE-2025-33053 by looking for process access that involves legitimate Windows executables (iediagcmd.exe, CustomShellHost.exe) accessing suspicious executables hosted on WebDAV shares. This indicates an attacker may be exploiting Process.Start() search order manipulation to execute malicious code from attacker-controlled WebDAV servers instead of legitimate system binaries. The vulnerability allows unauthorized code execution through external control of file names or paths via WebDAV.
Query · sigma
selection_src: SourceImage: - C:\Program Files\internet explorer\iediagcmd.exe - C:\Windows\System32\CustomShellHost.exe selection_target_dir: - TargetImage|startswith: \\\\ - TargetImage|contains: \DavWWWRoot\ selection_target_exe: TargetImage|endswith: - \route.exe - \netsh.exe - \makecab.exe - \dxdiag.exe - \ipconfig.exe - \explorer.exe condition: all of selection_*
Known false positives
- Unknown