Potential Exploitation of RCE Vulnerability CVE-2025-33053
Description
Detects potential exploitation of remote code execution vulnerability CVE-2025-33053 which involves unauthorized code execution via WebDAV through external control of file names or paths. The exploit abuses legitimate utilities like iediagcmd.exe or CustomShellHost.exe by manipulating their working directories to point to attacker-controlled WebDAV servers, causing them to execute malicious executables (like route.exe) from the WebDAV path instead of legitimate system binaries through Process.Start() search order manipulation.
Query · sigma
selection_parent: ParentImage: - C:\Program Files\internet explorer\iediagcmd.exe - C:\Windows\System32\CustomShellHost.exe selection_child_current_dir: - CurrentDirectory|startswith: \\\\ - CurrentDirectory|contains: \DavWWWRoot\ - Image|contains: \DavWWWRoot\ - Image|startswith: \\\\ selection_child_img: Image|endswith: - \route.exe - \netsh.exe - \makecab.exe - \dxdiag.exe - \ipconfig.exe - \explorer.exe filter_main_system: Image|startswith: - C:\Windows\System32\ - C:\Windows\SysWOW64\ condition: all of selection_* and not 1 of filter_main_*
Known false positives
- Unknown