ET EXPLOIT Bonitasoft Successful Default User Login Attempt (Possible Staging for CVE-2022-25237)


Query · suricata

flow:established,to_client;
flowbits:isset,ET.BonitaDefaultCreds;
http.cookie;
content:"JSESSIONID=";
content:"X-Bonita-API-Token="; fast_pattern;

Rule dependencies

Higher-order rule. It fires on other rules' alerts, not on raw events, so it cannot fire on its own. Deploy the rules it depends on too.

Depends on

Raw source ET EXPLOIT Bonitasoft Successful Default User Login Attempt (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 [$HTTP_SERVERS,$HOME_NET] any -> any any (
    msg:"ET EXPLOIT Bonitasoft Successful Default User Login Attempt (Possible Staging for CVE-2022-25237)";
    flow:established,to_client;
    flowbits:isset,ET.BonitaDefaultCreds;
    http.cookie;
    content:"JSESSIONID=";
    content:"X-Bonita-API-Token="; fast_pattern;
    reference:url,rhinosecuritylabs.com/application-security/cve-2022-25237-bonitasoft-authorization-bypass/;
    reference:cve,2022-25237;
    classtype:successful-admin;
    sid:2036817; rev:1;
    metadata:attack_target Server, created_at 2022_06_03, cve CVE_2022_25237, deployment Perimeter, deployment SSLDecrypt, confidence Medium, signature_severity Major, 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.