Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Snort-Signatures
[Top] [All Lists]

[Snort-sigs] new rule for detect gnu mailman utf8 attachement

Subject: [Snort-sigs] new rule for detect gnu mailman utf8 attachement
Date: Wed, 16 Nov 2005 11:44:44 +0100 (CET)
Hi,

please check and add this new rule :

smtp.rules:alert tcp $EXTERNAL_NET any -> $SMTP_SERVERS 25 (msg:"SMTP Mailman Gnu utf8 attachement access"; flow:to_server,established; content:"Content-Disposition|3A 20|attachement"; nocase; content:"filename|2A 3D|utf|2D|8"; nocase;
content:"Content-Transfer-Encoding|3A 20|base64"; nocase; reference:bid,15408; reference:cve,2005-3573; reference:osvdb,20819; classtype:attempted-admin; )


Scrubber.py in mailman does not properly handle UTF8 character encodings in filenames of e-mail attachments, which allows remote attackers to
cause a denial of service (application crash).


*** CRASH and RULE NOT TESTED ***

Improve/comments are welcome.

Regards
Rmkml


------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Register for a JBoss Training Course. Free Certification Exam for All Training Attendees Through End of 2005. For more info visit: http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click _______________________________________________ Snort-sigs mailing list Snort-sigs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/snort-sigs

<Prev in Thread] Current Thread [Next in Thread>
  • [Snort-sigs] new rule for detect gnu mailman utf8 attachement, rmkml <=