ET EXPLOIT Bonitasoft Authorization Bypass and RCE Upload M1 (CVE-2022-25237)


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/bonita/API/pageUpload"; startswith;
content:"action=add";
content:"|3b|i18ntranslation"; fast_pattern;
http.cookie;
content:"JSESSIONID=";
content:"X-Bonita-API-Token=";
Raw source ET EXPLOIT Bonitasoft Authorization Bypass and RCE Upload M1 (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 EXPLOIT Bonitasoft Authorization Bypass and RCE Upload M1 (CVE-2022-25237)";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/bonita/API/pageUpload"; startswith;
    content:"action=add";
    content:"|3b|i18ntranslation"; fast_pattern;
    http.cookie;
    content:"JSESSIONID=";
    content:"X-Bonita-API-Token=";
    reference:url,rhinosecuritylabs.com/application-security/cve-2022-25237-bonitasoft-authorization-bypass/;
    reference:cve,2022-25237;
    classtype:attempted-admin;
    sid:2036821; rev:2;
    metadata:attack_target Server, created_at 2022_06_03, cve CVE_2022_25237, deployment Perimeter, deployment SSLDecrypt, confidence High, signature_severity Major, updated_at 2023_03_10;
)

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.