|
|||||||||||
|
Re: XSS
From: Matthew Miller <mmiller(at)atstake.com>
Date: Wed Dec 11 2002 - 16:29:31 EST
Comments inline.... On Wednesday, December 11, 2002, at 03:15 PM, Ed Tracy @ Aspect Security wrote: >
If there is no persistent data this is true...keep in mind your
application may be safe, but the components on which you host it may be
vulnerable.
Examples of transaction based cross-site scripting include, area tags, a form on another site, redirects from another site (meta tags, script), html based email, malicious applications, etc... All of the above require user action; clicking on a link, submitting a form, visiting a malicious site. opening an email, executing an application. Examples of persistent data stores would be databases (e.g. 3 tier web app), files in which data is stored (e.g. webmail), other sites the application receives data from (e.g. newsfeeds), in memory (e.g. web-based chat server), client side data stores (e.g. cookies), etc...All of the above do not require user action, all the user has to do is visit the vulnerable site. Just a note, but XSS does not always have to be script code....HTML injection may be a better term, but XSS seems to have caught on. mm >
This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:07:46 EDT |
||||||||||
|
|||||||||||