|
|||||||||||
|
Re: TRACE used to increase the dangerous of XSS.
From: Jeremiah Grossman <jeremiah(at)whitehatsec.com>
Date: Thu Jan 23 2003 - 11:03:17 EST
On Thu, 2003-01-23 at 04:14, Sverre H. Huseby wrote:
Happens I guess. > Personally, I read two important points in it: One down-to-Earth
I am not familiar with any HTTP aware network based firewalls which have the ability to see inside of an HTTP request looking for TRACE and then deny. Likely because its too much overhead per request. But hey, I could be wrong, maybe there is one. > as
close...I'll give some examples. A user visits Site A. Site A has XST code and uses a functional browser domain-by-pass bug. Site A owner may use TRACE to get access to Site B's cookies and htauth creds without the need for Site B to have vulnerable web app present anywhere. Now, lets back up a moment and say there is no domain-bypass issue and the cookies are protected using httpOnly within Domain A. Also, a user is able post HTML pages on anywhere domain A as many portal sites allow. Corporations allow similar activities as well for their employees. If someone visits a page hosted anywhere on Domain A, using XST, the page owner may now access cookies and basic auth credentials from *.domainA.tld. But, restricted to that domain without further help. The argument may be made on why you would need to go beyond that domain anyway for access. Many of us have spent countless hours dealing with and mitigating XSS, generally through input/output filtering. In the meantime, hoping someone would find some way to easily deal with the problem generically. For the programmer, XSS is just too easy to forget about or not know about. The best hope we had at the time was httpOnly or some variant. Personally, I really liked the httpOnly add-on. I found it amazingly difficult to circumvent while testing. Thor mentioned something in his post that that could do that same (bypass httpOnly) requiring 3 technologies. Man if that method works, I'll be highly impressed. Going to try it out when I get some time. > Don't get me wrong: The add-ons give us defense in depth, but only if
amen brother. Received on Thu Jan 23 19:33:15 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:07:47 EDT |
||||||||||
|
|||||||||||