ET EXPLOIT ADB Broadband Authorization Bypass


Query · suricata

flow:established,to_server;
http.uri;
content:"/ui/dboard/settings/management/"; fast_pattern;
http.uri.raw;
content:"/management//";
Raw source ET EXPLOIT ADB Broadband Authorization Bypass · 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 any (
    msg:"ET EXPLOIT ADB Broadband Authorization Bypass";
    flow:established,to_server;
    http.uri;
    content:"/ui/dboard/settings/management/"; fast_pattern;
    http.uri.raw;
    content:"/management//";
    reference:cve,2018-13109;
    reference:url,exploit-db.com/exploits/44982/;
    classtype:web-application-attack;
    sid:2025785; rev:2;
    metadata:attack_target IoT, created_at 2018_07_05, cve CVE_2018_13109, deployment Datacenter, performance_impact Low, confidence High, signature_severity Critical, updated_at 2020_08_25;
)

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.