ET EXPLOIT Possible CVE-2017-12629 RCE Exploit Attempt (HTTP GET 1)


Query · suricata

flow:to_server,established;
flowbits:isset,ET.CVE-2017-12629;
http.method;
content:"GET";
http.uri;
content:"newcollection/config";
content:"|22|add-listener|22 3a|"; distance:0;
content:"|22|event|22 3a 22|postCommit|22|"; distance:0;
content:"|22|class|22|"; distance:0;
content:"RunExecutableListener|22 2c 22|exe|22|"; distance:0; fast_pattern;
content:"|22|dir|22|";
content:"|22|args|22|";

Rule dependencies

Higher-order rule. It fires on other rules' alerts, not on raw events, so it cannot fire on its own. Deploy the rules it depends on too.

Depends on

Raw source ET EXPLOIT Possible CVE-2017-12629 RCE Exploit Attempt (HTTP GET 1) · 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 -> $HTTP_SERVERS any (
    msg:"ET EXPLOIT Possible CVE-2017-12629 RCE Exploit Attempt (HTTP GET 1)";
    flow:to_server,established;
    flowbits:isset,ET.CVE-2017-12629;
    http.method;
    content:"GET";
    http.uri;
    content:"newcollection/config";
    content:"|22|add-listener|22 3a|"; distance:0;
    content:"|22|event|22 3a 22|postCommit|22|"; distance:0;
    content:"|22|class|22|"; distance:0;
    content:"RunExecutableListener|22 2c 22|exe|22|"; distance:0; fast_pattern;
    content:"|22|dir|22|";
    content:"|22|args|22|";
    reference:url,www.exploit-db.com/exploits/43009/;
    classtype:web-application-attack;
    sid:2024886; rev:3;
    metadata:affected_product Apache_Solr, attack_target Web_Server, created_at 2017_10_20, cve CVE_2017_12629, deployment Datacenter, confidence Medium, signature_severity Major, updated_at 2020_08_13;
)

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.