ET WEB_SPECIFIC_APPS Apache OFBiz Authentication Bypass Vulnerability Check (CVE-2023-51467)


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"/webtools/control/ping?"; fast_pattern; startswith;
content:"USERNAME";
content:"PASSWORD";
content:"requirePasswordChange=Y";
target:dest_ip;
Raw source ET WEB_SPECIFIC_APPS Apache OFBiz Authentication Bypass Vulnerability Check (CVE-2023-51467) · 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 -> $HOME_NET any (
    msg:"ET WEB_SPECIFIC_APPS Apache OFBiz Authentication Bypass Vulnerability Check (CVE-2023-51467)";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:"/webtools/control/ping?"; fast_pattern; startswith;
    content:"USERNAME";
    content:"PASSWORD";
    content:"requirePasswordChange=Y";
    reference:url,vulncheck.com/blog/ofbiz-cve-2023-51467;
    reference:cve,2023-51467;
    classtype:trojan-activity;
    sid:2050068; rev:2;
    metadata:affected_product Web_Server_Applications, created_at 2024_01_12, cve CVE_2023_51467, deployment Perimeter, deployment Internal, 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.