ET WEB_SPECIFIC_APPS ReCrystallize Server Possible Authentication Bypass Attempt via AdminUsername Cookie (CVE-2024-26331) and Arbitrary File Upload via FileManagement.aspx (CVE-2024-28269)


Query · suricata

flow:established,to_server;
content:"POST";
http.uri;
content:"/RecrystallizeServer/Admin/FileManagement.aspx"; fast_pattern;
http.cookie;
content:"AdminUsername=admin";
target:dest_ip;
Raw source ET WEB_SPECIFIC_APPS ReCrystallize Server Possible Authentication Bypass Attempt via AdminUsername Cookie (CVE-2024-26331) and Arbitrary File Upload via FileManagement.aspx (CVE-2024-28269) · 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 WEB_SPECIFIC_APPS ReCrystallize Server Possible Authentication Bypass Attempt via AdminUsername Cookie (CVE-2024-26331) and Arbitrary File Upload via FileManagement.aspx (CVE-2024-28269)";
    flow:established,to_server;
    content:"POST";
    http.uri;
    content:"/RecrystallizeServer/Admin/FileManagement.aspx"; fast_pattern;
    http.cookie;
    content:"AdminUsername=admin";
    reference:url,sensepost.com/blog/2024/from-discovery-to-disclosure-recrystallize-server-vulnerabilities/;
    reference:cve,2024-26331;
    reference:cve,2024-28269;
    classtype:attempted-admin;
    sid:2051962; rev:2;
    metadata:affected_product Web_Server_Applications, created_at 2024_04_09, cve CVE_2024_26331_CVE_2024_28269, deployment Perimeter, deployment Internal, deployment SSLDecrypt, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2024_11_26, reviewed_at 2024_10_03, 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.