HKTL_EXPL_WSUS_Exploitation_POC_Oct25
Description
Detects POC for the exploitation of the Windows Server Update Services (WSUS) Remote Code Execution Vulnerability (CVE-2025-59287)
Query · yara
strings:
$sa1 = "/SimpleAuthWebService/SimpleAuth.asmx"
$sa2 = "/ReportingWebService/ReportingWebService.asmx"
$sa3 = "/ClientWebService/Client.asmx"
$sa4 = "/ReportingWebService/ReportingWebService.asmx"
$sb1 = "xsi:type=\"SOAP-ENC:base64\">"
condition:
filesize < 20MB
and all of ($sa*)
and $sb1