ET EXPLOIT VMWare View Planner RCE (CVE-2021-21978) Attempt M1


Query · suricata

flow:established,to_server;
http.request_line;
content:"POST /logupload?logMetaData="; startswith; fast_pattern;
content:"itrLogPath";
content:"log_upload_wsgi.py";
http.request_body;
content:"name=|22|logfile|22 3b|";
Raw source ET EXPLOIT VMWare View Planner RCE (CVE-2021-21978) Attempt M1 · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http any any -> [$HOME_NET,$HTTP_SERVERS] any (
    msg:"ET EXPLOIT VMWare View Planner RCE (CVE-2021-21978) Attempt M1";
    flow:established,to_server;
    http.request_line;
    content:"POST /logupload?logMetaData="; startswith; fast_pattern;
    content:"itrLogPath";
    content:"log_upload_wsgi.py";
    http.request_body;
    content:"name=|22|logfile|22 3b|";
    reference:url,paper.seebug.org/1495/;
    reference:url,www.vmware.com/security/advisories/VMSA-2021-0003.html;
    reference:cve,2021-21978;
    classtype:attempted-admin;
    sid:2032009; rev:1;
    metadata:affected_product VMware, attack_target Server, created_at 2021_03_15, cve CVE_2021_21978, deployment Internal, deployment SSLDecrypt, performance_impact Low, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2021_03_15;
)

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.