ET EXPLOIT Linksys Auth Bypass share_editor.cgi


Query · suricata

flow:to_server,established;
http.method;
content:"GET"; nocase;
http.uri;
content:"/cgi-bin/share_editor.cgi"; nocase;
Raw source ET EXPLOIT Linksys Auth Bypass share_editor.cgi · 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 -> $HOME_NET 8083 (
    msg:"ET EXPLOIT Linksys Auth Bypass share_editor.cgi";
    flow:to_server,established;
    http.method;
    content:"GET"; nocase;
    http.uri;
    content:"/cgi-bin/share_editor.cgi"; nocase;
    reference:url,www.securityfocus.com/archive/1/531107;
    classtype:attempted-admin;
    sid:2018158; rev:3;
    metadata:created_at 2014_02_19, signature_severity Major, updated_at 2020_04_28;
)

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.