mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-12-17 01:17:12 +01:00
the powergamers page was vulnerable to XSS/javascript injection, this should fix it. XSS screenshot: https://i.imgur.com/4rJuWqY.png XSS POC: <form action="https://<censored>/powergamers.php" method="POST"> <input type="hidden" name="days[]" value="3" /> <input type="hidden" name="days[]" value="1<script>alert("XSS running!");</script>" /> <input type="submit" value="click here to start xss" /> </form>
5.6 KiB
5.6 KiB