← Back to SOC feed Coverage →

Detects payload as seen in PoC code to exploit Workspace ONE Access freemarker server-side template injection CVE-2022-2

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-03T23:00:00Z · Confidence: medium

Hunt Hypothesis

This hunt hypothesis identifies adversary exploitation of the Workspace ONE Access Freemarker Server-Side Template Injection vulnerability (CVE-2022-22954) by detecting specific payload patterns observed in proof-of-concept attack code. Proactive hunting for this behavior within Azure Sentinel is critical to prevent potential remote code execution and unauthorized access, given the high severity of the underlying vulnerability in identity management systems.

YARA Rule

rule LOG_SUSP_EXPL_POC_VMWare_Workspace_ONE_CVE_2022_22954_Apr22_ {
   meta:
      old_rule_name = "EXPL_POC_VMWare_Workspace_ONE_CVE_2022_22954_Apr22"
      description = "Detects payload as seen in PoC code to exploit Workspace ONE Access freemarker server-side template injection CVE-2022-22954"
      author = "Florian Roth"
      reference = "https://github.com/sherlocksecurity/VMware-CVE-2022-22954"
      reference2 = "https://twitter.com/rwincey/status/1512241638994853891/photo/1"
      date = "2022-04-08"
      modified = "2025-03-29"
      score = 60
      id = "b46e5cf2-ab5b-5574-a67b-e774063ccd6d"
   strings:
      $x1 = "66%72%65%65%6d%61%72%6b%65%72%2e%74%65%6d%70%6c%61%74%65%2e%75%74%69%6c%69%74%79%2e%45%78%65%63%75%74%65%22%3f%6e%65%77%28%29%28" ascii

      $fp2 = "ModSecurity"
      $fp3 = " 302 -"
   condition:
      1 of ($x*)
      and not 1 of ($fp*)
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 3 string patterns in its detection logic.

References

False Positive Guidance

Here are 3-5 specific false positive scenarios for the Workspace ONE Access FreeMarker Server-Side Template Injection (CVE-2022-22954) detection rule, along with suggested filters:

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