ET EXPLOIT Apache CouchDB JSON Remote Privesc Attempt (CVE-2017-12636)


Query · suricata

flow:established,to_server,only_stream;
urilen:26;
http.method;
content:"PUT";
http.uri;
content:"/_config/query_servers/cmd";
http.header;
content:"Authorization|3a 20|Basic";
http.request_body;
pcre:"/^\s*[\x22\x27]/";
Raw source ET EXPLOIT Apache CouchDB JSON Remote Privesc Attempt (CVE-2017-12636) · 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 5984 (
    msg:"ET EXPLOIT Apache CouchDB JSON Remote Privesc Attempt (CVE-2017-12636)";
    flow:established,to_server,only_stream;
    urilen:26;
    http.method;
    content:"PUT";
    http.uri;
    content:"/_config/query_servers/cmd";
    http.header;
    content:"Authorization|3a 20|Basic";
    http.request_body;
    pcre:"/^\s*[\x22\x27]/";
    reference:cve,2017-12636;
    reference:url,blog.trendmicro.com/trendlabs-security-intelligence/vulnerabilities-apache-couchdb-open-door-monero-miners/;
    classtype:attempted-admin;
    sid:2025432; rev:4;
    metadata:created_at 2018_03_13, cve CVE_2017_12636, deployment Datacenter, performance_impact Moderate, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_11_05;
)

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.