ET EXPLOIT Solr DataImport Handler RCE (CVE-2019-0193)


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/solr/";
content:"dataimport"; distance:0;
http.request_body;
content:"command=full-import"; fast_pattern;
pcre:"/\bexec\b/Ri";
Raw source ET EXPLOIT Solr DataImport Handler RCE (CVE-2019-0193) · 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 Solr DataImport Handler RCE (CVE-2019-0193)";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/solr/";
    content:"dataimport"; distance:0;
    http.request_body;
    content:"command=full-import"; fast_pattern;
    pcre:"/\bexec\b/Ri";
    reference:cve,2019-0193;
    reference:url,github.com/jas502n/CVE-2019-0193;
    classtype:attempted-admin;
    sid:2033114; rev:2;
    metadata:attack_target Client_Endpoint, created_at 2021_06_08, cve CVE_2019_0193, deployment Perimeter, confidence Medium, signature_severity Major, tag CISA_KEV, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2021_07_26;
)

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.