![]() |
|
|
| |
|
||||
Cross site scripting (XSS) is a type of computer security exploit where information from one context, where it is not trusted, can be inserted into another context, where it is. From the trusted context, an attack can be launched. A classic example of cross site scripting is to supply parameters to a CGI script on a web site which cause the web site to emit bogus data. For example, the use of HTML client-side scripting language fragments in a web page parameter may insert this information into the rendered page, resulting in targeted web browsers executing the code. This may be done by entering data into a web form on the site, for example as part of a bulletin board feature, or by publicly posting a URL which users are likely to click on, for example in E-mails or Usenet. Example 1:
Exampe 2:
If UserB had put the code on his own website, it would not be allowed to access the session-cookie.
Note: Cross site scripting is also sometimes abbreviated "CSS", but has nothing to do with the Cascading Style Sheets technology that is more commonly called CSS. External links
de:Cross-Site Scripting ja:クロスサイトスクリプティング
|
|
|
|
|
|
|
|
Copyright 2008 WordIQ.com - Privacy Policy
::
Terms of Use
:: Contact Us
:: About Us This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Cross site scripting". |