TRACE Request: how to disable in IIS5
From: Mike Beste (mbeste@fulcrum.net)
Date: 01/24/03
- Next message: alex-target: "Re: Security Issue"
- Previous message: Wolf Tombe: "Re: IUSER "Write" Permissions? Pro or Con?"
- Next in thread: BB: "Re: TRACE Request: how to disable in IIS5"
- Reply: BB: "Re: TRACE Request: how to disable in IIS5"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Mike Beste" <mbeste@fulcrum.net> Date: Thu, 23 Jan 2003 16:23:56 -0800
As described in the acticle here:
http://www.extremetech.com/article2/0,3973,841047,00.asp
***********************
summary:
page 1
A flaw in the TRACE request, a rarely used portion of the
HTTP standard akin to a "ping," makes XST possible,
broadening its scope well beyond buggy Web browsers, and
painting a sobering picture: all Web servers have TRACE
switched on by default. The affected servers power the
Web's day-to-day banking transactions and fuel the engines
of e-commerce, as well as more mundane tasks.
Immediately upon receiving the TRACE command, any Web
server will simply echo back what is sent to it. Although
this was originally intended to be a harmless and obscure
function, the HTTP header information bounced back
incorporates sensitive elements such as cookies and
credentials for accessing protected sites. When used in
tandem with scripts, information once deemed totally
secure by network architects is left out in the open.
page 2
WhiteHat has assembled recommendations that go well beyond
patching browsers for domain restriction bypass flaws.
These include suggestions on the server side such as:
disabling the TRACE request on all production and
development Web servers; having vendors update Web server
packages to disable TRACE out of the box; and complete
disclosure by vendors to inform customers how to disabled
TRACE on existing servers.
Microsoft's URL Scan, included in the most recent Service
Pack to IIS, can be used as an effective deterrent to XST,
locking down IIS servers. Still, URL Scan is not the sole
solution--Apache requires a source code modification, and
Netscape's iPlanet must be edited to remove unwanted
request methods
***********************
How do I turn off TRACE? What does the MS URL scan do?
What is an effective manner to avoid this vulnerability?
Thanks,
Mike Beste
Fulcrum Technologies, Inc.
Technet Plus Subscriber
- Next message: alex-target: "Re: Security Issue"
- Previous message: Wolf Tombe: "Re: IUSER "Write" Permissions? Pro or Con?"
- Next in thread: BB: "Re: TRACE Request: how to disable in IIS5"
- Reply: BB: "Re: TRACE Request: how to disable in IIS5"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|