ET WEB_SPECIFIC_APPS Bonitasoft Default User Login Attempt M1 (Possible Staging for CVE-2022-25237)


Query · suricata

flow:established,to_server;
flowbits:set,ET.BonitaDefaultCreds;
http.method;
content:"POST";
http.uri;
content:"/bonita/loginservice"; fast_pattern;
http.request_body;
content:"username=install";
content:"password=install";

Rule dependencies

Feeds into

  • 1 rule read ET.BonitaDefaultCreds · view all
Raw source ET WEB_SPECIFIC_APPS Bonitasoft Default User Login Attempt M1 (Possible Staging for CVE-2022-25237) · 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 -> [$HTTP_SERVERS,$HOME_NET] any (
    msg:"ET WEB_SPECIFIC_APPS Bonitasoft Default User Login Attempt M1 (Possible Staging for CVE-2022-25237)";
    flow:established,to_server;
    flowbits:set,ET.BonitaDefaultCreds;
    http.method;
    content:"POST";
    http.uri;
    content:"/bonita/loginservice"; fast_pattern;
    http.request_body;
    content:"username=install";
    content:"password=install";
    reference:url,rhinosecuritylabs.com/application-security/cve-2022-25237-bonitasoft-authorization-bypass/;
    reference:cve,2022-25237;
    classtype:attempted-admin;
    sid:2036815; rev:1;
    metadata:attack_target Server, created_at 2022_06_03, cve CVE_2022_25237, deployment Perimeter, deployment SSLDecrypt, performance_impact Low, confidence Medium, signature_severity Minor, updated_at 2022_06_03;
)

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.