← Back to SOC feed Coverage →

Detects potential exploit for WT-2025-0049, Post-Auth RCE with QCommand Path Traversal

yara HIGH signature-base
exploitflorian-roth
This rule was pulled from an open-source repository and enriched with AI. Validate in a test environment before deploying to production.
View original rule at signature-base →
Retrieved: 2026-08-03T11:00:00Z · Confidence: medium

Hunt Hypothesis

This hunt hypothesis targets adversaries exploiting a post-authentication remote code execution vulnerability via QCommand path traversal to gain unauthorized access and execute arbitrary commands within authenticated sessions. Proactive hunting in Azure Sentinel is critical because this specific exploit allows attackers to bypass standard authentication controls, potentially leading to lateral movement or data exfiltration before traditional alerts trigger.

YARA Rule

rule EXPL_JSP_CommVault_CVE_2025_57791_Aug25_1 {
   meta:
      description = "Detects potential exploit for WT-2025-0049, Post-Auth RCE with QCommand Path Traversal"
      author = "X__Junior"
      date = "2025-08-21"
      reference = "https://labs.watchtowr.com/guess-who-would-be-stupid-enough-to-rob-the-same-vault-twice-pre-auth-rce-chains-in-commvault/"
      score = 75
      id = "6fdfa207-6361-5dfb-b313-623d7cfa95f1"
   strings:
      $s1 = "<App_GetUserPropertiesResponse>" ascii
      $s2 = "getMethod('getRuntime').invoke(null).exec(param.cmd)" ascii
   condition:
      filesize < 50KB and all of them
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 2 string patterns in its detection logic.

References

False Positive Guidance

Here are 3-5 specific false positive scenarios for the WT-2025-0049 detection rule, including suggested filters and exclusions:

Original source: https://github.com/Neo23x0/signature-base/blob/main/yara/expl_commvault_cve_2025_57791.yar