ET EXPLOIT TP-Link TL-WR840N/TL-WR841N - Authentication Bypass (DMZ enable and Disable)


Query · suricata

flow:established,to_server;
http.uri;
content:"/cgi?2"; endswith;
http.header;
content:"/mainFrame.htm";
http.request_body;
content:"DMZ_HOST_CFG"; fast_pattern;
target:dest_ip;
Raw source ET EXPLOIT TP-Link TL-WR840N/TL-WR841N - Authentication Bypass (DMZ enable and Disable) · 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 EXPLOIT TP-Link TL-WR840N/TL-WR841N - Authentication Bypass (DMZ enable and Disable)";
    flow:established,to_server;
    http.uri;
    content:"/cgi?2"; endswith;
    http.header;
    content:"/mainFrame.htm";
    http.request_body;
    content:"DMZ_HOST_CFG"; fast_pattern;
    reference:url,exploit-db.com/exploits/44781/;
    classtype:attempted-user;
    sid:2025751; rev:4;
    metadata:affected_product TPLINK, created_at 2018_06_26, deployment Perimeter, deployment Internal, deployment Datacenter, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_09_16, mitre_tactic_id TA0001, mitre_tactic_name Initial_Access, mitre_technique_id T1190, mitre_technique_name Exploit_Public_Facing_Application;
    target:dest_ip;
)

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.