look up any word:
2. xss
cross site scripting.
the website suffers from an xss vulnerability allowing remote javascript execution.
by mike Jul 6, 2003 add a video
1. XSS
XSS = Cross Site Scripting

XSS allow you to execute JavaScript,to steal cookies,redirect,insert malicious script in a vulnerable site.
just try this on some site's
<script>alert('xss')</script>
or
"><script>alert('xss')</script>
and all bullshits to bypass filters
rss and gcal