HKTL_EXPL_POC_PY_SharePoint_CVE_2023_29357_Sep23_1
Description
Detects a Python POC to exploit CVE-2023-29357 on Microsoft SharePoint servers
Query · yara
strings:
$x1 = "encoded_payload = base64.urlsafe_b64encode(json.dumps(payload).encode()).rstrip(b'=')"
condition:
filesize < 30KB and $x1