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]

RE: [Snort-sigs] New adobe vulnerability

Subject: RE: [Snort-sigs] New adobe vulnerability
Date: Wed, 18 Aug 2004 22:23:44 -0600
From: "Matthew Jonkman" <matt@infotex.com>
Just put this rule up on the bleedingsnort.com set for the new adobe 
exploit detailed here:
http://idefense.com/application/poi/display?id=126&type=vulnerabilities

The rule:

alert tcp $HOME_NET any -> $EXTERNAL_NET $HTTP_PORTS (msg:"BLEEDING-EDGE 
Adobe Acrobat Reader Malicious URL Null Byte"; 
reference:url,idefense.com/application/poi/display?id=126&type=vulnerabilities;
 
uricontent:".pdf%00"; classtype:web-attack; sid:2002001; rev:1;)

I'm posting this because this just seems far too simple. I have to be 
missing something. This look right to everyone?

Matt

You have not considered the impact of http_inspect. Therefore you need 
to look for "real" ASCII zero, not its encoding and do not forget 
to toss in nocase and flow:

alert tcp $HOME_NET any -> $EXTERNAL_NET $HTTP_PORTS 
(msg:"BLEEDING-EDGE Adobe Acrobat Reader Malicious URL Null Byte"; 
flow:to_server,established; uricontent:".pdf|00|"; nocase;
reference:cve,2004-0629; classtype:web-attack; sid:2002001; rev:???;)


Cheers,
nnposter


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
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>