ET EXPLOIT SonicWall Global Management System - XMLRPC set_time_zone Command Injection (CVE-2018-9866)


Query · suricata

flow:established,to_server;
http.request_body;
content:"<methodName>set_time_"; fast_pattern;
content:"<string>|22 60|"; distance:0;
Raw source ET EXPLOIT SonicWall Global Management System - XMLRPC set_time_zone Command Injection (CVE-2018-9866) · 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 SonicWall Global Management System - XMLRPC set_time_zone Command Injection (CVE-2018-9866)";
    flow:established,to_server;
    http.request_body;
    content:"<methodName>set_time_"; fast_pattern;
    content:"<string>|22 60|"; distance:0;
    reference:url,exploit-db.com/exploits/45124/;
    reference:cve,2018-9866;
    classtype:attempted-user;
    sid:2026023; rev:4;
    metadata:attack_target Server, created_at 2018_08_23, cve CVE_2018_9866, deployment Datacenter, performance_impact Low, confidence High, signature_severity Major, updated_at 2020_08_25, mitre_tactic_id TA0008, mitre_tactic_name Lateral_Movement, mitre_technique_id T1210, mitre_technique_name Exploitation_Of_Remote_Services;
)

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.