ET EXPLOIT Suspected SAP EEM SOLMAN RCE (CVE-2020-6207)


Query · suricata

flow:established,to_server;
http.uri;
content:"/EemAdminService/EemAdmin"; startswith; fast_pattern;
http.request_body;
content:"getruntime|28 29 2e|exec"; nocase;
content:"processbuilder|28|"; nocase;
Raw source ET EXPLOIT Suspected SAP EEM SOLMAN RCE (CVE-2020-6207) · 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 -> any any (
    msg:"ET EXPLOIT Suspected SAP EEM SOLMAN RCE (CVE-2020-6207)";
    flow:established,to_server;
    http.uri;
    content:"/EemAdminService/EemAdmin"; startswith; fast_pattern;
    http.request_body;
    content:"getruntime|28 29 2e|exec"; nocase;
    content:"processbuilder|28|"; nocase;
    reference:url,github.com/chipik/SAP_EEM_CVE-2020-6207;
    classtype:attempted-admin;
    sid:2031546; rev:1;
    metadata:created_at 2021_01_25, cve CVE_2020_6207, confidence Medium, signature_severity Major, tag CISA_KEV, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2021_01_25;
)

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.