Hosting generously provided by
www.mv.com





Pick Your Language


What is HTTP TRACE?
'TRACE' is a HTTP request method used for debugging which echo's back input back to the user. Jeremiah Grossman from Whitehatsec posted a paper outlining a risk allowing an attacker to steal information including Cookies, and possibly website credentials. http://www.apacheweek.com suggests the following solution to disable the HTTP TRACE method by using mod_rewrite.

"TRACE requests can be disabled by making a change to the Apache server configuration. Unfortunately it is not possible to do this using the Limit directive since the processing for the TRACE request skips this authorisation checking. Instead the following lines can be added which make use of the mod_rewrite module.

RewriteEngine On
RewriteCond %{REQUEST_METHOD} ^TRACE
RewriteRule .* - [F]" - www.apacheweek.com

Additional information can be found at the links below.

* http://www.apacheweek.com/issues/03-01-24#news
* w3 HTTP Protocol Specification



External Links:
Copyright 2000-2007 Cgisecurity.com.
Providing Web Security news since 2000.
Information contained on this website may not be copied without explicit permission.
Best Viewed with Netscape.
Website Security Web Application Security solid state drives ebay cd players camera lens deals buy macbook air not work safe software security canon camera deals


Popular Links By Subject

Sponsored Link (Advertise)


Subscribe to CGISecurity.com



The Web Security Mailing List
  • Re: [WEB SECURITY] Paper draft: Enough With Default Allow in Web Applications!
  • Re: [WEB SECURITY] Nice little XSS trick
  • [WEB SECURITY] Security Vacation Guide
  • [WEB SECURITY] Lateral SQL Injection Revisited - No Special Privs Required
  • Re: [WEB SECURITY] ActivePerl
  • [WEB SECURITY] cross site trace
  • [WEB SECURITY] Web Application Security Professionals Survey (July 2008)
  • Re: [WEB SECURITY] cross site trace
  • Re: [WEB SECURITY] cross site trace
  • Re: [WEB SECURITY] cross site trace

  • Contact us
    Post News, get linkage!

    Name

    Email or Homepage:

    Subject

    Finish the word below: deadb33f

    Body