Achievo/ATK - Bugzilla – Bug 369
possible javascript insertion problem
Last modified: 2004-10-18 21:13:39
You need to log in before you can comment on or make changes to this bug.
In the searchbox in the upper right of Achievo, users can enter arbitrary javascript code, like this: <script>alert(document.cookie)</script> When no searchresults are found, this is executed 'as is', and a popup displaying the cookie appears. While the potential risk of this is low, it is still something that should be fixed.
Added a strip_tags so no html tags are allowed anymore.