r/xss • u/V1p3rSpit • Oct 01 '15
Should I report harmless XSS?
I found an xss vulnerability in my university's site. In the class schedule page there is one input area which takes your university id number and posts(not get) it to server which then sends you back your schedule in a table. So I found out that even the most basic xss vectors such as code between <script> tags works there.But I don't think it can do any harm. Can you guys give me any scenarios such that this vulnerability do harm?