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. |

| Subject: | Re: [Snort-sigs] False negative in 3087.1 (WEB-IIS w3who.dll buffer overflow attempt) |
|---|---|
| Date: | Tue, 25 Jan 2005 00:25:25 -0700 |
Brian wrote:
On Sat, Jan 22, 2005 at 09:25:43PM -0700, nnposter wrote:pcre:"/w3who.dll\x3F[^\r\n]{519}/i" and therefore assumes that the string "w3who.dll?" in the URI is not encoded. Use of any valid encoding, such as "w3who%2edll?", will circumvent the rule.The false negatives are known. The rule isn't using the URI buffer since one of the more popular available exploits (metasploit) uses tabs as a shellcode. HttpInspect has a bug where it accepts TAB as a delimiter on IIS servers isn't accepted on systems vulnerable to w3who.dll. So, until that bug is fixed in HttpInspect, the rule can't use the URI buffer to find the buffer overflow.
I am not sure that it needs to use the URI buffer to identify a long URI.
Could it not use uriconent to verify that w3who.dll is present and then
a non-URI PCRE looking for a long HTTP request line (but not necessarily
verifying that it includes w3who.dll)? Something like
/^\s*[A-Z]+ +[^ \n]{519}/m
Cheers,
nnposter
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
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> |
|---|---|---|
| ||
| Previous by Date: | [Snort-sigs] false +ves on IMAP fetch overflow attempt: sid 3070, Russell Fulton |
|---|---|
| Next by Date: | Re: [Snort-sigs] False negative in 3087.1 (WEB-IIS w3who.dll buffer overflow attempt), Matt Jonkman |
| Previous by Thread: | Re: [Snort-sigs] False negative in 3087.1 (WEB-IIS w3who.dll buffer overflow attempt), Brian |
| Next by Thread: | Re: [Snort-sigs] False negative in 3087.1 (WEB-IIS w3who.dll buffer overflow attempt), Brian |
| Indexes: | [Date] [Thread] [Top] [All Lists] |