ET EXPLOIT Possible IBM Data Risk Manager Authentication Bypass - Password Retrieval


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri; bsize:21;
content:"/albatross/user/login"; fast_pattern;
http.content_type;
content:"multipart/form-data|3b 20|"; startswith;
http.request_body;
content:"name=|22|username|22 0d 0a|";
content:"name=|22|clientDetails|22 0d 0a|";
content:"name=|22|password|22 0d 0a|";
content:"name=|22|sessionId|22 0d 0a|";
target:dest_ip;
Raw source ET EXPLOIT Possible IBM Data Risk Manager Authentication Bypass - Password Retrieval · 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 any (
    msg:"ET EXPLOIT Possible IBM Data Risk Manager Authentication Bypass - Password Retrieval";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri; bsize:21;
    content:"/albatross/user/login"; fast_pattern;
    http.content_type;
    content:"multipart/form-data|3b 20|"; startswith;
    http.request_body;
    content:"name=|22|username|22 0d 0a|";
    content:"name=|22|clientDetails|22 0d 0a|";
    content:"name=|22|password|22 0d 0a|";
    content:"name=|22|sessionId|22 0d 0a|";
    reference:url,github.com/pedrib/PoC/blob/master/advisories/IBM/ibm_drm/ibm_drm_rce.md;
    classtype:attempted-admin;
    sid:2029989; rev:2;
    metadata:created_at 2020_04_21, deployment Perimeter, deployment Internal, deployment Datacenter, deployment SSLDecrypt, 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.