ET EXPLOIT Complaint Management System 1.0 - Authentication Bypass Attempt


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri.raw;
content:"/Complaint%20Management%20System/admin/";
http.request_body;
content:"username=%27%3D%27%27or%27&password="; startswith; fast_pattern;
target:dest_ip;
Raw source ET EXPLOIT Complaint Management System 1.0 - Authentication Bypass Attempt · 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 -> $HTTP_SERVERS any (
    msg:"ET EXPLOIT Complaint Management System 1.0 - Authentication Bypass Attempt";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri.raw;
    content:"/Complaint%20Management%20System/admin/";
    http.request_body;
    content:"username=%27%3D%27%27or%27&password="; startswith; fast_pattern;
    reference:url,www.exploit-db.com/exploits/48452;
    classtype:attempted-admin;
    sid:2030160; rev:2;
    metadata:created_at 2020_05_12, deployment Perimeter, deployment Internal, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2024_11_26, 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.