ET WEB_SERVER Possible CVE-2016-5118 Exploit SVG attempt M1


Query · suricata

flow:established,to_server;
http.request_body;
content:"<svg"; nocase;
content:"|78 6c 69 6e 6b 3a 68 72 65 66 3d 22 7c|";
Raw source ET WEB_SERVER Possible CVE-2016-5118 Exploit SVG attempt M1 · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $EXTERNAL_NET any -> $HTTP_SERVERS any (
    msg:"ET WEB_SERVER Possible CVE-2016-5118 Exploit SVG attempt M1";
    flow:established,to_server;
    http.request_body;
    content:"<svg"; nocase;
    content:"|78 6c 69 6e 6b 3a 68 72 65 66 3d 22 7c|";
    reference:url,seclists.org/oss-sec/2016/q2/432;
    reference:cve,2016-5118;
    classtype:trojan-activity;
    sid:2022846; rev:3;
    metadata:created_at 2016_06_01, cve CVE_2016_5118, confidence Medium, signature_severity Major, updated_at 2020_07_14;
)

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.