You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The contact --> feedback page has a XSS vulnerability which allows for any JS code filled in the message field to be executed.
This can be done easily by using <script> {some js code}</script> put in the message field of the feedback form.
The text was updated successfully, but these errors were encountered:
The contact --> feedback page has a XSS vulnerability which allows for any JS code filled in the message field to be executed.
This can be done easily by using
<script> {some js code}</script>
put in the message field of the feedback form.The text was updated successfully, but these errors were encountered: