ET EXPLOIT Possible Mida eFramework RCE Attempt Inbound (CVE-2020-15922)


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.request_body;
content:"ipaddress0|22|"; fast_pattern;
content:"|3b|"; within:6;
Raw source ET EXPLOIT Possible Mida eFramework RCE Attempt Inbound (CVE-2020-15922) · 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 Possible Mida eFramework RCE Attempt Inbound (CVE-2020-15922)";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.request_body;
    content:"ipaddress0|22|"; fast_pattern;
    content:"|3b|"; within:6;
    reference:url,www.exploit-db.com/exploits/48835;
    reference:cve,2020-15922;
    classtype:attempted-admin;
    sid:2030989; rev:1;
    metadata:created_at 2020_10_07, cve CVE_2020_15922, performance_impact Low, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_10_07;
)

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.