ET EXPLOIT HP Enterprise VAN SDN Controller Root Command Injection (Linux)


Query · suricata

flow:established,to_server;
http.header;
content:"X-Auth-Token|3a 20|AuroraSdnToken"; fast_pattern;
http.request_body;
content:"|7b 22|action|22 3a 22|uninstall|22 2c 22|name|22 3a 22|--pre-invoke=";
content:".deb";
content:"/var/lib/sdn/uploads";
Raw source ET EXPLOIT HP Enterprise VAN SDN Controller Root Command Injection (Linux) · 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 HP Enterprise VAN SDN Controller Root Command Injection (Linux)";
    flow:established,to_server;
    http.header;
    content:"X-Auth-Token|3a 20|AuroraSdnToken"; fast_pattern;
    http.request_body;
    content:"|7b 22|action|22 3a 22|uninstall|22 2c 22|name|22 3a 22|--pre-invoke=";
    content:".deb";
    content:"/var/lib/sdn/uploads";
    reference:url,github.com/rapid7/metasploit-framework/blob/master/modules/exploits/linux/http/hp_van_sdn_cmd_inject.rb;
    classtype:attempted-admin;
    sid:2026029; rev:2;
    metadata:attack_target Client_Endpoint, created_at 2018_08_24, deployment Datacenter, 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.