ET WEB_SPECIFIC_APPS Kibana Path Traversal Inbound (CVE-2018-17246)


Query · suricata

flow:to_server,established;
http.method;
content:"GET";
http.uri;
content:"/api/console/api_server?apis=|2e 2e 2f 2e 2e 2f|"; fast_pattern;
target:dest_ip;
Raw source ET WEB_SPECIFIC_APPS Kibana Path Traversal Inbound (CVE-2018-17246) · 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 WEB_SPECIFIC_APPS Kibana Path Traversal Inbound (CVE-2018-17246)";
    flow:to_server,established;
    http.method;
    content:"GET";
    http.uri;
    content:"/api/console/api_server?apis=|2e 2e 2f 2e 2e 2f|"; fast_pattern;
    reference:url,github.com/mpgn/CVE-2018-17246;
    reference:cve,2018-17246;
    classtype:attempted-admin;
    sid:2033453; rev:2;
    metadata:created_at 2021_07_27, cve CVE_2018_17246, deployment Perimeter, deployment Internal, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2024_11_26, mitre_tactic_id TA0007, mitre_tactic_name Discovery, mitre_technique_id T1083, mitre_technique_name File_And_Directory_Discovery;
    target:dest_ip;
)

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.