ET EXPLOIT VMware SD-WAN Orchestrator Authentication Bypass (CVE-2020-4001)


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"|2f|login|2f|doResetPassword|2e|html";
http.request_body;
content:"super|40|velocloud|2e|net"; fast_pattern;
content:"|7b|CLEAR|7b|"; nocase;
content:"logicalId"; nocase;
target:dest_ip;
Raw source ET EXPLOIT VMware SD-WAN Orchestrator Authentication Bypass (CVE-2020-4001) · 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,$HTTP_SERVERS] any (
    msg:"ET EXPLOIT VMware SD-WAN Orchestrator Authentication Bypass (CVE-2020-4001)";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"|2f|login|2f|doResetPassword|2e|html";
    http.request_body;
    content:"super|40|velocloud|2e|net"; fast_pattern;
    content:"|7b|CLEAR|7b|"; nocase;
    content:"logicalId"; nocase;
    reference:cve,2020-4001;
    classtype:attempted-admin;
    sid:2035102; rev:2;
    metadata:created_at 2022_02_04, cve CVE_2020_4001, deployment Perimeter, deployment Internal, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2022_02_04, 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.