SUSP_EXPL_CommVault_CVE_2025_57791_Artifact_Aug25
Description
Detects exploit artifact for WT-2025-0050, authentication bypass through QCommand argument injection
Query · yara
strings:
$sa1 = "_localadmin__"
$sa2 = /-cs [a-zA-Z0-9-{}]{3,32} -cs /
$sb2 = "-localadmin" base64
$sb1 = "-localadmin"
condition:
filesize < 20MB and all of ($sa*) and 1 of ($sb*)