Vulnerability: Cross Site Scripting (XSS)
Attack Input: Referer: http://www.google.com/refcheck/"'/
<html><head><title>Form</title></head>
<body>
You came from: http://www.google.com/refcheck/"<xss00ps>'/<form action="/xss1.html" method="POST">
<input type="text" name="foo" />
<input type="hidden" name="bar" value="secret"/>
<input type="submit" />
</form>
Arbitrary args: my_cookie = my_value<br />
</body>
</html>
|