02/12/10
The response to a TRACE request includes
the HTTP headers sent by the client, which could include
sensitive information such as cookies. Although it is
not a concern for a user to see the headers being sent
by his or her own browser, a user could be tricked into
sending these headers to an attacker by following a
specially-crafted link on another web server.
This vulnerability is known as cross-site tracing,
which is a variant of the well-known cross-site
scripting vulnerability.
A web server which is vulnerable to cross-site tracing
could be exploited by a malicious web site to trick an
unsuspecting user into revealing sensitive information
to an attacker.
Related CVE entries:
CVE 2004-2320 BEA WebLogic
CVE 2009-2823 Mac OS cross-site tracing
CVE 2010-0386 Sun Java System Application Server cross-site tracing
|