ET WEB_SPECIFIC_APPS D-Link DCS932L setSystemAdmin/setSystemWizard AdminID Command Injection Attempt


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/setSystem"; startswith; fast_pattern;
pcre:"/^(?:Admin|Wizard)/R";
http.request_body;
content:"AdminID|3d|";
pcre:"/^[^\x26]*?(?:(?:\x3b|%3[Bb])|(?:\x0a|%0[Aa])|(?:\x60|%60)|(?:\x7c|%7[Cc])|(?:\x24|%24))+/R";
Raw source ET WEB_SPECIFIC_APPS D-Link DCS932L setSystemAdmin/setSystemWizard AdminID Command Injection Attempt · 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 D-Link DCS932L setSystemAdmin/setSystemWizard AdminID Command Injection Attempt";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/setSystem"; startswith; fast_pattern;
    pcre:"/^(?:Admin|Wizard)/R";
    http.request_body;
    content:"AdminID|3d|";
    pcre:"/^[^\x26]*?(?:(?:\x3b|%3[Bb])|(?:\x0a|%0[Aa])|(?:\x60|%60)|(?:\x7c|%7[Cc])|(?:\x24|%24))+/R";
    reference:url,github.com/wudipjq/my_vuln/blob/main/D-Link5/vuln_44/44.md;
    reference:url,github.com/wudipjq/my_vuln/blob/main/D-Link5/vuln_42/42.md;
    classtype:web-application-attack;
    sid:2062710; rev:1;
    metadata:created_at 2025_06_02, signature_severity Unknown, updated_at 2025_06_02;
)

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.