ET EXPLOIT Possible Zimbra Arbitrary File Upload (CVE-2022-41352) M6


Query · suricata

flow:established,to_server;
file.data;
content:"|c7 71|"; startswith;
content:"/jetty"; within:100;
content:"/webapps/zimbra/public"; within:50; fast_pattern;
Raw source ET EXPLOIT Possible Zimbra Arbitrary File Upload (CVE-2022-41352) M6 · 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-41352) M6";
    flow:established,to_server;
    file.data;
    content:"|c7 71|"; startswith;
    content:"/jetty"; within:100;
    content:"/webapps/zimbra/public"; within:50; fast_pattern;
    reference:url,attackerkb.com/topics/1DDTvUNFzH/cve-2022-41352/rapid7-analysis;
    reference:cve,2022-41352;
    classtype:attempted-admin;
    sid:2039145; rev:1;
    metadata:attack_target SMTP_Server, created_at 2022_10_11, cve CVE_2022_41352, 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.