ET EXPLOIT SAP NetWeaver AS JAVA CRM - Log injection Remote Command Execution


Query · suricata

flow:established,to_server;
http.uri;
content:"/init.do?";
content:"java.util";
content:"Runtime.getRuntime().exec"; fast_pattern;
content:"cmd";
Raw source ET EXPLOIT SAP NetWeaver AS JAVA CRM - Log injection Remote Command Execution · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $EXTERNAL_NET any -> $HTTP_SERVERS any (
    msg:"ET EXPLOIT SAP NetWeaver AS JAVA CRM - Log injection Remote Command Execution";
    flow:established,to_server;
    http.uri;
    content:"/init.do?";
    content:"java.util";
    content:"Runtime.getRuntime().exec"; fast_pattern;
    content:"cmd";
    reference:url,exploit-db.com/exploits/44292/;
    reference:cve,2018-2380;
    classtype:attempted-user;
    sid:2025835; rev:3;
    metadata:attack_target Web_Server, created_at 2018_07_12, cve CVE_2018_2380, deployment Datacenter, performance_impact Low, confidence Medium, signature_severity Major, updated_at 2020_08_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.