ET EXPLOIT Suspected Exim External Auth Overflow (CVE-2023-4115) set


Query · suricata

flow:established;
flowbits:set,ET.eximsmtp;
flowbits:noalert;
content:"ESMTP Exim|20|"; fast_pattern;
target:src_ip;

Rule dependencies

Feeds into

Raw source ET EXPLOIT Suspected Exim External Auth Overflow (CVE-2023-4115) set · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert smtp $HOME_NET any -> any any (
    msg:"ET EXPLOIT Suspected Exim External Auth Overflow (CVE-2023-4115) set";
    flow:established;
    flowbits:set,ET.eximsmtp;
    flowbits:noalert;
    content:"ESMTP Exim|20|"; fast_pattern;
    reference:url,www.zerodayinitiative.com/advisories/ZDI-23-1469/;
    reference:url,labs.watchtowr.com/exim-0days-90s-vulns-in-90s-software/;
    reference:cve,2023-4115;
    classtype:attempted-admin;
    sid:2048389; rev:1;
    metadata:attack_target SMTP_Server, created_at 2023_10_03, cve CVE_2023_4115, deployment Perimeter, deployment SSLDecrypt, performance_impact Significant, confidence Low, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2023_10_03, reviewed_at 2023_10_03;
    target:src_ip;
)

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.