ET EXPLOIT Zabbix v5.4.0 - 5.4.8 SSO/SALM Auth Bypass (CVE-2022-23131) M2


Query · suricata

flow:established,to_server;
http.uri;
content:"/index_sso.php"; startswith;
http.cookie;
content:"zbx_session=";
content:"J1c2VybmFtZV9hdHRyaWJ1dGUiO"; distance:0; fast_pattern;
pcre:"/(?:InNhbWxfZGF0YS|JzYW1sX2RhdGEi|ic2FtbF9kYXRhI)/";
Raw source ET EXPLOIT Zabbix v5.4.0 - 5.4.8 SSO/SALM Auth Bypass (CVE-2022-23131) M2 · 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,$HTTP_SERVERS] any (
    msg:"ET EXPLOIT Zabbix v5.4.0 - 5.4.8 SSO/SALM Auth Bypass (CVE-2022-23131) M2";
    flow:established,to_server;
    http.uri;
    content:"/index_sso.php"; startswith;
    http.cookie;
    content:"zbx_session=";
    content:"J1c2VybmFtZV9hdHRyaWJ1dGUiO"; distance:0; fast_pattern;
    pcre:"/(?:InNhbWxfZGF0YS|JzYW1sX2RhdGEi|ic2FtbF9kYXRhI)/";
    reference:url,blog.sonarsource.com/zabbix-case-study-of-unsafe-session-storage;
    reference:cve,2022-23131;
    classtype:trojan-activity;
    sid:2035372; rev:2;
    metadata:created_at 2022_03_02, cve CVE_2022_23131, confidence High, signature_severity Major, tag CISA_KEV, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2022_03_02;
)

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.