ET EXPLOIT Possible Zimbra Arbitrary File Upload (CVE-2022-30333) M1


Query · suricata

flow:established,to_server;
file.data;
content:"Rar!|1a 07|"; startswith;
content:"/jetty"; within:300;
content:"/webapps/zimbra/public"; within:50; fast_pattern;
Raw source ET EXPLOIT Possible Zimbra Arbitrary File Upload (CVE-2022-30333) M1 · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert smtp any any -> [$HOME_NET,$SMTP_SERVERS] any (
    msg:"ET EXPLOIT Possible Zimbra Arbitrary File Upload (CVE-2022-30333) M1";
    flow:established,to_server;
    file.data;
    content:"Rar!|1a 07|"; startswith;
    content:"/jetty"; within:300;
    content:"/webapps/zimbra/public"; within:50; fast_pattern;
    reference:url,blog.sonarsource.com/zimbra-pre-auth-rce-via-unrar-0day/;
    reference:cve,2022-30333;
    classtype:attempted-admin;
    sid:2039149; rev:1;
    metadata:attack_target SMTP_Server, created_at 2022_10_11, cve CVE_2022_30333, deployment Perimeter, deployment Internal, confidence Low, signature_severity Major, tag CISA_KEV, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2022_10_11;
)

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.