ET ACTIVEX EasyMail Object SMTP Component Buffer Overflow Function call Attempt


Query · suricata

flow:from_server,established;
content:"ActiveXObject"; nocase;
content:"EasyMail.SMTP.6"; distance:0; nocase;
pcre:"/(AddAttachment|SubmitToExpress)/i";
Raw source ET ACTIVEX EasyMail Object SMTP Component Buffer Overflow Function call Attempt · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET ACTIVEX EasyMail Object SMTP Component Buffer Overflow Function call Attempt";
    flow:from_server,established;
    content:"ActiveXObject"; nocase;
    content:"EasyMail.SMTP.6"; distance:0; nocase;
    pcre:"/(AddAttachment|SubmitToExpress)/i";
    reference:url,secunia.com/advisories/24199/;
    reference:url,www.metasploit.com/redmine/projects/framework/repository/entry/modules/exploits/windows/browser/oracle_dc_submittoexpress.rb;
    classtype:web-application-attack;
    sid:2010657; rev:6;
    metadata:created_at 2010_07_30, confidence High, signature_severity Major, updated_at 2019_09_27;
)

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.