Difference between revisions of "Cross-site scripting"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) (→See also) |
||
Line 20: | Line 20: | ||
* [[Client-side scripting]] | * [[Client-side scripting]] | ||
* [[Computer security]] | * [[Computer security]] | ||
+ | * [[HTTP cookie]] | ||
* [[Same-origin policy]] | * [[Same-origin policy]] | ||
* [[Web security]] | * [[Web security]] |
Revision as of 08:45, 10 September 2015
Cross-site scripting (XSS) is a type of computer security vulnerability typically found in web applications.
(TO DO: expand, organize, cross-reference, illustrate.)
Description
XSS enables attackers to inject client-side script into web pages viewed by other users.
Same-origin policy
A cross-site scripting vulnerability may be used by attackers to bypass access controls such as the same-origin policy.
Effects
The effect of XSS may range from a petty nuisance to a significant security risk, depending on the sensitivity of the data handled by the vulnerable site and the nature of any security mitigation implemented by the site's owner.
See also
- Ajax (programming)
- Client-side scripting
- Computer security
- HTTP cookie
- Same-origin policy
- Web security
External Links
- Cross-site scripting @ Wikipedia