ET WEB_SPECIFIC_APPS Kibana Attempted LFI Exploitation (CVE-2018-17246)


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"/api/console/api_server?sense_version="; depth:38; fast_pattern;
content:"SENSE_VERSION&apis=";
pcre:"/^(?:\.\.\/){2,}/R";
Raw source ET WEB_SPECIFIC_APPS Kibana Attempted LFI Exploitation (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 any (
    msg:"ET WEB_SPECIFIC_APPS Kibana Attempted LFI Exploitation (CVE-2018-17246)";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:"/api/console/api_server?sense_version="; depth:38; fast_pattern;
    content:"SENSE_VERSION&apis=";
    pcre:"/^(?:\.\.\/){2,}/R";
    reference:url,www.bleepingcomputer.com/news/security/file-inclusion-bug-in-kibana-console-for-elasticsearch-gets-exploit-code/;
    classtype:attempted-user;
    sid:2026739; rev:4;
    metadata:attack_target Web_Server, created_at 2018_12_19, cve CVE_2018_17246, deployment Perimeter, performance_impact Low, signature_severity Major, updated_at 2020_08_27;
)

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.