websvn
websvn copied to clipboard
XSS issue at search edit input control
At search.php?repname=xyz&rev=1&search=
You can enter the following into the search edit to trigger XSS:
"><script>alert('TEST')</script>
Maybe you can have a quick look through the code if other places are also vulnerable to XSS. Thank you!